|
IGSTK
|
This class represents a cone object. More...
#include <igstkConeObject.h>


Public Member Functions | |
| virtual double | GetRadius () |
| Get the radius of the Cone. More... | |
| virtual void | SetHeight (double _arg) |
| Set the height of the Cone. More... | |
| virtual double | GetHeight () |
| Get the height of the Cone. More... | |
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. More... | |
| void | RemoveObserver (unsigned long tag) const |
Public Attributes | |
| igstkStandardClassTraitsMacro (ConeObject, SpatialObject) public | |
| Macro with standard traits declarations. More... | |
Public Attributes inherited from igstk::SpatialObject | |
| igstkStandardClassTraitsMacro(SpatialObject, Object) public typedef SpatialObjectType::BoundingBoxType | BoundingBoxType |
| Macro with standard traits declarations. More... | |
Protected Member Functions | |
| ConeObject (void) | |
| ~ConeObject (void) | |
| ConeObject (const Self &) | |
| void | operator= (const Self &) |
| virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const |
| Print object information. More... | |
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. More... | |
| ~SpatialObject (void) | |
| The destructor should be overriden in derived classes that allocate memory for member variables. More... | |
| void | RequestSetInternalSpatialObject (SpatialObjectType *object) |
| Replacement for RequestSetSpatialObject(). More... | |
| SpatialObjectType * | GetInternalSpatialObject () const |
| Returns the ITK spatial object that is contained inside this IGSTK spatial object. More... | |
Protected Member Functions inherited from igstk::Object | |
| LoggerType * | GetLogger () const |
| Object (void) | |
| Constructor is protected in order to enforce the use of the New() operator. More... | |
| 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. More... | |
| void | RemoveFromObservedObjects () |
| Remove observers that this object may have connected to other objects. More... | |
Additional Inherited Members | |
Public Types inherited from igstk::Object | |
| typedef Object | Self |
| General Typedefs. More... | |
| typedef ::itk::Object | Superclass |
| typedef ::itk::SmartPointer< Self > | Pointer |
| typedef ::itk::SmartPointer < const Self > | ConstPointer |
| typedef igstk::Logger | LoggerType |
Static Public Member Functions inherited from igstk::Object | |
| static Pointer | New (void) |
This class represents a cone object.
The parameters of the object are the height of the object, and the radius. Default representation axis is X.
Definition at line 38 of file igstkConeObject.h.
|
protected |
|
protected |
|
protected |
|
virtual |
Get the radius of the Cone.
|
virtual |
Set the height of the Cone.
|
virtual |
Get the height of the Cone.
|
protected |
|
protectedvirtual |
Print object information.
Reimplemented from igstk::SpatialObject.
| igstk::ConeObject::igstkStandardClassTraitsMacro(ConeObject, SpatialObject) public |
Macro with standard traits declarations.
Set the radius of the Cone
Definition at line 45 of file igstkConeObject.h.
1.8.6