Geogram  Version 1.9.0
A programming library of geometric algorithms
GEO::index_ptr_range Class Reference

Public Types

typedef index_ptr_in_array iterator
 
typedef const_index_ptr_in_array const_iterator
 

Public Member Functions

 index_ptr_range (index_t *begin, index_t *end)
 
 index_ptr_range (vector< index_t > &V, index_t b, index_t e)
 
iterator begin ()
 
iterator end ()
 
const_iterator begin () const
 
const_iterator end () const
 

Detailed Description

Definition at line 296 of file range.h.


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