Moka libraries
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
corefine-2d-sweeping.hh File Reference
#include "sweeping-comparators.hh"
#include "vertex.hh"
#include <set>

Go to the source code of this file.

Classes

class  GMap3d::CCorefineSegmentsSweeping
 

Namespaces

namespace  GMap3d
 

Macros

#define LEX_SET   std::multiset<CDartVertex*, CDartLexicoCompare>
 
#define VERT_SET   std::multiset<CDartVertex*, CDartVertexerticalCompare>
 
#define ANG_SET   std::multiset<CDartVertex*, CDartAngularCompare>
 
#define LEX_IT   LEX_SET::iterator
 
#define VERT_IT   VERT_SET::iterator
 
#define ANG_IT   ANG_SET::iterator
 

Macro Definition Documentation

#define ANG_IT   ANG_SET::iterator

Definition at line 37 of file corefine-2d-sweeping.hh.

#define ANG_SET   std::multiset<CDartVertex*, CDartAngularCompare>

Definition at line 34 of file corefine-2d-sweeping.hh.

#define LEX_IT   LEX_SET::iterator

Definition at line 35 of file corefine-2d-sweeping.hh.

#define LEX_SET   std::multiset<CDartVertex*, CDartLexicoCompare>

Definition at line 32 of file corefine-2d-sweeping.hh.

#define VERT_IT   VERT_SET::iterator

Definition at line 36 of file corefine-2d-sweeping.hh.

#define VERT_SET   std::multiset<CDartVertex*, CDartVertexerticalCompare>

Definition at line 33 of file corefine-2d-sweeping.hh.