List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
osgUtil::DelaunayTriangulator::DelaunayTriangulator |
( |
) |
|
virtual osgUtil::DelaunayTriangulator::~DelaunayTriangulator |
( |
) |
[protected, virtual] |
Member Function Documentation
void osgUtil::DelaunayTriangulator::addInputConstraint |
( |
DelaunayConstraint * |
dc ) |
[inline] |
Add an input constraint loop. the edges of the loop will constrain the triangulation. if remove!=0, the internal triangles of the constraint will be removed; the user may the replace the constraint line with an equivalent geometry. GWM July 2005
const osg::Vec3Array * osgUtil::DelaunayTriangulator::getInputPointArray |
( |
) |
const [inline] |
osg::Vec3Array * osgUtil::DelaunayTriangulator::getInputPointArray |
( |
) |
[inline] |
const osg::Vec3Array * osgUtil::DelaunayTriangulator::getOutputNormalArray |
( |
) |
const [inline] |
osg::Vec3Array * osgUtil::DelaunayTriangulator::getOutputNormalArray |
( |
) |
[inline] |
void osgUtil::DelaunayTriangulator::removeInternalTriangles |
( |
DelaunayConstraint * |
constraint ) |
|
remove the triangles internal to the constraint loops. (Line strips cannot remove any internal triangles).
void osgUtil::DelaunayTriangulator::setInputPointArray |
( |
osg::Vec3Array * |
points ) |
[inline] |
Set the input point array.
void osgUtil::DelaunayTriangulator::setOutputNormalArray |
( |
osg::Vec3Array * |
normals ) |
[inline] |
Set the output normal array (optional).
bool osgUtil::DelaunayTriangulator::triangulate |
( |
) |
|
The documentation for this class was generated from the following file: