#include <itkTubeSpatialObject.h>
Inheritance diagram for itk::TubeSpatialObject< TDimension, TTubePointType >:


The tube is basically defined by a set of points. Each tube can be connected to a tube network, by using the AddSpatialObject() methods of a TubeSpatialObject Object. A tube is also identified by an id number when connected to a network.
Definition at line 43 of file itkTubeSpatialObject.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 Superclass::BoundingBoxType | BoundingBoxType |
| typedef ChildrenListType * | ChildrenListPointer |
| typedef std::list< Pointer > | ChildrenListType |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef Superclass::CovariantVectorType | 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< PointContainerType > | PointContainerPointer |
| typedef VectorContainer< unsigned long, PointType > | PointContainerType |
| typedef SmartPointer< Self > | Pointer |
| typedef PointListType * | PointListPointer |
| typedef std::vector< TubePointType > | PointListType |
| typedef PointType * | PointPointer |
| typedef Superclass::PointType | PointType |
| typedef PropertyType::Pointer | PropertyPointer |
| typedef SpatialObjectProperty< float > | PropertyType |
| typedef ImageRegion< TDimension > | RegionType |
| typedef double | ScalarType |
| typedef TubeSpatialObject | Self |
| typedef Size< TDimension > | SizeType |
| typedef double * | SpacingType |
| typedef Superclass::SpatialObjectPointType | SpatialObjectPointType |
| typedef PointBasedSpatialObject< TDimension > | Superclass |
| typedef const TransformType * | TransformConstPointer |
| typedef TransformType::Pointer | TransformPointer |
| typedef Superclass::TransformType | TransformType |
| typedef SpatialObjectTreeNode< TDimension > | TreeNodeType |
| typedef TTubePointType | TubePointType |
| typedef VectorContainer< unsigned long int, PointType > | VectorContainerType |
| typedef VectorType * | VectorPointer |
| typedef Superclass::VectorType | VectorType |
Public Member Functions | |
| void | AddSpatialObject (Self *pointer) |
| void | Clear (void) |
| bool | ComputeLocalBoundingBox () const |
| void | ComputeObjectToParentTransform (void) |
| void | ComputeObjectToWorldTransform (void) |
| bool | ComputeTangentAndNormals (void) |
| void | CopyInformation (const DataObject *data) |
| 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 |
| virtual unsigned long | GetNumberOfPoints (void) const |
| unsigned int | GetObjectDimension (void) const |
| unsigned long | GetObjectMTime (void) const |
| virtual Self * | GetParent (void) |
| virtual const Self * | GetParent (void) const |
| virtual SpatialObjectPointType * | GetPoint (unsigned long ind) |
| virtual const SpatialObjectPointType * | GetPoint (unsigned long ind) const |
| virtual const PointListType & | GetPoints (void) const |
| virtual PointListType & | GetPoints (void) |
| 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 |
| 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 |
| virtual bool | IsInside (const PointType &point) const |
| bool | IsInside (const PointType &point, unsigned int depth, char *name) 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 () |
| unsigned int | RemoveDuplicatePoints (unsigned int step=1) |
| void | RemoveObserver (unsigned long tag) |
| virtual void | RemovePoint (unsigned long ind) |
| 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) |
| virtual void | SetPoint (unsigned long ind, const TubePointType &pnt) |
| virtual void | SetPoints (PointListType &newPoints) |
| 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 |
| 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 |
| 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 bool | GetArtery () const |
| virtual void | SetArtery (bool _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 unsigned int | GetEndType () const |
| virtual void | SetEndType (unsigned int _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 int | GetParentPoint () const |
| virtual void | SetParentPoint (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 bool | GetRoot () const |
| virtual void | SetRoot (bool _arg) |
| 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 Types | |
| typedef int | InternalReferenceCountType |
Protected Member Functions | |
| void | ComputeOffsetTable () |
| virtual const BoundingBoxType * | GetBounds () |
| virtual const unsigned int & | GetDimension () |
| virtual const TransformType * | GetInternalInverseTransform () |
| 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) |
| bool | SetInternalInverseTransformToWorldToIndexTransform () const |
| virtual void | SetTypeName (std::string _arg) |
| TubeSpatialObject () | |
| virtual | ~TubeSpatialObject () |
| virtual void | PrintHeader (std::ostream &os, Indent indent) const |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
Protected Attributes | |
| bool | m_Artery |
| unsigned int | m_EndType |
| unsigned long | m_IndexToWorldTransformMTime |
| unsigned long | m_OldMTime |
| int | m_ParentPoint |
| PointListType | m_Points |
| InternalReferenceCountType | m_ReferenceCount |
| SimpleFastMutexLock | m_ReferenceCountLock |
| bool | m_Root |
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 Superclass::BoundingBoxType itk::TubeSpatialObject< TDimension, TTubePointType >::BoundingBoxType |
Reimplemented from itk::SpatialObject< TDimension >.
Reimplemented in itk::DTITubeSpatialObject< TDimension >, and itk::VesselTubeSpatialObject< TDimension >.
Definition at line 64 of file itkTubeSpatialObject.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::TubeSpatialObject< TDimension, TTubePointType >::ConstPointer |
Reimplemented from itk::PointBasedSpatialObject< TDimension >.
Reimplemented in itk::DTITubeSpatialObject< TDimension >, and itk::VesselTubeSpatialObject< TDimension >.
Definition at line 52 of file itkTubeSpatialObject.h.
| typedef Superclass::CovariantVectorType itk::TubeSpatialObject< TDimension, TTubePointType >::CovariantVectorType |
Reimplemented from itk::PointBasedSpatialObject< TDimension >.
Reimplemented in itk::DTITubeSpatialObject< TDimension >, and itk::VesselTubeSpatialObject< TDimension >.
Definition at line 63 of file itkTubeSpatialObject.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 int itk::LightObject::InternalReferenceCountType [protected, inherited] |
Define the type of the reference count according to the target. This allows the use of atomic operations
Definition at line 139 of file itkLightObject.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<PointContainerType> itk::TubeSpatialObject< TDimension, TTubePointType >::PointContainerPointer |
Reimplemented in itk::DTITubeSpatialObject< TDimension >, and itk::VesselTubeSpatialObject< TDimension >.
Definition at line 61 of file itkTubeSpatialObject.h.
| typedef VectorContainer<unsigned long,PointType> itk::TubeSpatialObject< TDimension, TTubePointType >::PointContainerType |
Reimplemented in itk::DTITubeSpatialObject< TDimension >, and itk::VesselTubeSpatialObject< TDimension >.
Definition at line 60 of file itkTubeSpatialObject.h.
| typedef SmartPointer< Self > itk::TubeSpatialObject< TDimension, TTubePointType >::Pointer |
Reimplemented from itk::PointBasedSpatialObject< TDimension >.
Reimplemented in itk::DTITubeSpatialObject< TDimension >, and itk::VesselTubeSpatialObject< TDimension >.
Definition at line 51 of file itkTubeSpatialObject.h.
| typedef PointListType* itk::TubeSpatialObject< TDimension, TTubePointType >::PointListPointer |
Definition at line 56 of file itkTubeSpatialObject.h.
| typedef std::vector< TubePointType > itk::TubeSpatialObject< TDimension, TTubePointType >::PointListType |
Reimplemented in itk::DTITubeSpatialObject< TDimension >, and itk::VesselTubeSpatialObject< TDimension >.
Definition at line 55 of file itkTubeSpatialObject.h.
typedef PointType* itk::SpatialObject< TDimension >::PointPointer [inherited] |
Definition at line 93 of file itkSpatialObject.h.
| typedef Superclass::PointType itk::TubeSpatialObject< TDimension, TTubePointType >::PointType |
Reimplemented from itk::PointBasedSpatialObject< TDimension >.
Reimplemented in itk::DTITubeSpatialObject< TDimension >, and itk::VesselTubeSpatialObject< TDimension >.
Definition at line 57 of file itkTubeSpatialObject.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::TubeSpatialObject< TDimension, TTubePointType >::ScalarType |
Reimplemented from itk::PointBasedSpatialObject< TDimension >.
Definition at line 53 of file itkTubeSpatialObject.h.
| typedef TubeSpatialObject itk::TubeSpatialObject< TDimension, TTubePointType >::Self |
Standard class typedefs.
Reimplemented from itk::PointBasedSpatialObject< TDimension >.
Reimplemented in itk::DTITubeSpatialObject< TDimension >, and itk::VesselTubeSpatialObject< TDimension >.
Definition at line 49 of file itkTubeSpatialObject.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 Superclass::SpatialObjectPointType itk::TubeSpatialObject< TDimension, TTubePointType >::SpatialObjectPointType |
Reimplemented from itk::PointBasedSpatialObject< TDimension >.
Reimplemented in itk::DTITubeSpatialObject< TDimension >, and itk::VesselTubeSpatialObject< TDimension >.
Definition at line 59 of file itkTubeSpatialObject.h.
| typedef PointBasedSpatialObject< TDimension > itk::TubeSpatialObject< TDimension, TTubePointType >::Superclass |
Reimplemented from itk::PointBasedSpatialObject< TDimension >.
Reimplemented in itk::DTITubeSpatialObject< TDimension >, and itk::VesselTubeSpatialObject< TDimension >.
Definition at line 50 of file itkTubeSpatialObject.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 Superclass::TransformType itk::TubeSpatialObject< TDimension, TTubePointType >::TransformType |
Reimplemented from itk::PointBasedSpatialObject< TDimension >.
Reimplemented in itk::DTITubeSpatialObject< TDimension >, and itk::VesselTubeSpatialObject< TDimension >.
Definition at line 58 of file itkTubeSpatialObject.h.
typedef SpatialObjectTreeNode<TDimension> itk::SpatialObject< TDimension >::TreeNodeType [inherited] |
Reimplemented in itk::GroupSpatialObject< TDimension >, and itk::PolygonGroupSpatialObject< TDimension >.
Definition at line 135 of file itkSpatialObject.h.
| typedef TTubePointType itk::TubeSpatialObject< TDimension, TTubePointType >::TubePointType |
Reimplemented in itk::DTITubeSpatialObject< TDimension >, and itk::VesselTubeSpatialObject< TDimension >.
Definition at line 54 of file itkTubeSpatialObject.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 Superclass::VectorType itk::TubeSpatialObject< TDimension, TTubePointType >::VectorType |
Reimplemented from itk::PointBasedSpatialObject< TDimension >.
Reimplemented in itk::DTITubeSpatialObject< TDimension >, and itk::VesselTubeSpatialObject< TDimension >.
Definition at line 62 of file itkTubeSpatialObject.h.
| itk::TubeSpatialObject< TDimension, TTubePointType >::TubeSpatialObject | ( | ) | [protected] |
| virtual itk::TubeSpatialObject< TDimension, TTubePointType >::~TubeSpatialObject | ( | ) | [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.
| void itk::TubeSpatialObject< TDimension, TTubePointType >::Clear | ( | void | ) | [virtual] |
Remove the list of tube points
Reimplemented from itk::SpatialObject< 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