CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
26 #ifndef __ODGISHELLFACEITERATOR__
27 #define __ODGISHELLFACEITERATOR__
49 set(points, faceList);
62 return _points[*_faceList];
66 return _points + (*_faceList);
70 return _points + *_faceList;
118 return _faceList < op._faceList;
122 return _faceList < op;
128 #endif // __ODGISHELLFACEITERATOR__
OdGiShellFaceIterator operator-(const int n) const
const OdInt32 * faceListPos()
OdGiShellFaceIterator & operator--()
bool operator<(const OdGiShellFaceIterator &op) const
OdGiShellFaceIterator & operator+=(const int n)
OdGiShellFaceIterator(const OdGePoint3d *points, const OdInt32 *faceList)
void set(const OdGePoint3d *points, const OdInt32 *faceList)
const OdGePoint3d & operator*() const
const OdGePoint3d * operator->() const
OdGiShellFaceIterator & operator++()
OdGiShellFaceIterator & operator-=(const int n)
OdGiShellFaceIterator operator+(const int n) const