Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

combinatorial_map::segment Class Reference

#include <combinatorial_map.hh>

Collaboration diagram for combinatorial_map::segment:

Collaboration graph
[legend]
List of all members.

Public Methods

 segment ()
 Constructor.

 segment (dart, dart, int, pyramid *)
 Constructor.

iterator & first ()
 first dart of the border

iterator & end ()
 after the last dart of the border (loop : for(i=segment.first();i<segment.end();i++)

iterator & last ()
 last dart of the border (loop : for(i=segment.first();i<=segment.last();i++)


Detailed Description

Class that manage the border of a region on the base map


Constructor & Destructor Documentation

combinatorial_map::segment::segment  
 

Constructor.

combinatorial_map::segment::segment dart   ,
dart   ,
int   ,
pyramid  
 

Constructor.


Member Function Documentation

combinatorial_map::segment::iterator & combinatorial_map::segment::end  
 

after the last dart of the border (loop : for(i=segment.first();i<segment.end();i++)

combinatorial_map::segment::iterator & combinatorial_map::segment::first  
 

first dart of the border

combinatorial_map::segment::iterator & combinatorial_map::segment::last  
 

last dart of the border (loop : for(i=segment.first();i<=segment.last();i++)


The documentation for this class was generated from the following files:
Generated on Tue Jun 24 14:58:47 2003 for Combinatorial Pyramids by doxygen1.2.18