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


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. | |
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.
| igstk::ConeObject::ConeObject | ( | void | ) | [protected] |
| igstk::ConeObject::~ConeObject | ( | void | ) | [protected] |
| igstk::ConeObject::ConeObject | ( | const Self & | ) | [protected] |
| 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.
Macro with standard traits declarations.
Set the radius of the Cone
Definition at line 45 of file igstkConeObject.h.
1.7.4