Mesh::MeshObject::const_point_iterator Class Reference
#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 () | |
Constructor & Destructor Documentation
◆ const_point_iterator() [1/2]
MeshObject::const_point_iterator::const_point_iterator | ( | const MeshObject * | mesh, |
unsigned long | index | ||
) |
◆ const_point_iterator() [2/2]
MeshObject::const_point_iterator::const_point_iterator | ( | const const_point_iterator & | pi | ) |
◆ ~const_point_iterator()
MeshObject::const_point_iterator::~const_point_iterator | ( | ) |
Member Function Documentation
◆ operator!=()
bool MeshObject::const_point_iterator::operator!= | ( | const const_point_iterator & | fi | ) | const |
◆ operator*()
const MeshPoint & MeshObject::const_point_iterator::operator* | ( | ) |
◆ operator++()
MeshObject::const_point_iterator & MeshObject::const_point_iterator::operator++ | ( | ) |
◆ operator--()
MeshObject::const_point_iterator & MeshObject::const_point_iterator::operator-- | ( | ) |
◆ operator->()
const MeshPoint * MeshObject::const_point_iterator::operator-> | ( | ) |
◆ operator=()
MeshObject::const_point_iterator & MeshObject::const_point_iterator::operator= | ( | const const_point_iterator & | fi | ) |
◆ operator==()
bool MeshObject::const_point_iterator::operator== | ( | const const_point_iterator & | fi | ) | const |
The documentation for this class was generated from the following files:
- src/Mod/Mesh/App/Mesh.h
- src/Mod/Mesh/App/Mesh.cpp