#include <tetmesh.h>
Public Member Functions | |
surface_iterator () | |
Face * | operator * () const |
surface_iterator & | operator++ () |
bool | operator== (const surface_iterator &rhs) const |
bool | operator!= (const surface_iterator &rhs) const |
Protected Member Functions | |
surface_iterator (const face_iterator ¤t, const face_iterator &end) | |
void | search () |
Private Attributes | |
face_iterator | cur_ |
face_iterator | end_ |
Friends | |
class | TetMesh |
Definition at line 57 of file tetmesh.h.
mesh::TetMesh::surface_iterator::surface_iterator | ( | ) | [inline] |
mesh::TetMesh::surface_iterator::surface_iterator | ( | const face_iterator & | current, | |
const face_iterator & | end | |||
) | [inline, protected] |
Face* mesh::TetMesh::surface_iterator::operator * | ( | ) | const [inline] |
bool mesh::TetMesh::surface_iterator::operator!= | ( | const surface_iterator & | rhs | ) | const [inline] |
surface_iterator& mesh::TetMesh::surface_iterator::operator++ | ( | ) | [inline] |
bool mesh::TetMesh::surface_iterator::operator== | ( | const surface_iterator & | rhs | ) | const [inline] |
void mesh::TetMesh::surface_iterator::search | ( | ) | [inline, protected] |
increment it_ while it_ not surface and it_ not at end.
Definition at line 83 of file tetmesh.h.
Referenced by operator++(), and mesh::TetMesh::surface_begin().
Definition at line 86 of file tetmesh.h.
Referenced by operator *(), operator!=(), operator++(), operator==(), and search().