home | project pages | download | documentation | doxygen | contact |
#include <CSGPrimative.h>
Public Member Functions | |
CSGPrimative () | |
virtual | ~CSGPrimative () |
virtual Interval | characteristic (const IntervalVector &a) const |
virtual const CSGObject * | boxType (const IntervalVector &a) const |
camvox::CSGPrimative::CSGPrimative | ( | ) | [inline] |
virtual camvox::CSGPrimative::~CSGPrimative | ( | ) | [inline, virtual] |
Interval camvox::CSGPrimative::characteristic | ( | const IntervalVector & | a | ) | const [virtual] |
Reimplemented in camvox::CSGCylinder, camvox::CSGPlane, and camvox::CSGSphere.
const CSGObject * camvox::CSGPrimative::boxType | ( | const IntervalVector & | a | ) | const [virtual] |
Reimplemented from camvox::CSGObject.