|
Public Types |
| typedef std::vector< ArrayData > | ArrayList |
typedef std::vector< ref_ptr<
PrimitiveSet > > | PrimitiveSetList |
| enum | AttributeBinding {
BIND_OFF = 0,
BIND_OVERALL,
BIND_PER_PRIMITIVE_SET,
BIND_PER_PRIMITIVE,
BIND_PER_VERTEX
} |
Public Member Functions |
| | Geometry () |
| | Geometry (const Geometry &geometry, const CopyOp ©op=CopyOp::SHALLOW_COPY) |
| virtual Object * | cloneType () const |
| virtual Object * | clone (const CopyOp ©op) const |
| virtual bool | isSameKindAs (const Object *obj) const |
| virtual const char * | libraryName () const |
| virtual const char * | className () const |
| virtual Geometry * | asGeometry () |
| virtual const Geometry * | asGeometry () const |
| bool | empty () const |
| void | setVertexArray (Array *array) |
| Array * | getVertexArray () |
| const Array * | getVertexArray () const |
| void | setVertexIndices (IndexArray *array) |
| IndexArray * | getVertexIndices () |
| const IndexArray * | getVertexIndices () const |
| void | setVertexData (const ArrayData &arrayData) |
| ArrayData & | getVertexData () |
| const ArrayData & | getVertexData () const |
| void | setNormalBinding (AttributeBinding ab) |
| AttributeBinding | getNormalBinding () const |
| void | setNormalArray (Vec3Array *array) |
| Vec3Array * | getNormalArray () |
| const Vec3Array * | getNormalArray () const |
| void | setNormalIndices (IndexArray *array) |
| IndexArray * | getNormalIndices () |
| const IndexArray * | getNormalIndices () const |
| void | setNormalData (const Vec3ArrayData &arrayData) |
| Vec3ArrayData & | getNormalData () |
| const Vec3ArrayData & | getNormalData () const |
| void | setColorBinding (AttributeBinding ab) |
| AttributeBinding | getColorBinding () const |
| void | setColorArray (Array *array) |
| Array * | getColorArray () |
| const Array * | getColorArray () const |
| void | setColorIndices (IndexArray *array) |
| IndexArray * | getColorIndices () |
| const IndexArray * | getColorIndices () const |
| void | setColorData (const ArrayData &arrayData) |
| ArrayData & | getColorData () |
| const ArrayData & | getColorData () const |
| void | setSecondaryColorBinding (AttributeBinding ab) |
| AttributeBinding | getSecondaryColorBinding () const |
| void | setSecondaryColorArray (Array *array) |
| Array * | getSecondaryColorArray () |
| const Array * | getSecondaryColorArray () const |
| void | setSecondaryColorIndices (IndexArray *array) |
| IndexArray * | getSecondaryColorIndices () |
| const IndexArray * | getSecondaryColorIndices () const |
| void | setSecondaryColorData (const ArrayData &arrayData) |
| ArrayData & | getSecondaryColorData () |
| const ArrayData & | getSecondaryColorData () const |
| void | setFogCoordBinding (AttributeBinding ab) |
| AttributeBinding | getFogCoordBinding () const |
| void | setFogCoordArray (Array *array) |
| Array * | getFogCoordArray () |
| const Array * | getFogCoordArray () const |
| void | setFogCoordIndices (IndexArray *array) |
| IndexArray * | getFogCoordIndices () |
| const IndexArray * | getFogCoordIndices () const |
| void | setFogCoordData (const ArrayData &arrayData) |
| ArrayData & | getFogCoordData () |
| const ArrayData & | getFogCoordData () const |
| void | setTexCoordArray (unsigned int unit, Array *) |
| Array * | getTexCoordArray (unsigned int unit) |
| const Array * | getTexCoordArray (unsigned int unit) const |
| void | setTexCoordIndices (unsigned int unit, IndexArray *) |
| IndexArray * | getTexCoordIndices (unsigned int unit) |
| const IndexArray * | getTexCoordIndices (unsigned int unit) const |
| void | setTexCoordData (unsigned int index, const ArrayData &arrayData) |
| ArrayData & | getTexCoordData (unsigned int index) |
| const ArrayData & | getTexCoordData (unsigned int index) const |
| unsigned int | getNumTexCoordArrays () const |
| ArrayList & | getTexCoordArrayList () |
| const ArrayList & | getTexCoordArrayList () const |
| void | setVertexAttribArray (unsigned int index, Array *array) |
| Array * | getVertexAttribArray (unsigned int index) |
| const Array * | getVertexAttribArray (unsigned int index) const |
| void | setVertexAttribIndices (unsigned int index, IndexArray *array) |
| IndexArray * | getVertexAttribIndices (unsigned int index) |
| const IndexArray * | getVertexAttribIndices (unsigned int index) const |
| void | setVertexAttribBinding (unsigned int index, AttributeBinding ab) |
| AttributeBinding | getVertexAttribBinding (unsigned int index) const |
| void | setVertexAttribNormalize (unsigned int index, GLboolean norm) |
| GLboolean | getVertexAttribNormalize (unsigned int index) const |
| void | setVertexAttribData (unsigned int index, const ArrayData &arrayData) |
| ArrayData & | getVertexAttribData (unsigned int index) |
| const ArrayData & | getVertexAttribData (unsigned int index) const |
| unsigned int | getNumVertexAttribArrays () const |
| ArrayList & | getVertexAttribArrayList () |
| const ArrayList & | getVertexAttribArrayList () const |
| void | setPrimitiveSetList (const PrimitiveSetList &primitives) |
| PrimitiveSetList & | getPrimitiveSetList () |
| const PrimitiveSetList & | getPrimitiveSetList () const |
| unsigned int | getNumPrimitiveSets () const |
| PrimitiveSet * | getPrimitiveSet (unsigned int pos) |
| const PrimitiveSet * | getPrimitiveSet (unsigned int pos) const |
| bool | addPrimitiveSet (PrimitiveSet *primitiveset) |
| bool | setPrimitiveSet (unsigned int i, PrimitiveSet *primitiveset) |
| bool | insertPrimitiveSet (unsigned int i, PrimitiveSet *primitiveset) |
| bool | removePrimitiveSet (unsigned int i, unsigned int numElementsToRemove=1) |
| unsigned int | getPrimitiveSetIndex (const PrimitiveSet *primitiveset) const |
| void | setFastPathHint (bool on) |
| bool | getFastPathHint () const |
| bool | areFastPathsUsed () const |
| bool | computeFastPathsUsed () |
| bool | verifyBindings () const |
| void | computeCorrectBindingsAndArraySizes () |
| bool | suitableForOptimization () const |
| void | copyToAndOptimize (Geometry &target) |
| void | computeInternalOptimizedGeometry () |
| void | removeInternalOptimizedGeometry () |
| void | setInternalOptimizedGeometry (osg::Geometry *geometry) |
| osg::Geometry * | getInternalOptimizedGeometry () |
| const osg::Geometry * | getInternalOptimizedGeometry () const |
| virtual unsigned int | getGLObjectSizeHint () const |
| virtual void | drawImplementation (State &state) const |
| virtual bool | supports (AttributeFunctor &) const |
| virtual void | accept (AttributeFunctor &af) |
| virtual bool | supports (ConstAttributeFunctor &) const |
| virtual void | accept (ConstAttributeFunctor &af) const |
| virtual bool | supports (PrimitiveFunctor &) const |
| virtual void | accept (PrimitiveFunctor &pf) const |
| virtual bool | supports (PrimitiveIndexFunctor &) const |
| virtual void | accept (PrimitiveIndexFunctor &pf) const |
Static Public Attributes |
| static const ArrayData | s_InvalidArrayData |
Protected Member Functions |
| Geometry & | operator= (const Geometry &) |
| virtual | ~Geometry () |
| bool | verifyBindings (const ArrayData &arrayData) const |
| bool | verifyBindings (const Vec3ArrayData &arrayData) const |
| void | computeCorrectBindingsAndArraySizes (ArrayData &arrayData, const char *arrayName) |
| void | computeCorrectBindingsAndArraySizes (Vec3ArrayData &arrayData, const char *arrayName) |
Protected Attributes |
| PrimitiveSetList | _primitives |
| ArrayData | _vertexData |
| Vec3ArrayData | _normalData |
| ArrayData | _colorData |
| ArrayData | _secondaryColorData |
| ArrayData | _fogCoordData |
| ArrayList | _texCoordList |
| ArrayList | _vertexAttribList |
| bool | _fastPath |
| bool | _fastPathHint |
| ref_ptr< Geometry > | _internalOptimizedGeometry |
Classes |
| struct | ArrayData |
| struct | Vec3ArrayData |