ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
itk::PointBasedSpatialObject< TDimension > Class Template Reference

#include <itkPointBasedSpatialObject.h>

+ Inheritance diagram for itk::PointBasedSpatialObject< TDimension >:
+ Collaboration diagram for itk::PointBasedSpatialObject< TDimension >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
Superclass::CovariantVectorType 
CovariantVectorType
typedef SmartPointer< SelfPointer
typedef Superclass::PointType PointType
typedef double ScalarType
typedef PointBasedSpatialObject Self
typedef SpatialObjectPoint
< TDimension > 
SpatialObjectPointType
typedef SpatialObject< TDimension > Superclass
typedef Superclass::TransformType TransformType
typedef Superclass::VectorType VectorType

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
virtual SpatialObjectPointTypeGetPoint (IdentifierType)
virtual const
SpatialObjectPointType
GetPoint (IdentifierType) const
virtual SizeValueType GetNumberOfPoints (void) const
bool ComputeLocalBoundingBox () const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

void operator= (const Self &)
 PointBasedSpatialObject (const Self &)
 PointBasedSpatialObject ()
virtual void PrintSelf (std::ostream &os, Indent indent) const
virtual ~PointBasedSpatialObject ()

Detailed Description

template<unsigned int TDimension = 3>
class itk::PointBasedSpatialObject< TDimension >

This class serves as the base class for point-based spatial objects.

A PointBasedSpatialObject is an abstract class to support PointBasedSpatialObject filters and algorithms.

Definition at line 37 of file itkPointBasedSpatialObject.h.


Member Typedef Documentation

template<unsigned int TDimension = 3>
typedef SmartPointer< const Self > itk::PointBasedSpatialObject< TDimension >::ConstPointer
template<unsigned int TDimension = 3>
typedef Superclass::CovariantVectorType itk::PointBasedSpatialObject< TDimension >::CovariantVectorType
template<unsigned int TDimension = 3>
typedef SmartPointer< Self > itk::PointBasedSpatialObject< TDimension >::Pointer
template<unsigned int TDimension = 3>
typedef Superclass::PointType itk::PointBasedSpatialObject< TDimension >::PointType
template<unsigned int TDimension = 3>
typedef double itk::PointBasedSpatialObject< TDimension >::ScalarType
template<unsigned int TDimension = 3>
typedef PointBasedSpatialObject itk::PointBasedSpatialObject< TDimension >::Self
template<unsigned int TDimension = 3>
typedef SpatialObjectPoint< TDimension > itk::PointBasedSpatialObject< TDimension >::SpatialObjectPointType
template<unsigned int TDimension = 3>
typedef SpatialObject< TDimension > itk::PointBasedSpatialObject< TDimension >::Superclass
template<unsigned int TDimension = 3>
typedef Superclass::TransformType itk::PointBasedSpatialObject< TDimension >::TransformType
template<unsigned int TDimension = 3>
typedef Superclass::VectorType itk::PointBasedSpatialObject< TDimension >::VectorType

Constructor & Destructor Documentation

template<unsigned int TDimension = 3>
itk::PointBasedSpatialObject< TDimension >::PointBasedSpatialObject ( const Self ) [protected]
template<unsigned int TDimension = 3>
itk::PointBasedSpatialObject< TDimension >::PointBasedSpatialObject ( ) [protected]
template<unsigned int TDimension = 3>
virtual itk::PointBasedSpatialObject< TDimension >::~PointBasedSpatialObject ( ) [protected, virtual]

Member Function Documentation

template<unsigned int TDimension = 3>
bool itk::PointBasedSpatialObject< TDimension >::ComputeLocalBoundingBox ( void  ) const [inline, virtual]
template<unsigned int TDimension = 3>
virtual::itk::LightObject::Pointer itk::PointBasedSpatialObject< TDimension >::CreateAnother ( void  ) const [virtual]
template<unsigned int TDimension = 3>
virtual const char* itk::PointBasedSpatialObject< TDimension >::GetNameOfClass ( ) const [virtual]
template<unsigned int TDimension = 3>
virtual SizeValueType itk::PointBasedSpatialObject< TDimension >::GetNumberOfPoints ( void  ) const [inline, virtual]
template<unsigned int TDimension = 3>
virtual const SpatialObjectPointType* itk::PointBasedSpatialObject< TDimension >::GetPoint ( IdentifierType  ) const [inline, virtual]
template<unsigned int TDimension = 3>
virtual SpatialObjectPointType* itk::PointBasedSpatialObject< TDimension >::GetPoint ( IdentifierType  ) [inline, virtual]
template<unsigned int TDimension = 3>
static Pointer itk::PointBasedSpatialObject< TDimension >::New ( ) [static]
template<unsigned int TDimension = 3>
void itk::PointBasedSpatialObject< TDimension >::operator= ( const Self ) [protected]
template<unsigned int TDimension = 3>
virtual void itk::PointBasedSpatialObject< TDimension >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

The documentation for this class was generated from the following file: