#include <igstkGroupObject.h>
Public Member Functions | |
void | RequestAddChild (const Transform &transform, SpatialObject *child) |
Request Adding a SpatialObject to the list of children. | |
void | RequestGetChild (unsigned long childId) |
Request to get the child identified with a given childId number. | |
Protected Member Functions | |
GroupObject (void) | |
Constructor. | |
~GroupObject (void) | |
Destructor. | |
virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const |
Print object information. |
Definition at line 39 of file igstkGroupObject.h.
igstk::GroupObject::GroupObject | ( | void | ) | [protected] |
Constructor.
igstk::GroupObject::~GroupObject | ( | void | ) | [protected] |
Destructor.
void igstk::GroupObject::RequestAddChild | ( | const Transform & | transform, | |
SpatialObject * | child | |||
) |
Request Adding a SpatialObject to the list of children.
Note that this method invoke the reciprocal RequestSetTransformAndParent(transform,parent) method on the child.
void igstk::GroupObject::RequestGetChild | ( | unsigned long | childId | ) |
Request to get the child identified with a given childId number.
virtual void igstk::GroupObject::PrintSelf | ( | std::ostream & | os, | |
itk::Indent | indent | |||
) | const [protected, virtual] |