#include <bsta_joint_histogram_3d_base.h>
Public Types | |
enum | bsta_joint_hist_3d_type { HIST_TYPE_UNKNOWN = 0, HIST_TYPE_FLOAT = 1, HIST_TYPE_DOUBLE = 2, HIST_TYPE_END = 3 } |
Public Member Functions | |
bsta_joint_histogram_3d_base () | |
virtual | ~bsta_joint_histogram_3d_base () |
void | ref () |
void | unref () |
int | get_references () const |
bool | is_referenced () const |
Public Attributes | |
bsta_joint_hist_3d_type | type_ |
Definition at line 14 of file bsta_joint_histogram_3d_base.h.
Definition at line 17 of file bsta_joint_histogram_3d_base.h.
bsta_joint_histogram_3d_base::bsta_joint_histogram_3d_base | ( | ) | [inline] |
Definition at line 24 of file bsta_joint_histogram_3d_base.h.
virtual bsta_joint_histogram_3d_base::~bsta_joint_histogram_3d_base | ( | ) | [inline, virtual] |
Definition at line 26 of file bsta_joint_histogram_3d_base.h.
Definition at line 28 of file bsta_joint_histogram_3d_base.h.