This class represents a Box object. More...
#include <igstkBoxObject.h>
Public Member Functions | |
virtual void | SetSize (ArrayType _arg) |
Set the size given an array. | |
virtual ArrayType | GetSize () |
Get the size as an array. | |
double | GetSizeX () const |
Get size of the X axis. | |
double | GetSizeY () const |
Get size of the Y axis. | |
double | GetSizeZ () const |
Get size of the Z axis. | |
Protected Member Functions | |
BoxObject (void) | |
~BoxObject (void) | |
BoxObject (const Self &) | |
void | operator= (const Self &) |
virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const |
Print object information. |
This class represents a Box object.
The parameters of the object are the height of the object, and the radius. Default representation axis is Z.
Definition at line 39 of file igstkBoxObject.h.
igstk::BoxObject::BoxObject | ( | void | ) | [protected] |
igstk::BoxObject::~BoxObject | ( | void | ) | [protected] |
igstk::BoxObject::BoxObject | ( | const Self & | ) | [protected] |
virtual void igstk::BoxObject::SetSize | ( | ArrayType | _arg | ) | [virtual] |
Set the size given an array.
virtual ArrayType igstk::BoxObject::GetSize | ( | ) | [virtual] |
Get the size as an array.
double igstk::BoxObject::GetSizeX | ( | ) | const |
Get size of the X axis.
double igstk::BoxObject::GetSizeY | ( | ) | const |
Get size of the Y axis.
double igstk::BoxObject::GetSizeZ | ( | ) | const |
Get size of the Z axis.
void igstk::BoxObject::operator= | ( | const Self & | ) | [protected] |
virtual void igstk::BoxObject::PrintSelf | ( | std::ostream & | os, | |
itk::Indent | indent | |||
) | const [protected, virtual] |
Print object information.
Reimplemented from igstk::SpatialObject.