#include <ivf/IvfCylinder.h>
Inheritance diagram for CIvfCylinder:
Public Member Functions | |
CIvfCylinder () | |
virtual | ~CIvfCylinder () |
IvfClassInfo ("CIvfCylinder", CIvfCone) | |
void | setRadius (const double radius) |
double | getRadius () |
CIvfCylinder implements a cylinder shape. The cylinder shape is a specialized version of the cone shape and thus have the same methods.
handlers.cpp, lod.cpp, manip.cpp, placement.cpp, robot.cpp, and selection.cpp.
Definition at line 40 of file IvfCylinder.h.
|
CIvfCylinder constructor. |
|
CIvfCylinder destructor. |
|
Return cylinder radius |
|
Set cylinder radius |