#include <OSGHalfEdgeGraph.h>
Public Member Functions | |
| Chunk (const UInt32 size) | |
| ~Chunk (void) | |
| UInt32 | countElem (void) |
Public Attributes | |
| const UInt32 | _size |
| UInt32 | _freeElem |
| Chunk * | _next |
| Triangle * | _data |
Definition at line 223 of file OSGHalfEdgeGraph.h.
|
|
Definition at line 217 of file OSGHalfEdgeGraph.inl. References _data.
|
|
|
Definition at line 224 of file OSGHalfEdgeGraph.inl.
|
|
|
Definition at line 231 of file OSGHalfEdgeGraph.inl. References _freeElem, _next, _size, and countElem(). Referenced by osg::HalfEdgeGraph::TrianglePool::countElem(), and countElem().
|
|
|
Definition at line 226 of file OSGHalfEdgeGraph.h. Referenced by countElem(), and osg::HalfEdgeGraph::TrianglePool::createTriangle(). |
|
|
Definition at line 227 of file OSGHalfEdgeGraph.h. Referenced by countElem(), and osg::HalfEdgeGraph::TrianglePool::createTriangle(). |
|
|
Definition at line 228 of file OSGHalfEdgeGraph.h. Referenced by countElem(), osg::HalfEdgeGraph::TrianglePool::createTriangle(), and ~Chunk(). |
|
|
Definition at line 229 of file OSGHalfEdgeGraph.h. Referenced by Chunk(), osg::HalfEdgeGraph::TrianglePool::createTriangle(), and ~Chunk(). |
1.4.3