#include "VTKPlugin_ExportDriver.hxx"
#include "VTKPlugin_IExport.hxx"
#include <utilities.h>
#include <Basics_Utils.hxx>
#include "GEOM_Function.hxx"
#include "OCC2VTK_Tools.h"
#include "GEOM_VertexSource.h"
#include "GEOM_EdgeSource.h"
#include "GEOM_WireframeFace.h"
#include "GEOM_ShadingFace.h"
#include <TCollection_AsciiString.hxx>
#include <TopExp.hxx>
#include <TopExp_Explorer.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Shape.hxx>
#include <Poly_Triangulation.hxx>
#include <BRep_Tool.hxx>
#include <BRepTools.hxx>
#include <vtkAppendPolyData.h>
#include <vtkPolyDataWriter.h>
Functions | |
OCCT_IMPLEMENT_STANDARD_RTTIEXT (VTKPlugin_ExportDriver, GEOM_BaseDriver) | |
OCCT_IMPLEMENT_STANDARD_RTTIEXT | ( | VTKPlugin_ExportDriver | , |
GEOM_BaseDriver | |||
) |