class SG_EXPORT osg::ConvexPlanerOccluder

A class for representing convex clipping volumes made up.

Inheritance:


Public Methods

[more] ConvexPlanerOccluder()
[more] ConvexPlanerOccluder(const ConvexPlanerOccluder& cpo, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
[more]META_Object (osg, ConvexPlanerOccluder)(const ConvexPlanerPolygon& cpp)
[more]ConvexPlanerPolygon& getOccluder()
[more]const ConvexPlanerPolygon& getOccluder() const
[more]typedef std::vector<ConvexPlanerPolygon> HoleList void addHole(const ConvexPlanerPolygon& cpp)
[more]HoleList& getHoleList()
[more]const HoleList& getHoleList() const
[more]void computeAttributes()
[more]void computeBound(BoundingBox& bb) const
[more]void computeBound(BoundingSphere& bs) const

Protected Fields

[more]ConvexPlanerPolygon _occluder
[more]HoleList _holeList

Protected Methods

[more] ~ConvexPlanerOccluder()


Inherited from Object:

Public Methods

ovirtual Object* cloneType() const
ovirtual Object* clone(const CopyOp&) const
ovirtual bool isSameKindAs(const Object*) const
ovirtual const char* libraryName() const
ovirtual const char* className() const
oinline void setDataVariance(const DataVariance dv)
oinline const 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&)
oinline void ref() const
oinline void unref() const
oinline void unref_nodelete() const
oinline const int referenceCount() const

Protected Fields

omutable int _refCount


Documentation

A class for representing convex clipping volumes made up. When adding planes, their normals should point inwards (into the volume)
o ConvexPlanerOccluder()

o ConvexPlanerOccluder(const ConvexPlanerOccluder& cpo, const CopyOp& copyop=CopyOp::SHALLOW_COPY)

oMETA_Object (osg, ConvexPlanerOccluder)(const ConvexPlanerPolygon& cpp)

oConvexPlanerPolygon& getOccluder()

oconst ConvexPlanerPolygon& getOccluder() const

otypedef std::vector<ConvexPlanerPolygon> HoleList void addHole(const ConvexPlanerPolygon& cpp)

oHoleList& getHoleList()

oconst HoleList& getHoleList() const

ovoid computeAttributes()

ovoid computeBound(BoundingBox& bb) const

ovoid computeBound(BoundingSphere& bs) const

o ~ConvexPlanerOccluder()

oConvexPlanerPolygon _occluder

oHoleList _holeList


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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