#include <ivf/IvfSphere.h>
Inheritance diagram for CIvfSphere:
Public Member Functions | |
CIvfSphere () | |
virtual | ~CIvfSphere () |
IvfClassInfo ("CIvfSphere", CIvfShape) | |
void | setRadius (double radius) |
double | getRadius () |
void | setStacks (int stacks) |
int | getStacks () |
void | setSlices (int slices) |
int | getSlices () |
void | updateBoundingSphere () |
Protected Member Functions | |
virtual void | createSelect () |
virtual void | createGeometry () |
culling.cpp, handlers.cpp, lighting.cpp, lod.cpp, manip.cpp, placement.cpp, robot.cpp, and selection.cpp.
Definition at line 37 of file IvfSphere.h.
|
Constructor |
|
Destructor |
|
Forces an object recalculation. Reimplemented from CIvfShape. |
|
Creates the select object. When the object is selected. This method is called to create the object respresenting the select state. Reimplemented from CIvfShape. |
|
Return sphere radius |
|
Return number of slices |
|
Return number of stacks |
|
Set sphere radius |
|
Set number of slices in sphere representation |
|
Set number of stacks in sphere representation |
|
Update bounding sphere size Reimplemented from CIvfObject. |