18 #ifndef __itkSpatialObjectTreeNode_h
19 #define __itkSpatialObjectTreeNode_h
26 template<
unsigned int TDimension >
33 template<
unsigned int TDimension >
60 itkGetConstReferenceObjectMacro(NodeToParentNodeTransform,
TransformType);
65 itkGetConstReferenceObjectMacro(NodeToWorldTransform,
TransformType);
69 void ComputeNodeToWorldTransform();
72 #if !defined( CABLE_CONFIGURATION )
74 char *name =
NULL)
const;
83 void PrintSelf(std::ostream & os,
Indent indent)
const;
92 void operator=(
const Self &);
97 #ifndef ITK_MANUAL_INSTANTIATION
98 #include "itkSpatialObjectTreeNode.hxx"