#include <sub_structures.h>
Public Member Functions | |
| ParamC (const ParamC &p) | |
| ParamC (unsigned int w, unsigned int h) | |
| ~ParamC () | |
Public Attributes | |
| Param< Degree > * | data |
| unsigned int | h |
| unsigned int | w |
contains level of quad-tree w: width h: height data: nodes/leaves
Definition at line 264 of file sub_structures.h.
| Segmentation::SubStructure::ParamC< Degree >::ParamC | ( | const ParamC< Degree > & | p | ) | [inline] |
Definition at line 268 of file sub_structures.h.
| Segmentation::SubStructure::ParamC< Degree >::ParamC | ( | unsigned int | w, |
| unsigned int | h | ||
| ) | [inline] |
Definition at line 274 of file sub_structures.h.
| Segmentation::SubStructure::ParamC< Degree >::~ParamC | ( | ) | [inline] |
Definition at line 278 of file sub_structures.h.
| Param<Degree>* Segmentation::SubStructure::ParamC< Degree >::data |
Definition at line 265 of file sub_structures.h.
| unsigned int Segmentation::SubStructure::ParamC< Degree >::h |
Definition at line 266 of file sub_structures.h.
| unsigned int Segmentation::SubStructure::ParamC< Degree >::w |
Definition at line 266 of file sub_structures.h.