ivutils
Loading...
Searching...
No Matches
range_store_t< point_it > Class Template Reference

Storage class used as template parameter in Contour. More...

#include <contour.h>

Public Member Functions

 range_store_t ()
 Should have default constructor.
 
 range_store_t (point_it beg_, point_it end_)
 Should have constructor from two point_its.

 
point_it begin () const
 
point_it end () const
 
size_t size () const
 

Detailed Description

template<class point_it>
class range_store_t< point_it >

Storage class used as template parameter in Contour.

Member Function Documentation

◆ begin()

template<class point_it >
point_it range_store_t< point_it >::begin ( ) const
inline
Returns
begin of the range

◆ end()

template<class point_it >
point_it range_store_t< point_it >::end ( ) const
inline
Returns
end of the range

◆ size()

template<class point_it >
size_t range_store_t< point_it >::size ( ) const
inline
Returns
the size of the store (number of elements)

The documentation for this class was generated from the following file: