|
OSG
3.4.0
|
#include <EdgeCollector.h>


Public Member Functions | |
| Point () | |
| void | clear () |
| bool | operator< (const Point &rhs) const |
| bool | isBoundaryPoint () const |
Public Member Functions inherited from osg::Referenced | |
| Referenced () | |
| Referenced (bool threadSafeRefUnref) | |
| Referenced (const Referenced &) | |
| Referenced & | operator= (const Referenced &) |
| virtual void | setThreadSafeRefUnref (bool threadSafe) |
| bool | getThreadSafeRefUnref () const |
| OpenThreads::Mutex * | getRefMutex () const |
| int | ref () const |
| int | unref () const |
| int | unref_nodelete () const |
| int | referenceCount () const |
| ObserverSet * | getObserverSet () const |
| ObserverSet * | getOrCreateObserverSet () const |
| void | addObserver (Observer *observer) const |
| void | removeObserver (Observer *observer) const |
Public Attributes | |
| bool | _protected |
| unsigned int | _index |
| osg::Vec3d | _vertex |
| TriangleSet | _triangles |
Additional Inherited Members | |
Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
| static bool | getThreadSafeReferenceCounting () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
Definition at line 89 of file EdgeCollector.h.
|
inline |
Definition at line 91 of file EdgeCollector.h.
|
inline |
Definition at line 100 of file EdgeCollector.h.
| bool osgUtil::EdgeCollector::Point::isBoundaryPoint | ( | ) | const |
|
inline |
Definition at line 102 of file EdgeCollector.h.
| unsigned int osgUtil::EdgeCollector::Point::_index |
Definition at line 95 of file EdgeCollector.h.
| bool osgUtil::EdgeCollector::Point::_protected |
Definition at line 93 of file EdgeCollector.h.
| TriangleSet osgUtil::EdgeCollector::Point::_triangles |
Definition at line 98 of file EdgeCollector.h.
| osg::Vec3d osgUtil::EdgeCollector::Point::_vertex |
Definition at line 97 of file EdgeCollector.h.
1.8.8