20#ifndef OCC2VTK_TOOLS_H
21#define OCC2VTK_TOOLS_H
25#include <TopoDS_Shape.hxx>
26#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
50 const TopTools_IndexedDataMapOfShapeListOfShape& theEdgeMap,
#define OCC2VTK_EXPORT
Definition: OCC2VTK.h:33
Definition: GEOM_EdgeSource.h:37
Definition: GEOM_ShadingFace.h:27
Definition: GEOM_VertexSource.h:37
Definition: GEOM_WireframeFace.h:37
Definition: GEOM_PythonDump.cxx:33
void 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.
Definition: OCC2VTK_Tools.cxx:46
vtkPolyData * GetVTKData(const TopoDS_Shape &theShape, float theDeflection)
Get VTK mesh data from the shape.
Definition: OCC2VTK_Tools.cxx:121