OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Protected Attributes | List of all members
osg::ConvexPlanarPolygon Class Reference

#include <ConvexPlanarPolygon.h>

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.

Definition at line 24 of file ConvexPlanarPolygon.h.

Member Typedef Documentation

Definition at line 31 of file ConvexPlanarPolygon.h.

Constructor & Destructor Documentation

osg::ConvexPlanarPolygon::ConvexPlanarPolygon ( )

Member Function Documentation

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

Definition at line 33 of file ConvexPlanarPolygon.h.

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

Definition at line 37 of file ConvexPlanarPolygon.h.

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

Definition at line 39 of file ConvexPlanarPolygon.h.

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

Definition at line 35 of file ConvexPlanarPolygon.h.

Member Data Documentation

VertexList osg::ConvexPlanarPolygon::_vertexList
protected

Definition at line 43 of file ConvexPlanarPolygon.h.


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