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 *, PointIndex index)
 
bool operator!= (const const_point_iterator &fi) const
 
const MeshPointoperator* ()
 
const_point_iteratoroperator++ ()
 
const_point_iteratoroperator-- ()
 
const MeshPointoperator-> ()
 
const_point_iteratoroperator= (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,
PointIndex  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: