IGSTK
Public Member Functions | Public Attributes | Protected Member Functions
igstk::ConeObject Class Reference

This class represents a cone object. More...

#include <igstkConeObject.h>

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

List of all members.

Public Member Functions

virtual double GetRadius ()
 Get the radius of the Cone.
virtual void SetHeight (double _arg)
 Set the height of the Cone.
virtual double GetHeight ()
 Get the height of the Cone.

Public Attributes

 igstkStandardClassTraitsMacro (ConeObject, SpatialObject) public
 Macro with standard traits declarations.

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.

Detailed Description

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.


Constructor & Destructor Documentation

igstk::ConeObject::ConeObject ( void  ) [protected]
igstk::ConeObject::~ConeObject ( void  ) [protected]
igstk::ConeObject::ConeObject ( const Self ) [protected]

Member Function Documentation

virtual double igstk::ConeObject::GetRadius ( ) [virtual]

Get the radius of the Cone.

virtual void igstk::ConeObject::SetHeight ( double  _arg) [virtual]

Set the height of the Cone.

virtual double igstk::ConeObject::GetHeight ( ) [virtual]

Get the height of the Cone.

void igstk::ConeObject::operator= ( const Self ) [protected]
virtual void igstk::ConeObject::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const [protected, virtual]

Print object information.

Reimplemented from igstk::SpatialObject.


Member Data Documentation

Macro with standard traits declarations.

Set the radius of the Cone

Definition at line 45 of file igstkConeObject.h.


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