#include "OCC2VTK.h"#include <TopoDS_Shape.hxx>#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>Go to the source code of this file.
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... | |