#include <itkGroupSpatialObject.h>
Inheritance diagram for itk::GroupSpatialObject< TDimension >:


A GroupSpatialObject represents a group by serving as the parent of the elements of the group. Since any itk::SpatialObject can have children (see SpatialObject::GetChildren()), this class needs no additional methods.
Definition at line 39 of file itkGroupSpatialObject.h.
| static bool | GetGlobalReleaseDataFlag () |
| static void | SetGlobalReleaseDataFlag (const bool val) |
| void | GlobalReleaseDataFlagOff () |
| void | GlobalReleaseDataFlagOn () |
Public Types | |
| typedef AffineGeometryFrameType::Pointer | AffineGeometryFramePointer |
| typedef AffineGeometryFrame< double, TDimension > | AffineGeometryFrameType |
| typedef BoundingBoxType::Pointer | BoundingBoxPointer |
| typedef BoundingBox< unsigned long int, TDimension, ScalarType, VectorContainerType > | BoundingBoxType |
| typedef ChildrenListType * | ChildrenListPointer |
| typedef std::list< Pointer > | ChildrenListType |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef CovariantVector< ScalarType, TDimension > | CovariantVectorType |
| typedef Index< TDimension > | IndexType |
| typedef IndexType::IndexValueType | IndexValueType |
| typedef Point< ScalarType, TDimension > | InputType |
| typedef Offset< TDimension > | OffsetType |
| typedef OffsetType::OffsetValueType | OffsetValueType |
| typedef OutputVectorType * | OutputVectorPointer |
| typedef CovariantVector< double, TDimension > | OutputVectorType |
| typedef SmartPointer< Self > | Pointer |
| typedef PointType * | PointPointer |
| typedef Point< ScalarType, TDimension > | PointType |
| typedef PropertyType::Pointer | PropertyPointer |
| typedef SpatialObjectProperty< float > | PropertyType |
| typedef ImageRegion< TDimension > | RegionType |
| typedef double | ScalarType |
| typedef GroupSpatialObject | Self |
| typedef Size< TDimension > | SizeType |
| typedef double * | SpacingType |
| typedef SpatialObject< TDimension > | Superclass |
| typedef const TransformType * | TransformConstPointer |
| typedef TransformType::Pointer | TransformPointer |
| typedef ScalableAffineTransform< double, TDimension > | TransformType |
| typedef TreeNodeType::ChildrenListType | TreeNodeChildrenListType |
| typedef Superclass::TreeNodeType | TreeNodeType |
| typedef VectorContainer< unsigned long int, PointType > | VectorContainerType |
| typedef VectorType * | VectorPointer |
| typedef Vector< ScalarType, TDimension > | VectorType |
Public Member Functions | |
| void | AddSpatialObject (Self *pointer) |
| virtual void | Clear (void) |
| bool | ComputeLocalBoundingBox () const |
| void | ComputeObjectToParentTransform (void) |
| void | ComputeObjectToWorldTransform (void) |
| virtual LightObject::Pointer | CreateAnother () const |
| void | DataHasBeenGenerated () |
| virtual void | DebugOff () const |
| virtual void | DebugOn () const |
| virtual void | Delete () |
| virtual void | DerivativeAt (const PointType &point, short unsigned int order, OutputVectorType &value, unsigned int depth=0, char *name=NULL) |
| void | DisconnectPipeline () |
| virtual BoundingBoxType * | GetBoundingBox () const |
| virtual const RegionType & | GetBufferedRegion () const |
| virtual ChildrenListType * | GetChildren (unsigned int depth=0, char *name=NULL) const |
| Command * | GetCommand (unsigned long tag) |
| bool | GetDataReleased () const |
| bool | GetDebug () const |
| virtual const RegionType & | GetLargestPossibleRegion () const |
| unsigned int | GetMaximumDepth () |
| const MetaDataDictionary & | GetMetaDataDictionary (void) const |
| MetaDataDictionary & | GetMetaDataDictionary (void) |
| unsigned long | GetMTime (void) const |
| virtual const char * | GetNameOfClass () const |
| unsigned int | GetNumberOfChildren (unsigned int depth=0, char *name=NULL) const |
| unsigned int | GetObjectDimension (void) const |
| unsigned long | GetObjectMTime (void) const |
| virtual Self * | GetParent (void) |
| virtual const Self * | GetParent (void) const |
| virtual int | GetReferenceCount () const |
| virtual const RegionType & | GetRequestedRegion () const |
| SmartPointerForwardReference< ProcessObject > | GetSource () const |
| unsigned int | GetSourceOutputIndex () const |
| virtual const double * | GetSpacing () const |
| virtual std::string | GetSpatialObjectTypeAsString () const |
| unsigned long | GetTransformMTime (void) |
| virtual const char * | GetTypeName (void) const |
| virtual unsigned long | GetUpdateMTime () const |
| unsigned long | GetWorldTransformMTime (void) |
| virtual void | Graft (const DataObject *) |
| bool | HasObserver (const EventObject &event) const |
| virtual bool | HasParent (void) const |
| virtual void | Initialize () |
| void | InvokeEvent (const EventObject &) const |
| void | InvokeEvent (const EventObject &) |
| virtual bool | IsEvaluableAt (const PointType &point, unsigned int depth=0, char *name=NULL) const |
| virtual bool | IsInside (const PointType &point, unsigned int depth=0, char *name=NULL) const |
| itkStaticConstMacro (ObjectDimension, unsigned int, TDimension) | |
| itkStaticConstMacro (MaximumDepth, unsigned int, 9999999) | |
| virtual void | Modified () const |
| virtual void | PrepareForNewData () |
| void | Print (std::ostream &os, Indent indent=0) const |
| virtual void | Register () const |
| void | ReleaseData () |
| void | RemoveAllObservers () |
| void | RemoveObserver (unsigned long tag) |
| void | RemoveSpatialObject (Self *object) |
| virtual void | ResetPipeline () |
| virtual void | SetBufferedRegion (const RegionType ®ion) |
| void | SetChildren (ChildrenListType &children) |
| void | SetDebug (bool debugFlag) const |
| virtual void | SetLargestPossibleRegion (const RegionType ®ion) |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| void | SetParent (Self *parent) |
| void | SetProperty (PropertyType *property) |
| virtual void | SetReferenceCount (int) |
| virtual void | SetRequestedRegion (DataObject *data) |
| virtual void | SetRequestedRegion (const RegionType ®ion) |
| void | SetSpacing (const double spacing[itkGetStaticConstMacro(ObjectDimension)]) |
| virtual void | SetTreeNode (TreeNodeType *_arg) |
| bool | ShouldIReleaseData () const |
| virtual void | UnRegister () const |
| virtual void | Update (void) |
| virtual bool | ValueAt (const PointType &point, double &value, unsigned int depth=0, char *name=NULL) const |
| unsigned long | AddObserver (const EventObject &event, Command *) const |
| unsigned long | AddObserver (const EventObject &event, Command *) |
| virtual bool | ComputeBoundingBox () const |
| IndexType | ComputeIndex (OffsetValueType offset) const |
| OffsetValueType | ComputeOffset (const IndexType &ind) const |
| virtual void | CopyInformation (const DataObject *data) |
| const PropertyType * | GetProperty (void) const |
| PropertyType * | GetProperty (void) |
| virtual bool | RequestedRegionIsOutsideOfTheBufferedRegion () |
| virtual void | SetRequestedRegionToLargestPossibleRegion () |
| virtual void | UpdateOutputInformation () |
| virtual bool | VerifyRequestedRegion () |
| bool | Evaluate (const PointType &point) const |
| virtual const AffineGeometryFrameType * | GetAffineGeometryFrame () |
| virtual void | SetAffineGeometryFrame (AffineGeometryFrameType *_arg) |
| virtual const unsigned int & | GetBoundingBoxChildrenDepth () |
| virtual void | SetBoundingBoxChildrenDepth (unsigned int _arg) |
| virtual const std::string & | GetBoundingBoxChildrenName () |
| virtual void | SetBoundingBoxChildrenName (std::string _arg) |
| virtual double | GetDefaultInsideValue () const |
| virtual void | SetDefaultInsideValue (double _arg) |
| virtual double | GetDefaultOutsideValue () const |
| virtual void | SetDefaultOutsideValue (double _arg) |
| virtual const int & | GetId () |
| virtual void | SetId (int _arg) |
| const TransformType * | GetIndexToObjectTransform (void) const |
| TransformType * | GetIndexToObjectTransform (void) |
| virtual const TransformType * | GetIndexToWorldTransform () |
| virtual TransformType * | GetIndexToWorldTransform () |
| virtual const TransformType * | GetObjectToWorldTransform () |
| virtual TransformType * | GetObjectToWorldTransform () |
| void | SetObjectToWorldTransform (TransformType *transform) |
| const TransformType * | GetNodeToParentNodeTransform (void) const |
| TransformType * | GetNodeToParentNodeTransform (void) |
| void | SetNodeToParentNodeTransform (TransformType *transform) |
| const TransformType * | GetObjectToNodeTransform (void) const |
| TransformType * | GetObjectToNodeTransform (void) |
| const TransformType * | GetObjectToParentTransform (void) const |
| TransformType * | GetObjectToParentTransform (void) |
| void | SetObjectToParentTransform (TransformType *transform) |
| const OffsetValueType * | GetOffsetTable () const |
| virtual const int & | GetParentId () |
| virtual void | SetParentId (int _arg) |
| virtual const unsigned long & | GetPipelineMTime () |
| void | SetPipelineMTime (unsigned long time) |
| virtual const bool & | GetReleaseDataFlag () |
| virtual void | ReleaseDataFlagOff () |
| virtual void | ReleaseDataFlagOn () |
| void | SetReleaseDataFlag (bool flag) |
| virtual const TreeNodeType * | GetTreeNode () |
| virtual TreeNodeType * | GetTreeNode () |
| virtual void | PropagateRequestedRegion () throw (InvalidRequestedRegionError) |
| virtual void | UpdateOutputData () |
Static Public Member Functions | |
| static void | BreakOnError () |
| static Pointer | New () |
| static bool | GetGlobalWarningDisplay () |
| static void | GlobalWarningDisplayOff () |
| static void | GlobalWarningDisplayOn () |
| static void | SetGlobalWarningDisplay (bool flag) |
Protected Member Functions | |
| void | ComputeOffsetTable () |
| virtual const BoundingBoxType * | GetBounds () |
| virtual const unsigned int & | GetDimension () |
| virtual const TransformType * | GetInternalInverseTransform () |
| GroupSpatialObject () | |
| GroupSpatialObject (const Self &) | |
| void | operator= (const Self &) |
| bool | PrintObservers (std::ostream &os, Indent indent) const |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const |
| virtual void | PropagateResetPipeline () |
| virtual void | SetDimension (unsigned int _arg) |
| virtual void | SetTypeName (std::string _arg) |
| virtual | ~GroupSpatialObject () |
| virtual void | PrintHeader (std::ostream &os, Indent indent) const |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
Protected Attributes | |
| volatile int | m_ReferenceCount |
| SimpleFastMutexLock | m_ReferenceCountLock |
typedef AffineGeometryFrameType::Pointer itk::SpatialObject< TDimension >::AffineGeometryFramePointer [inherited] |
Definition at line 115 of file itkSpatialObject.h.
typedef AffineGeometryFrame<double,TDimension> itk::SpatialObject< TDimension >::AffineGeometryFrameType [inherited] |
Definition at line 114 of file itkSpatialObject.h.
typedef BoundingBoxType::Pointer itk::SpatialObject< TDimension >::BoundingBoxPointer [inherited] |
Definition at line 112 of file itkSpatialObject.h.
typedef BoundingBox< unsigned long int, TDimension, ScalarType, VectorContainerType > itk::SpatialObject< TDimension >::BoundingBoxType [inherited] |
Reimplemented in itk::BlobSpatialObject< TDimension >, itk::BoxSpatialObject< TDimension >, itk::ContourSpatialObject< TDimension >, itk::CylinderSpatialObject, itk::DTITubeSpatialObject< TDimension >, itk::EllipseSpatialObject< TDimension >, itk::GaussianSpatialObject< TDimension >, itk::ImageMaskSpatialObject< TDimension >, itk::ImageSpatialObject< TDimension, TPixelType >, itk::LandmarkSpatialObject< TDimension >, itk::LineSpatialObject< TDimension >, itk::MeshSpatialObject< TMesh >, itk::PlaneSpatialObject< TDimension >, itk::PolygonGroupSpatialObject< TDimension >, itk::SurfaceSpatialObject< TDimension >, itk::TubeSpatialObject< TDimension, TTubePointType >, itk::VesselTubeSpatialObject< TDimension >, itk::ImageSpatialObject< TDimension, unsigned char >, itk::TubeSpatialObject< TDimension, itk::DTITubeSpatialObjectPoint< TDimension > >, and itk::TubeSpatialObject< TDimension, itk::VesselTubeSpatialObjectPoint< TDimension > >.
Definition at line 111 of file itkSpatialObject.h.
typedef ChildrenListType* itk::SpatialObject< TDimension >::ChildrenListPointer [inherited] |
Definition at line 119 of file itkSpatialObject.h.
typedef std::list< Pointer > itk::SpatialObject< TDimension >::ChildrenListType [inherited] |
Return type for the list of children
Reimplemented in itk::PolygonGroupSpatialObject< TDimension >.
Definition at line 118 of file itkSpatialObject.h.
| typedef SmartPointer< const Self > itk::GroupSpatialObject< TDimension >::ConstPointer |
Reimplemented from itk::SpatialObject< TDimension >.
Reimplemented in itk::PolygonGroupSpatialObject< TDimension >.
Definition at line 48 of file itkGroupSpatialObject.h.
typedef CovariantVector<ScalarType, TDimension > itk::SpatialObject< TDimension >::CovariantVectorType [inherited] |
Reimplemented in itk::DTITubeSpatialObject< TDimension >, itk::PointBasedSpatialObject< TDimension >, itk::SurfaceSpatialObject< TDimension >, itk::TubeSpatialObject< TDimension, TTubePointType >, itk::VesselTubeSpatialObject< TDimension >, itk::TubeSpatialObject< TDimension, itk::DTITubeSpatialObjectPoint< TDimension > >, and itk::TubeSpatialObject< TDimension, itk::VesselTubeSpatialObjectPoint< TDimension > >.
Definition at line 96 of file itkSpatialObject.h.
typedef Index<TDimension> itk::SpatialObject< TDimension >::IndexType [inherited] |
Index typedef support. An index is used to access pixel values.
Reimplemented in itk::ImageMaskSpatialObject< TDimension >, itk::ImageSpatialObject< TDimension, TPixelType >, and itk::ImageSpatialObject< TDimension, unsigned char >.
Definition at line 123 of file itkSpatialObject.h.
typedef IndexType::IndexValueType itk::SpatialObject< TDimension >::IndexValueType [inherited] |
Definition at line 124 of file itkSpatialObject.h.
typedef Point< ScalarType, TDimension > itk::SpatialObject< TDimension >::InputType [inherited] |
Definition at line 92 of file itkSpatialObject.h.
typedef Offset<TDimension> itk::SpatialObject< TDimension >::OffsetType [inherited] |
Offset typedef support. An offset represent relative position between indices.
Definition at line 128 of file itkSpatialObject.h.
typedef OffsetType::OffsetValueType itk::SpatialObject< TDimension >::OffsetValueType [inherited] |
Definition at line 129 of file itkSpatialObject.h.
typedef OutputVectorType* itk::SpatialObject< TDimension >::OutputVectorPointer [inherited] |
Definition at line 102 of file itkSpatialObject.h.
typedef CovariantVector< double, TDimension > itk::SpatialObject< TDimension >::OutputVectorType [inherited] |
Definition at line 101 of file itkSpatialObject.h.
| typedef SmartPointer< Self > itk::GroupSpatialObject< TDimension >::Pointer |
Reimplemented from itk::SpatialObject< TDimension >.
Reimplemented in itk::PolygonGroupSpatialObject< TDimension >.
Definition at line 47 of file itkGroupSpatialObject.h.
typedef PointType* itk::SpatialObject< TDimension >::PointPointer [inherited] |
Definition at line 93 of file itkSpatialObject.h.
typedef Point< ScalarType, TDimension > itk::SpatialObject< TDimension >::PointType [inherited] |
Reimplemented in itk::ArrowSpatialObject< TDimension >, itk::BlobSpatialObject< TDimension >, itk::BoxSpatialObject< TDimension >, itk::ContourSpatialObject< TDimension >, itk::CylinderSpatialObject, itk::DTITubeSpatialObject< TDimension >, itk::EllipseSpatialObject< TDimension >, itk::GaussianSpatialObject< TDimension >, itk::ImageMaskSpatialObject< TDimension >, itk::ImageSpatialObject< TDimension, TPixelType >, itk::LandmarkSpatialObject< TDimension >, itk::LineSpatialObject< TDimension >, itk::MeshSpatialObject< TMesh >, itk::PlaneSpatialObject< TDimension >, itk::PointBasedSpatialObject< TDimension >, itk::PolygonGroupSpatialObject< TDimension >, itk::PolygonSpatialObject< TDimension >, itk::SurfaceSpatialObject< TDimension >, itk::TubeSpatialObject< TDimension, TTubePointType >, itk::VesselTubeSpatialObject< TDimension >, itk::ImageSpatialObject< TDimension, unsigned char >, itk::TubeSpatialObject< TDimension, itk::DTITubeSpatialObjectPoint< TDimension > >, and itk::TubeSpatialObject< TDimension, itk::VesselTubeSpatialObjectPoint< TDimension > >.
Definition at line 90 of file itkSpatialObject.h.
typedef PropertyType::Pointer itk::SpatialObject< TDimension >::PropertyPointer [inherited] |
Definition at line 133 of file itkSpatialObject.h.
typedef SpatialObjectProperty< float > itk::SpatialObject< TDimension >::PropertyType [inherited] |
Definition at line 132 of file itkSpatialObject.h.
typedef ImageRegion<TDimension> itk::SpatialObject< TDimension >::RegionType [inherited] |
Reimplemented in itk::ImageMaskSpatialObject< TDimension >, itk::ImageSpatialObject< TDimension, TPixelType >, and itk::ImageSpatialObject< TDimension, unsigned char >.
Definition at line 130 of file itkSpatialObject.h.
| typedef double itk::GroupSpatialObject< TDimension >::ScalarType |
Reimplemented from itk::SpatialObject< TDimension >.
Definition at line 49 of file itkGroupSpatialObject.h.
| typedef GroupSpatialObject itk::GroupSpatialObject< TDimension >::Self |
Standard class typedefs.
Reimplemented from itk::SpatialObject< TDimension >.
Reimplemented in itk::PolygonGroupSpatialObject< TDimension >.
Definition at line 45 of file itkGroupSpatialObject.h.
typedef Size<TDimension> itk::SpatialObject< TDimension >::SizeType [inherited] |
Reimplemented in itk::BoxSpatialObject< TDimension >.
Definition at line 131 of file itkSpatialObject.h.
typedef double* itk::SpatialObject< TDimension >::SpacingType [inherited] |
Definition at line 99 of file itkSpatialObject.h.
| typedef SpatialObject< TDimension > itk::GroupSpatialObject< TDimension >::Superclass |
Reimplemented from itk::SpatialObject< TDimension >.
Reimplemented in itk::PolygonGroupSpatialObject< TDimension >.
Definition at line 46 of file itkGroupSpatialObject.h.
typedef const TransformType* itk::SpatialObject< TDimension >::TransformConstPointer [inherited] |
Definition at line 106 of file itkSpatialObject.h.
typedef TransformType::Pointer itk::SpatialObject< TDimension >::TransformPointer [inherited] |
Definition at line 105 of file itkSpatialObject.h.
typedef ScalableAffineTransform< double, TDimension > itk::SpatialObject< TDimension >::TransformType [inherited] |
Reimplemented in itk::ArrowSpatialObject< TDimension >, itk::BlobSpatialObject< TDimension >, itk::BoxSpatialObject< TDimension >, itk::ContourSpatialObject< TDimension >, itk::CylinderSpatialObject, itk::DTITubeSpatialObject< TDimension >, itk::EllipseSpatialObject< TDimension >, itk::GaussianSpatialObject< TDimension >, itk::ImageMaskSpatialObject< TDimension >, itk::ImageSpatialObject< TDimension, TPixelType >, itk::LandmarkSpatialObject< TDimension >, itk::LineSpatialObject< TDimension >, itk::MeshSpatialObject< TMesh >, itk::PlaneSpatialObject< TDimension >, itk::PointBasedSpatialObject< TDimension >, itk::PolygonSpatialObject< TDimension >, itk::SurfaceSpatialObject< TDimension >, itk::TubeSpatialObject< TDimension, TTubePointType >, itk::VesselTubeSpatialObject< TDimension >, itk::ImageSpatialObject< TDimension, unsigned char >, itk::TubeSpatialObject< TDimension, itk::DTITubeSpatialObjectPoint< TDimension > >, and itk::TubeSpatialObject< TDimension, itk::VesselTubeSpatialObjectPoint< TDimension > >.
Definition at line 104 of file itkSpatialObject.h.
| typedef TreeNodeType::ChildrenListType itk::GroupSpatialObject< TDimension >::TreeNodeChildrenListType |
Reimplemented in itk::PolygonGroupSpatialObject< TDimension >.
Definition at line 51 of file itkGroupSpatialObject.h.
| typedef Superclass::TreeNodeType itk::GroupSpatialObject< TDimension >::TreeNodeType |
Reimplemented from itk::SpatialObject< TDimension >.
Reimplemented in itk::PolygonGroupSpatialObject< TDimension >.
Definition at line 50 of file itkGroupSpatialObject.h.
typedef VectorContainer< unsigned long int, PointType > itk::SpatialObject< TDimension >::VectorContainerType [inherited] |
Definition at line 108 of file itkSpatialObject.h.
typedef VectorType* itk::SpatialObject< TDimension >::VectorPointer [inherited] |
Definition at line 97 of file itkSpatialObject.h.
typedef Vector< ScalarType, TDimension > itk::SpatialObject< TDimension >::VectorType [inherited] |
Reimplemented in itk::ArrowSpatialObject< TDimension >, itk::DTITubeSpatialObject< TDimension >, itk::PointBasedSpatialObject< TDimension >, itk::TubeSpatialObject< TDimension, TTubePointType >, itk::VesselTubeSpatialObject< TDimension >, itk::TubeSpatialObject< TDimension, itk::DTITubeSpatialObjectPoint< TDimension > >, and itk::TubeSpatialObject< TDimension, itk::VesselTubeSpatialObjectPoint< TDimension > >.
Definition at line 95 of file itkSpatialObject.h.
| itk::GroupSpatialObject< TDimension >::GroupSpatialObject | ( | const Self & | ) | [protected] |
| itk::GroupSpatialObject< TDimension >::GroupSpatialObject | ( | ) | [protected] |
| virtual itk::GroupSpatialObject< TDimension >::~GroupSpatialObject | ( | ) | [protected, virtual] |
| unsigned long itk::Object::AddObserver | ( | const EventObject & | event, | |
| Command * | ||||
| ) | const [inherited] |
| unsigned long itk::Object::AddObserver | ( | const EventObject & | event, | |
| Command * | ||||
| ) | [inherited] |
Allow people to add/remove/invoke observers (callbacks) to any ITK object. This is an implementation of the subject/observer design pattern. An observer is added by specifying an event to respond to and an itk::Command to execute. It returns an unsigned long tag which can be used later to remove the event or retrieve the command. The memory for the Command becomes the responsibility of this object, so don't pass the same instance of a command to two different objects
| void itk::SpatialObject< TDimension >::AddSpatialObject | ( | Self * | pointer | ) | [inherited] |
Add an object to the list of children.
| static void itk::LightObject::BreakOnError | ( | ) | [static, inherited] |
This method is called when itkExceptionMacro executes. It allows the debugger to break on error.
| virtual void itk::SpatialObject< TDimension >::Clear | ( | void | ) | [virtual, inherited] |
Clear the spatial object by deleting all lists of children and subchildren
Reimplemented in itk::TubeSpatialObject< TDimension, TTubePointType >, itk::TubeSpatialObject< TDimension, itk::DTITubeSpatialObjectPoint< TDimension > >, and itk::TubeSpatialObject< TDimension, itk::VesselTubeSpatialObjectPoint< TDimension > >.
| virtual bool itk::SpatialObject< TDimension >::ComputeBoundingBox | ( | ) | const [virtual, inherited] |
Compute an axis-aligned bounding box for an object and its selected children, down to a specified depth. After computation, the resulting bounding box is stored in this->m_Bounds.
By default, the bounding box children depth is maximum, meaning that the bounding box for the object and all its recursive children is computed. This depth can be set (before calling ComputeBoundingBox) using SetBoundingBoxChildrenDepth().
By calling SetBoundingBoxChildrenName(), it is possible to restrict the bounding box computation to objects of a specified type or family of types. The spatial objects included in the computation are those whose typenames share, as their initial substring, the string specified via SetBoundingBoxChildrenName(). The root spatial object (on which the method is called) is not treated specially. If its typename does not match the bounding box children name, then it is not included in the bounding box computation, but its descendents that match the string are included.
| IndexType itk::SpatialObject< TDimension >::ComputeIndex | ( | OffsetValueType | offset | ) | const [inline, inherited] |
Compute the index of the pixel at a specified offset from the beginning of the buffered region.
Definition at line 316 of file itkSpatialObject.h.
| bool itk::GroupSpatialObject< TDimension >::ComputeLocalBoundingBox | ( | void | ) | const [inline, virtual] |
Compute an axis-aligned bounding box for an object and its selected children, down to a specified depth. After computation, the resulting bounding box is stored in this->m_Bounds.
By default, the bounding box children depth is maximum, meaning that the bounding box for the object and all its recursive children is computed. This depth can be set (before calling ComputeBoundingBox) using SetBoundingBoxChildrenDepth().
By calling SetBoundingBoxChildrenName(), it is possible to restrict the bounding box computation to objects of a specified type or family of types. The spatial objects included in the computation are those whose typenames share, as their initial substring, the string specified via SetBoundingBoxChildrenName(). The root spatial object (on which the method is called) is not treated specially. If its typename does not match the bounding box children name, then it is not included in the bounding box computation, but its descendents that match the string are included.
Reimplemented from itk::SpatialObject< TDimension >.
Definition at line 60 of file itkGroupSpatialObject.h.
| void itk::SpatialObject< TDimension >::ComputeObjectToParentTransform | ( | void | ) | [inherited] |
Compute the Local transform when the global transform is set
| void itk::SpatialObject< TDimension >::ComputeObjectToWorldTransform | ( | void | ) | [inherited] |
Compute the World transform when the local transform is set This function should be called each time the local transform has been modified
| OffsetValueType itk::SpatialObject< TDimension >::ComputeOffset | ( | const IndexType & | ind | ) | const [inline, inherited] |
Compute an offset from the beginning of the buffer for a pixel at the specified index.
Definition at line 296 of file itkSpatialObject.h.
| void itk::SpatialObject< TDimension >::ComputeOffsetTable | ( | ) | [protected, inherited] |
Calculate the offsets needed to move from one pixel to the next along a row, column, slice, volume, etc. These offsets are based on the size of the BufferedRegion. This should be called after the BufferedRegion is set.
| virtual void itk::SpatialObject< TDimension >::CopyInformation | ( | const DataObject * | data | ) | [virtual, inherited] |
Copy information from the specified data set. This method is part of the pipeline execution model. By default, a ProcessObject will copy meta-data from the first input to all of its outputs. See ProcessObject::GenerateOutputInformation(). Each subclass of DataObject is responsible for being able to copy whatever meta-data it needs from from another DataObject. ImageBase has more meta-data than its DataObject. Thus, it must provide its own version of CopyInformation() in order to copy the LargestPossibleRegion from the input parameter.
Reimplemented from itk::DataObject.
Reimplemented in itk::EllipseSpatialObject< TDimension >, itk::TubeSpatialObject< TDimension, TTubePointType >,