#include "OCC2VTK_Tools.h"#include "GEOM_VertexSource.h"#include "GEOM_EdgeSource.h"#include "GEOM_WireframeFace.h"#include "GEOM_ShadingFace.h"#include "GEOMUtils.hxx"#include <Bnd_Box.hxx>#include <BRep_Tool.hxx>#include <BRepTools.hxx>#include <BRepBndLib.hxx>#include <BRepMesh_IncrementalMesh.hxx>#include <Poly_Triangulation.hxx>#include <TopExp_Explorer.hxx>#include <TopoDS.hxx>#include <TopTools_ListOfShape.hxx>#include <TopExp.hxx>#include <vtkAppendPolyData.h>#include <vtkPolyData.h>#include <BRepBuilderAPI_Copy.hxx>Namespaces | |
| namespace | GEOM |
Functions | |
| void | GEOM::ShapeToVTK (const TopoDS_Shape &theShape, const TopTools_IndexedDataMapOfShapeListOfShape &theEdgeMap, bool theIsVector, GEOM_VertexSource *theStandaloneVertexSource, GEOM_EdgeSource *theIsolatedEdgeSource, GEOM_EdgeSource *theOneFaceEdgeSource, GEOM_EdgeSource *theSharedEdgeSource, GEOM_WireframeFace *theWireframeFaceSource, GEOM_ShadingFace *theShadingFaceSource) |
| Convert shape to the VTK data sources. More... | |
| vtkPolyData * | GEOM::GetVTKData (const TopoDS_Shape &theShape, float theDeflection) |
| Get VTK mesh data from the shape. More... | |