IGSTK
|
This class represents a cylinder object. More...
#include <igstkCylinderObject.h>
Public Member Functions | |
double | GetRadius () const |
Get the radius of the Cylinder. | |
void | SetHeight (double height) |
Set the height of the Cylinder. | |
double | GetHeight () const |
Get the height of the Cylinder. | |
Protected Member Functions | |
CylinderObject (void) | |
~CylinderObject (void) | |
virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const |
Print object information. |
This class represents a cylinder object.
The parameters of the object are the height of the object, and the radius. Default representation axis is X.
Definition at line 37 of file igstkCylinderObject.h.
igstk::CylinderObject::CylinderObject | ( | void | ) | [protected] |
igstk::CylinderObject::~CylinderObject | ( | void | ) | [protected] |
double igstk::CylinderObject::GetRadius | ( | ) | const |
Get the radius of the Cylinder.
void igstk::CylinderObject::SetHeight | ( | double | height | ) |
Set the height of the Cylinder.
double igstk::CylinderObject::GetHeight | ( | ) | const |
Get the height of the Cylinder.
virtual void igstk::CylinderObject::PrintSelf | ( | std::ostream & | os, |
itk::Indent | indent | ||
) | const [protected, virtual] |
Print object information.
Reimplemented from igstk::SpatialObject.