#include <Mesh.h>
Public Member Functions | |
const_point_iterator (const const_point_iterator &pi) | |
const_point_iterator (const MeshObject *, unsigned long index) | |
bool | operator!= (const const_point_iterator &fi) const |
const MeshPoint & | operator* () |
const_point_iterator & | operator++ () |
const_point_iterator & | operator-- () |
const MeshPoint * | operator-> () |
const_point_iterator & | operator= (const const_point_iterator &fi) |
bool | operator== (const const_point_iterator &fi) const |
~const_point_iterator () |
Definition at line 276 of file Mesh.h.
MeshObject::const_point_iterator::const_point_iterator | ( | const MeshObject * | mesh, | |
unsigned long | index | |||
) |
Definition at line 1440 of file Mesh.cpp.
References Mesh::MeshPoint::Mesh, MeshCore::MeshPointIterator::Set(), and MeshCore::MeshPointIterator::Transform().
MeshObject::const_point_iterator::const_point_iterator | ( | const const_point_iterator & | pi | ) |
MeshObject::const_point_iterator::~const_point_iterator | ( | ) |
bool MeshObject::const_point_iterator::operator!= | ( | const const_point_iterator & | fi | ) | const |
Definition at line 1490 of file Mesh.cpp.
References operator==().
const MeshPoint & MeshObject::const_point_iterator::operator* | ( | void | ) |
MeshObject::const_point_iterator & MeshObject::const_point_iterator::operator++ | ( | void | ) |
MeshObject::const_point_iterator & MeshObject::const_point_iterator::operator-- | ( | void | ) |
const MeshPoint * MeshObject::const_point_iterator::operator-> | ( | void | ) |
MeshObject::const_point_iterator & MeshObject::const_point_iterator::operator= | ( | const const_point_iterator & | fi | ) |
bool MeshObject::const_point_iterator::operator== | ( | const const_point_iterator & | fi | ) | const |
Definition at line 1485 of file Mesh.cpp.
Referenced by operator!=().