Template Class MeshHandleIteratorPtr
Defined in File SurfaceMesh.h
Class Documentation
-
template<typename HandleT>
class MeshHandleIteratorPtr A wrapper for the MeshHandleIterator.
Public Functions
-
inline MeshHandleIteratorPtr(std::unique_ptr<MeshHandleIterator<HandleT>> iter)
-
MeshHandleIteratorPtr &operator++()
-
bool operator==(const MeshHandleIteratorPtr &other) const
-
bool operator!=(const MeshHandleIteratorPtr &other) const
-
inline MeshHandleIteratorPtr(std::unique_ptr<MeshHandleIterator<HandleT>> iter)