| home | project pages | download | documentation | doxygen | contact |
#include <CSGOperation.h>

Public Member Functions | |
| CSGOperation () | |
| virtual | ~CSGOperation () |
| virtual void | add (CSGObject *obj) |
| virtual void | mergeTransforms (void) |
| virtual void | mergeResolutions (void) |
Public Attributes | |
| std::vector< CSGObject * > | childs |
| camvox::CSGOperation::CSGOperation | ( | ) | [inline] |
| virtual camvox::CSGOperation::~CSGOperation | ( | ) | [inline, virtual] |
| void camvox::CSGOperation::add | ( | CSGObject * | obj | ) | [virtual] |
| void camvox::CSGOperation::mergeTransforms | ( | void | ) | [virtual] |
Reimplemented from camvox::CSGObject.
| void camvox::CSGOperation::mergeResolutions | ( | void | ) | [virtual] |
Reimplemented from camvox::CSGObject.
| std::vector<CSGObject *> camvox::CSGOperation::childs |