OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
osgUtil::EdgeCollector::Edge Struct Reference

#include <EdgeCollector.h>

Inheritance diagram for osgUtil::EdgeCollector::Edge:
Inheritance graph
[legend]
Collaboration diagram for osgUtil::EdgeCollector::Edge:
Collaboration graph
[legend]

Public Member Functions

void clear ()
 
bool operator< (const Edge &rhs) const
 
bool operator== (const Edge &rhs) const
 
bool operator!= (const Edge &rhs) const
 
void setOrderedPoints (Point *p1, Point *p2)
 
void addTriangle (Triangle *triangle)
 
bool isBoundaryEdge () const
 
bool isAdjacentToBoundary () const
 
bool endConnected (const Edge &rhs) const
 
bool beginConnected (const Edge &rhs) const
 
- Public Member Functions inherited from osg::Referenced
 Referenced ()
 
 Referenced (bool threadSafeRefUnref)
 
 Referenced (const Referenced &)
 
Referencedoperator= (const Referenced &)
 
virtual void setThreadSafeRefUnref (bool threadSafe)
 
bool getThreadSafeRefUnref () const
 
OpenThreads::MutexgetRefMutex () const
 
int ref () const
 
int unref () const
 
int unref_nodelete () const
 
int referenceCount () const
 
ObserverSetgetObserverSet () const
 
ObserverSetgetOrCreateObserverSet () const
 
void addObserver (Observer *observer) const
 
void removeObserver (Observer *observer) const
 

Public Attributes

osg::ref_ptr< Point_p1
 
osg::ref_ptr< Point_p2
 
osg::ref_ptr< Point_op1
 
osg::ref_ptr< Point_op2
 
TriangleSet _triangles
 

Additional Inherited Members

- Static Public Member Functions inherited from osg::Referenced
static OpenThreads::MutexgetGlobalReferencedMutex ()
 
static void setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting)
 
static bool getThreadSafeReferenceCounting ()
 
static void setDeleteHandler (DeleteHandler *handler)
 
static DeleteHandlergetDeleteHandler ()
 
- 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
 

Detailed Description

Definition at line 107 of file EdgeCollector.h.

Member Function Documentation

void osgUtil::EdgeCollector::Edge::addTriangle ( Triangle triangle)
inline

Definition at line 128 of file EdgeCollector.h.

bool osgUtil::EdgeCollector::Edge::beginConnected ( const Edge rhs) const
inline

Definition at line 136 of file EdgeCollector.h.

void osgUtil::EdgeCollector::Edge::clear ( )
bool osgUtil::EdgeCollector::Edge::endConnected ( const Edge rhs) const
inline

Definition at line 134 of file EdgeCollector.h.

bool osgUtil::EdgeCollector::Edge::isAdjacentToBoundary ( ) const
inline

Definition at line 132 of file EdgeCollector.h.

bool osgUtil::EdgeCollector::Edge::isBoundaryEdge ( ) const
inline

Definition at line 130 of file EdgeCollector.h.

bool osgUtil::EdgeCollector::Edge::operator!= ( const Edge rhs) const
bool osgUtil::EdgeCollector::Edge::operator< ( const Edge rhs) const
bool osgUtil::EdgeCollector::Edge::operator== ( const Edge rhs) const
void osgUtil::EdgeCollector::Edge::setOrderedPoints ( Point p1,
Point p2 
)

Member Data Documentation

osg::ref_ptr<Point> osgUtil::EdgeCollector::Edge::_op1

Definition at line 114 of file EdgeCollector.h.

osg::ref_ptr<Point> osgUtil::EdgeCollector::Edge::_op2

Definition at line 115 of file EdgeCollector.h.

osg::ref_ptr<Point> osgUtil::EdgeCollector::Edge::_p1

Definition at line 111 of file EdgeCollector.h.

osg::ref_ptr<Point> osgUtil::EdgeCollector::Edge::_p2

Definition at line 112 of file EdgeCollector.h.

TriangleSet osgUtil::EdgeCollector::Edge::_triangles

Definition at line 117 of file EdgeCollector.h.


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