23#ifndef VCL_MESH_ITERATORS_COMPONENTS_INDEX_FROM_POINTER_ITERATOR_H
24#define VCL_MESH_ITERATORS_COMPONENTS_INDEX_FROM_POINTER_ITERATOR_H
26#include <vclib/types.h>
38template<
typename Iterator>
48 using iterator_category = std::random_access_iterator_tag;
72 return !(*
this ==
oi);
146 return mIt <=
oi.mIt;
151 return mIt >=
oi.mIt;
A simple utility class to represent a pointer with a value.
Definition base.h:121
This iterator is used to iterate over a container of pointers to elements and return the index of the...
Definition index_from_pointer_iterator.h:40
A class representing a line segment in n-dimensional space. The class is parameterized by a PointConc...
Definition segment.h:43
constexpr uint UINT_NULL
The UINT_NULL value represent a null value of uint that is the maximum value that can be represented ...
Definition base.h:48