#include <Mesh.h>
Public Member Functions | |
| const_point_iterator (const const_point_iterator &pi) | |
| const_point_iterator (const MeshObject *, PointIndex 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 () | |
| MeshObject::const_point_iterator::const_point_iterator | ( | const MeshObject * | mesh, |
| PointIndex | index | ||
| ) |
| 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 |
| const MeshPoint & MeshObject::const_point_iterator::operator* | ( | ) |
| MeshObject::const_point_iterator & MeshObject::const_point_iterator::operator++ | ( | ) |
| MeshObject::const_point_iterator & MeshObject::const_point_iterator::operator-- | ( | ) |
| const MeshPoint * MeshObject::const_point_iterator::operator-> | ( | ) |
| 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 |