![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "BoundingBox.h"#include "ecvColorTypes.h"#include "ecvDrawableObject.h"#include "ecvGLMatrix.h"#include "ecvGenericDisplayTools.h"#include "ecvObject.h"
Go to the source code of this file.
Classes | |
| class | ccHObject |
| Hierarchical CLOUDVIEWER Object. More... | |
Macros | |
| #define | ccHObject_recursive_call0(baseName, recursiveName) |
| #define | ccHObject_recursive_call1(baseName, param1Type, recursiveName) |
Functions | |
| void | ConvertToGroup (const ccHObject::Container &origin, ccHObject &dest, int dependencyFlags=ccHObject::DP_NONE) |
| Puts all entities inside a container in a group. More... | |
| #define ccHObject_recursive_call0 | ( | baseName, | |
| recursiveName | |||
| ) |
Definition at line 519 of file ecvHObject.h.
| #define ccHObject_recursive_call1 | ( | baseName, | |
| param1Type, | |||
| recursiveName | |||
| ) |
Definition at line 528 of file ecvHObject.h.
|
inline |
Puts all entities inside a container in a group.
Automatically removes siblings so as to get a valid hierarchy object.
| origin | origin container |
| dest | destination group |
| dependencyFlags | default dependency link for the children added to the group |
Definition at line 742 of file ecvHObject.h.
References ccHObject::addChild(), and count.
Referenced by ccEntityAction::toggleProperty().