openscenegraph
Public Types | Public Member Functions | Protected Attributes | List of all members
osg::ConvexPlanarPolygon Class Reference

Public Types

typedef std::vector< osg::Vec3VertexList
 

Public Member Functions

 ConvexPlanarPolygon ()
 
void add (const Vec3 &v)
 
void setVertexList (const VertexList &vertexList)
 
VertexListgetVertexList ()
 
const VertexListgetVertexList () const
 

Protected Attributes

VertexList _vertexList
 

Detailed Description

A class for representing components of convex clipping volumes.

Member Typedef Documentation

§ VertexList

Constructor & Destructor Documentation

§ ConvexPlanarPolygon()

osg::ConvexPlanarPolygon::ConvexPlanarPolygon ( )

Member Function Documentation

§ add()

void osg::ConvexPlanarPolygon::add ( const Vec3 v)
inline

§ getVertexList() [1/2]

VertexList& osg::ConvexPlanarPolygon::getVertexList ( )
inline

§ getVertexList() [2/2]

const VertexList& osg::ConvexPlanarPolygon::getVertexList ( ) const
inline

§ setVertexList()

void osg::ConvexPlanarPolygon::setVertexList ( const VertexList vertexList)
inline

Member Data Documentation

§ _vertexList

VertexList osg::ConvexPlanarPolygon::_vertexList
protected

The documentation for this class was generated from the following file: