Google

class osg::ConvexHull


Inheritance:


Public Methods

[more] ConvexHull()
[more] ConvexHull(const ConvexHull& hull, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
[more] META_Shape(osg, TriangleMesh)


Inherited from TriangleMesh:

Public Methods

oMETA_Shape (osg, TriangleMesh)(Vec3Array* vertices)
oVec3Array* getVertices()
oconst Vec3Array* getVertices() const
ovoid setIndices(IndexArray* indices)
oIndexArray* getIndices()
oconst IndexArray* getIndices() const

Protected Fields

oref_ptr<Vec3Array> _vertices
oref_ptr<IndexArray> _indices


Inherited from Shape:

Public Methods

ovirtual Object* cloneType() const
ovirtual Object* clone(const CopyOp&) const
ovirtual bool isSameKindAs(const Object* obj) const
ovirtual const char* libraryName() const
ovirtual const char* className() const
ovirtual void accept(ShapeVisitor&)
ovirtual void accept(ConstShapeVisitor&) const


Inherited from Object:

Public Methods

oinline void setDataVariance(DataVariance dv)
oinline DataVariance getDataVariance() const
oinline void setUserData(Referenced* obj)
oinline Referenced* getUserData()
oinline const Referenced* getUserData() const

Public Members

oenum DataVariance

Protected Fields

oDataVariance _dataVariance
oref_ptr<Referenced> _userData


Inherited from Referenced:

Public Methods

oinline Referenced& operator = (Referenced&)
ostatic void setDeleteHandler(DeleteHandler* handler)
ostatic DeleteHandler* getDeleteHandler()
oinline void ref() const
oinline void unref_nodelete() const
oinline int referenceCount() const
oinline void unref() const

Protected Fields

omutable int _refCount


Documentation

o ConvexHull()

o ConvexHull(const ConvexHull& hull, const CopyOp& copyop=CopyOp::SHALLOW_COPY)

o META_Shape(osg, TriangleMesh)


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.