#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.
| osg::HalfEdgeGraph::TrianglePool::Chunk::Chunk | ( | const UInt32 | size | ) | [inline] |
| osg::HalfEdgeGraph::TrianglePool::Chunk::~Chunk | ( | void | ) | [inline] |
| UInt32 osg::HalfEdgeGraph::TrianglePool::Chunk::countElem | ( | void | ) | [inline] |
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.5.5