ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkSpatialObjectTreeNode.h>
Public Types | |
typedef Superclass::ChildrenListType | ChildrenListType |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef SpatialObjectTreeNode < TDimension > | Self |
typedef SpatialObject< TDimension > | SpatialObjectType |
typedef TreeNode < SpatialObject< TDimension > * > | Superclass |
typedef const TransformType * | TransformConstPointer |
typedef TransformType::Pointer | TransformPointer |
typedef ScalableAffineTransform < double, TDimension > | TransformType |
Public Types inherited from itk::TreeNode< SpatialObject< TDimension > * > | |
typedef ::itk::OffsetValueType | ChildIdentifier |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
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 (TreeNode< SpatialObject< TDimension > * > *node) |
virtual void | AddChild (ChildIdentifier number, TreeNode< SpatialObject< TDimension > * > *node) |
ChildIdentifier | ChildPosition (const TreeNode< SpatialObject< TDimension > * > *node) const |
ChildIdentifier | ChildPosition (SpatialObject< TDimension > *node) const |
ChildIdentifier | CountChildren () const |
const SpatialObject < TDimension > *& | Get () const |
TreeNode< SpatialObject < TDimension > * > * | GetChild (ChildIdentifier number) const |
virtual ChildrenListType & | GetChildrenList () |
ChildIdentifier | GetNumberOfChildren (unsigned int depth=0, char *name=NULL) const |
TreeNode< SpatialObject < TDimension > * > * | GetParent () const |
bool | HasChildren () const |
bool | HasParent () const |
bool | Remove (TreeNode< SpatialObject< TDimension > * > *n) |
bool | ReplaceChild (TreeNode< SpatialObject< TDimension > * > *oldChild, TreeNode< SpatialObject< TDimension > * > *newChild) |
SpatialObject< TDimension > * | Set (const SpatialObject< TDimension > *data) |
void | SetParent (TreeNode< SpatialObject< TDimension > * > *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 unsigned long | 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 () |
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 &) |
TODO.
Definition at line 34 of file itkSpatialObjectTreeNode.h.
typedef Superclass::ChildrenListType itk::SpatialObjectTreeNode< TDimension >::ChildrenListType |
Reimplemented from itk::TreeNode< SpatialObject< TDimension > * >.
Definition at line 47 of file itkSpatialObjectTreeNode.h.
typedef SmartPointer< const Self > itk::SpatialObjectTreeNode< TDimension >::ConstPointer |
Reimplemented from itk::TreeNode< SpatialObject< TDimension > * >.
Definition at line 43 of file itkSpatialObjectTreeNode.h.
typedef SmartPointer< Self > itk::SpatialObjectTreeNode< TDimension >::Pointer |
Reimplemented from itk::TreeNode< SpatialObject< TDimension > * >.
Definition at line 42 of file itkSpatialObjectTreeNode.h.
typedef SpatialObjectTreeNode< TDimension > itk::SpatialObjectTreeNode< TDimension >::Self |
Smart pointer typedef support.
Reimplemented from itk::TreeNode< SpatialObject< TDimension > * >.
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 |
Standard typedefs
Reimplemented from itk::TreeNode< SpatialObject< TDimension > * >.
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 81 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::TreeNode< SpatialObject< TDimension > * >.
|
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.
Reimplemented from itk::TreeNode< SpatialObject< TDimension > * >.
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::TreeNode< SpatialObject< TDimension > * >.
|
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 85 of file itkSpatialObjectTreeNode.h.
|
protected |
Definition at line 86 of file itkSpatialObjectTreeNode.h.