#include <Iterator.h>
Public Member Functions | |
void | Init (void) |
MeshFastFacetIterator (const MeshKernel &rclM) | |
bool | More (void) |
void | Next (void) |
virtual | ~MeshFastFacetIterator () |
Public Attributes | |
Base::Vector3f | _afPoints [3] |
Protected Attributes | |
MeshFacetArray::_TConstIterator | _clIter |
const MeshFacetArray & | _rclFAry |
const MeshKernel & | _rclMesh |
const MeshPointArray & | _rclPAry |
Definition at line 269 of file Iterator.h.
MeshCore::MeshFastFacetIterator::MeshFastFacetIterator | ( | const MeshKernel & | rclM | ) | [inline] |
Definition at line 292 of file Iterator.h.
virtual MeshCore::MeshFastFacetIterator::~MeshFastFacetIterator | ( | ) | [inline, virtual] |
Definition at line 273 of file Iterator.h.
void MeshCore::MeshFastFacetIterator::Init | ( | void | ) | [inline] |
Definition at line 275 of file Iterator.h.
bool MeshCore::MeshFastFacetIterator::More | ( | void | ) | [inline] |
Definition at line 277 of file Iterator.h.
void MeshCore::MeshFastFacetIterator::Next | ( | void | ) | [inline] |
Definition at line 300 of file Iterator.h.
Definition at line 279 of file Iterator.h.
Referenced by Next().
Definition at line 285 of file Iterator.h.
const MeshFacetArray& MeshCore::MeshFastFacetIterator::_rclFAry [protected] |
Definition at line 283 of file Iterator.h.
const MeshKernel& MeshCore::MeshFastFacetIterator::_rclMesh [protected] |
Definition at line 282 of file Iterator.h.
const MeshPointArray& MeshCore::MeshFastFacetIterator::_rclPAry [protected] |
Definition at line 284 of file Iterator.h.
Referenced by Next().