IGSTK
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
igstk::EllipsoidObject Class Reference

This class represents an ellipsoid object. More...

#include <igstkEllipsoidObject.h>

Inheritance diagram for igstk::EllipsoidObject:
Inheritance graph
[legend]
Collaboration diagram for igstk::EllipsoidObject:
Collaboration graph
[legend]

Public Member Functions

void SetRadius (double rx, double ry, double rz)
 Set the radius of the underlying ITK Spatial object.
void SetRadius (const ArrayType &radius)
const ArrayTypeGetRadius () const
 Get the three radius.
- Public Member Functions inherited from igstk::SpatialObject
 igstkLoadedObjectEventMacro (BoundingBoxEvent, IGSTKEvent, BoundingBoxType)
void RequestGetBounds ()
void RequestGetBounds () const
- Public Member Functions inherited from igstk::Object
virtual const char * GetNameOfClass () const
void SetLogger (LoggerType *logger)
 Connect the Logger for this class.
void RemoveObserver (unsigned long tag) const

Public Attributes

igstkStandardClassTraitsMacro(EllipsoidObject,
SpatialObject) public typedef
EllipseSpatialObjectType::ArrayType 
ArrayType
 Macro with standard traits declarations.
- Public Attributes inherited from igstk::SpatialObject
igstkStandardClassTraitsMacro(SpatialObject,
Object) public typedef
SpatialObjectType::BoundingBoxType 
BoundingBoxType
 Macro with standard traits declarations.

Protected Member Functions

 EllipsoidObject (void)
 ~EllipsoidObject (void)
virtual void PrintSelf (std::ostream &os, itk::Indent indent) const
 Print object information.
- Protected Member Functions inherited from igstk::SpatialObject
 SpatialObject (void)
 The constructor of this class is declared protected to enforce the use of SmartPointers syntax when instantiating objects of this class.
 ~SpatialObject (void)
 The destructor should be overriden in derived classes that allocate memory for member variables.
void RequestSetInternalSpatialObject (SpatialObjectType *object)
 Replacement for RequestSetSpatialObject().
SpatialObjectType * GetInternalSpatialObject () const
 Returns the ITK spatial object that is contained inside this IGSTK spatial object.
- Protected Member Functions inherited from igstk::Object
LoggerTypeGetLogger () const
 Object (void)
 Constructor is protected in order to enforce the use of the New() operator.
virtual ~Object (void)
void RegisterObservedObject (const ::igstk::Object *object, unsigned long tag)
 Register observed objects in an internal array so that they can be disconnected upon destruction.
void RemoveFromObservedObjects ()
 Remove observers that this object may have connected to other objects.

Additional Inherited Members

- Public Types inherited from igstk::Object
typedef Object Self
 General Typedefs.
typedef ::itk::Object Superclass
typedef ::itk::SmartPointer< SelfPointer
typedef ::itk::SmartPointer
< const Self
ConstPointer
typedef igstk::Logger LoggerType
- Static Public Member Functions inherited from igstk::Object
static Pointer New (void)

Detailed Description

This class represents an ellipsoid object.

The parameters of the object are the three radii defining the lenght of the principal axes of the ellipsoid. The axes of the ellipsoid are orthogonal.

Definition at line 38 of file igstkEllipsoidObject.h.

Constructor & Destructor Documentation

igstk::EllipsoidObject::EllipsoidObject ( void  )
protected
igstk::EllipsoidObject::~EllipsoidObject ( void  )
protected

Member Function Documentation

void igstk::EllipsoidObject::SetRadius ( double  rx,
double  ry,
double  rz 
)

Set the radius of the underlying ITK Spatial object.

void igstk::EllipsoidObject::SetRadius ( const ArrayType radius)
const ArrayType& igstk::EllipsoidObject::GetRadius ( ) const

Get the three radius.

virtual void igstk::EllipsoidObject::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const
protectedvirtual

Print object information.

Reimplemented from igstk::SpatialObject.

Member Data Documentation

igstkStandardClassTraitsMacro ( EllipsoidObject, SpatialObject ) public typedef EllipseSpatialObjectType::ArrayType igstk::EllipsoidObject::ArrayType

Macro with standard traits declarations.

Typedefs

Definition at line 45 of file igstkEllipsoidObject.h.


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