OSG
3.4.0
|
#include <DelaunayTriangulator.h>
Public Types | |
typedef std::vector < osg::ref_ptr < DelaunayConstraint > > | linelist |
Protected Member Functions | |
virtual | ~DelaunayTriangulator () |
DelaunayTriangulator & | operator= (const DelaunayTriangulator &) |
int | getindex (const osg::Vec3 &pt, const osg::Vec3Array *points) |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
Additional Inherited Members | |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
static bool | getThreadSafeReferenceCounting () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
![]() | |
OpenThreads::AtomicPtr | _observerSet |
OpenThreads::Atomic | _refCount |
Definition at line 108 of file DelaunayTriangulator.h.
typedef std::vector< osg::ref_ptr<DelaunayConstraint> > osgUtil::DelaunayTriangulator::linelist |
Definition at line 115 of file DelaunayTriangulator.h.
osgUtil::DelaunayTriangulator::DelaunayTriangulator | ( | ) |
|
explicit |
osgUtil::DelaunayTriangulator::DelaunayTriangulator | ( | const DelaunayTriangulator & | copy, |
const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY |
||
) |
|
protectedvirtual |
|
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
Definition at line 142 of file DelaunayTriangulator.h.
|
protected |
|
inline |
Get the const input point array.
Definition at line 121 of file DelaunayTriangulator.h.
|
inline |
Get the input point array.
Definition at line 124 of file DelaunayTriangulator.h.
|
inline |
Get the const output normal array (optional).
Definition at line 131 of file DelaunayTriangulator.h.
|
inline |
Get the output normal array (optional).
Definition at line 134 of file DelaunayTriangulator.h.
|
inline |
Get the generated primitive (call triangulate() first).
Definition at line 149 of file DelaunayTriangulator.h.
|
inline |
Get the generated primitive (call triangulate() first).
Definition at line 152 of file DelaunayTriangulator.h.
|
inlineprotected |
Definition at line 161 of file DelaunayTriangulator.h.
void osgUtil::DelaunayTriangulator::removeInternalTriangles | ( | DelaunayConstraint * | constraint | ) |
remove the triangles internal to the constraint loops. (Line strips cannot remove any internal triangles).
|
inline |
Set the input point array.
Definition at line 118 of file DelaunayTriangulator.h.
|
inline |
Set the output normal array (optional).
Definition at line 128 of file DelaunayTriangulator.h.
bool osgUtil::DelaunayTriangulator::triangulate | ( | ) |
Start triangulation.