Moka libraries
|
#include "corefine.hh"
#include "g-map-vertex.hh"
#include "corefine-3d-tools.hh"
#include "face-intersection-tools.hh"
#include "grid-3d.hh"
#include "time.hh"
Go to the source code of this file.
Classes | |
struct | GMap3d::SCorefFace |
class | GMap3d::CCorefine3dFF |
Namespaces | |
namespace | GMap3d |
Typedefs | |
typedef CIntersectionPoint | GMap3d::TInterPt |
typedef CIntersectionPointComparator | GMap3d::TInterPtCmp |
typedef std::set< TInterPt *, TInterPtCmp > | GMap3d::TInterPtSet |
typedef std::multiset< CDart *, CAngularFaceComparator > | GMap3d::TFaceSet |
typedef std::list< SCorefFace > | GMap3d::TCorefFaceList |
typedef CGrid3d< std::pair < std::list< CDart * > , std::list< CDart * > > > | GMap3d::TCorefFaceGrid |
typedef CGrid3dIterator < std::pair< std::list< CDart * > , std::list< CDart * > > > | GMap3d::TCorefFaceGridIter |