IGSTK
Public Member Functions | Protected Member Functions
igstk::CylinderObject Class Reference

This class represents a cylinder object. More...

#include <igstkCylinderObject.h>

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

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

igstk::CylinderObject::CylinderObject ( void  ) [protected]
igstk::CylinderObject::~CylinderObject ( void  ) [protected]

Member Function Documentation

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.


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