Open CASCADE Technology
6.9.0
|
#include <Poly_Triangulation.hxx>
#include <Poly_CoherentNode.hxx>
#include <Poly_CoherentTriangle.hxx>
#include <Poly_CoherentLink.hxx>
#include <NCollection_Vector.hxx>
#include <Standard_DefineHandle.hxx>
#include <Poly_CoherentTriangulation.hxx>
Data Structures | |
class | NCollection_List< TheItemType > |
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 |