ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkSpatialObjectTreeNode.h>
TODO.
Definition at line 34 of file itkSpatialObjectTreeNode.h.
Public Member Functions | |
void | ComputeNodeToWorldTransform () |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual ChildrenListType * | GetChildren (unsigned int depth=0, char *name=NULL) const |
virtual const char * | GetNameOfClass () const |
virtual void | SetData (SpatialObjectType *data) |
virtual void | SetNodeToParentNodeTransform (TransformType *_arg) |
virtual const TransformType::Pointer & | GetNodeToParentNodeTransform () const |
virtual void | SetNodeToWorldTransform (TransformType *_arg) |
virtual const TransformType::Pointer & | GetNodeToWorldTransform () const |
Public Member Functions inherited from itk::TreeNode< SpatialObject< TDimension > * > | |
void | AddChild (Self *node) |
virtual void | AddChild (ChildIdentifier number, Self *node) |
ChildIdentifier | ChildPosition (const Self *node) const |
ChildIdentifier | ChildPosition (SpatialObject< TDimension > *node) const |
ChildIdentifier | CountChildren () const |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
const SpatialObject < TDimension > *& | Get () const |
Self * | GetChild (ChildIdentifier number) const |
virtual ChildrenListType & | GetChildrenList () |
ChildIdentifier | GetNumberOfChildren (unsigned int depth=0, char *name=NULL) const |
Self * | GetParent () const |
bool | HasChildren () const |
bool | HasParent () const |
bool | Remove (Self *n) |
bool | ReplaceChild (Self *oldChild, Self *newChild) |
SpatialObject< TDimension > * | Set (const SpatialObject< TDimension > *data) |
void | SetParent (Self *n) |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
virtual void | Register () const |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const |
Public Member Functions inherited from itk::LightObject | |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
itkCloneMacro (Self) | |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::TreeNode< SpatialObject< TDimension > * > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Protected Member Functions | |
SpatialObjectTreeNode () | |
virtual | ~SpatialObjectTreeNode () |
void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Member Functions inherited from itk::TreeNode< SpatialObject< TDimension > * > | |
TreeNode () | |
virtual | ~TreeNode () |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Protected Attributes | |
TransformPointer | m_NodeToParentNodeTransform |
TransformPointer | m_NodeToWorldTransform |
Protected Attributes inherited from itk::TreeNode< SpatialObject< TDimension > * > | |
ChildrenListType | m_Children |
SpatialObject< TDimension > * | m_Data |
Self * | m_Parent |
Private Member Functions | |
void | operator= (const Self &) |
SpatialObjectTreeNode (const Self &) | |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
typedef Superclass::ChildrenListType itk::SpatialObjectTreeNode< TDimension >::ChildrenListType |
Definition at line 47 of file itkSpatialObjectTreeNode.h.
typedef SmartPointer< const Self > itk::SpatialObjectTreeNode< TDimension >::ConstPointer |
Definition at line 43 of file itkSpatialObjectTreeNode.h.
typedef SmartPointer< Self > itk::SpatialObjectTreeNode< TDimension >::Pointer |
Definition at line 42 of file itkSpatialObjectTreeNode.h.
typedef SpatialObjectTreeNode< TDimension > itk::SpatialObjectTreeNode< TDimension >::Self |
Definition at line 41 of file itkSpatialObjectTreeNode.h.
typedef SpatialObject< TDimension > itk::SpatialObjectTreeNode< TDimension >::SpatialObjectType |
Standard typedefs
Definition at line 39 of file itkSpatialObjectTreeNode.h.
typedef TreeNode< SpatialObject< TDimension > * > itk::SpatialObjectTreeNode< TDimension >::Superclass |
Definition at line 40 of file itkSpatialObjectTreeNode.h.
typedef const TransformType* itk::SpatialObjectTreeNode< TDimension >::TransformConstPointer |
Definition at line 46 of file itkSpatialObjectTreeNode.h.
typedef TransformType::Pointer itk::SpatialObjectTreeNode< TDimension >::TransformPointer |
Definition at line 45 of file itkSpatialObjectTreeNode.h.
typedef ScalableAffineTransform< double, TDimension > itk::SpatialObjectTreeNode< TDimension >::TransformType |
Definition at line 44 of file itkSpatialObjectTreeNode.h.
|
protected |
Constructor
|
inlineprotectedvirtual |
Constructor
Definition at line 82 of file itkSpatialObjectTreeNode.h.
|
private |
void itk::SpatialObjectTreeNode< TDimension >::ComputeNodeToWorldTransform | ( | ) |
Compute the NodeToWorld transform based on the parent
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtual |
Return a list of children (the list should be deleted by the user
Reimplemented from itk::TreeNode< SpatialObject< TDimension > * >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::TreeNode< SpatialObject< TDimension > * >.
|
virtual |
Set/Get the NodeToParenNode transform
|
virtual |
Set/Get the NodeToParenNode transform
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
Constructor
Reimplemented from itk::Object.
|
virtual |
Set the SpatialObject pointer
|
virtual |
Set/Get the NodeToParenNode transform
|
virtual |
Set/Get the NodeToParenNode transform
|
protected |
Definition at line 86 of file itkSpatialObjectTreeNode.h.
|
protected |
Definition at line 87 of file itkSpatialObjectTreeNode.h.