![]() |
Public API Reference |
![]() |
Superclass for all primitives. More...
#include <cstool/genmeshbuilder.h>
Public Member Functions | |
virtual void | Append (iGeneralFactoryState *factory)=0 |
Append this primitive to the given factory. | |
virtual bool | Append (iMeshFactoryWrapper *factory) |
Append this primitive to the given factory. |
Superclass for all primitives.
Definition at line 45 of file genmeshbuilder.h.
virtual void CS::Geometry::Primitive::Append | ( | iGeneralFactoryState * | factory | ) | [pure virtual] |
Append this primitive to the given factory.
Implemented in CS::Geometry::Cone, CS::Geometry::Sphere, CS::Geometry::Capsule, CS::Geometry::Box, CS::Geometry::TesselatedBox, and CS::Geometry::TesselatedQuad.
virtual bool CS::Geometry::Primitive::Append | ( | iMeshFactoryWrapper * | factory | ) | [inline, virtual] |
Append this primitive to the given factory.
Returns false if the primitive is not a genmesh.
Reimplemented in CS::Geometry::Cone, CS::Geometry::Sphere, CS::Geometry::Capsule, CS::Geometry::Box, CS::Geometry::TesselatedBox, and CS::Geometry::TesselatedQuad.
Definition at line 57 of file genmeshbuilder.h.