#include <polygon.H>
|
| | VertexIterator () |
| |
| | VertexIterator (const GenPolygon &p) |
| |
| | VertexIterator (const GenPolygon &p, DL *curr) |
| |
| | VertexIterator (const VertexIterator &it) |
| |
| | VertexIterator (VertexIterator &&it) |
| |
| VertexIterator & | operator= (const VertexIterator &it) |
| |
| VertexIterator & | operator= (VertexIterator &&it) |
| |
| void | swap (VertexIterator &it) |
| |
| PointT & | get_current () |
| |
| const PointT & | get_current () const |
| |
| void | del () |
| |
| void | next () |
| |
| void | prev () |
| |
| nat_t | get_position () const |
| |
| | Iterator () |
| |
| | Iterator (DL *h) |
| |
| | Iterator (DL *h, DL *c) |
| |
| | Iterator (const Iterator &it) |
| |
| | Iterator (Iterator &&it) |
| |
| Iterator & | operator= (const Iterator &it) |
| |
| Iterator & | operator= (Iterator &&it) |
| |
| void | swap (Iterator &it) |
| |
| bool | has_current () const |
| |
| DL * | get_current () |
| |
| DL * | get_current () const |
| |
| void | next () |
| |
| void | prev () |
| |
| void | reset () |
| |
| DL * | del () |
| |
| VertexIterator & | operator-- () |
| |
| VertexIterator | operator-- (int) |
| |
| VertexIterator & | operator++ () |
| |
| VertexIterator | operator++ (int) |
| |
| bool | has_curr () const |
| |
| RetType< RET_CPY, PointT, PointT & > | get_curr () |
| |
| RetType< RET_CPY, PointT, const PointT & > | get_curr () const |
| |
| RetType< RET_CPY, PointT, PointT & > | operator* () |
| |
| RetType< RET_CPY, PointT, const PointT & > | operator* () const |
| |
| PointT * | operator-> () |
| |
| bool | operator== (const VertexIterator &it) const |
| |
| bool | operator!= (const VertexIterator &it) const |
| |
template<typename PointT>
template<typename PointT>
template<typename PointT>
template<typename PointT>
template<typename PointT>
template<typename PointT>
template<typename PointT>
template<typename PointT>
template<typename PointT>
template<typename PointT>
template<typename PointT>
template<typename PointT>
template<typename PointT>
template<typename PointT>
template<typename PointT>
The documentation for this class was generated from the following file: