Open CASCADE Technology 6.6.0
|
#include <Handle_Poly_Triangulation.hxx>
#include <Poly_CoherentNode.hxx>
#include <Poly_CoherentTriangle.hxx>
#include <Poly_CoherentLink.hxx>
#include <NCollection_Vector.hxx>
#include <Handle_Poly_CoherentTriangulation.hxx>
Data Structures | |
class | Poly_CoherentTriangulation |
class | Poly_CoherentTriangulation::IteratorOfTriangle |
class | Poly_CoherentTriangulation::IteratorOfNode |
class | Poly_CoherentTriangulation::IteratorOfLink |
struct | Poly_CoherentTriangulation::TwoIntegers |
Couple of integer indices (used in RemoveDegenerated()). More... | |
Typedefs | |
typedef NCollection_Vector < Poly_CoherentTriangle > ::Iterator | Poly_BaseIteratorOfCoherentTriangle |
typedef NCollection_Vector < Poly_CoherentNode > ::Iterator | Poly_BaseIteratorOfCoherentNode |
typedef NCollection_Vector < Poly_CoherentLink > ::Iterator | Poly_BaseIteratorOfCoherentLink |
typedef NCollection_Vector<Poly_CoherentLink>::Iterator Poly_BaseIteratorOfCoherentLink |
typedef NCollection_Vector<Poly_CoherentNode>::Iterator Poly_BaseIteratorOfCoherentNode |
typedef NCollection_Vector<Poly_CoherentTriangle>::Iterator Poly_BaseIteratorOfCoherentTriangle |