#include "GEOM_OCCReader.h"#include <GEOMUtils_Hatcher.hxx>#include <vtkPoints.h>#include <vtkCellArray.h>#include <vtkObjectFactory.h>#include <vtkPolyData.h>#include <vtkInformation.h>#include <vtkInformationVector.h>#include <Adaptor3d_HCurve.hxx>#include <Poly_Triangulation.hxx>#include <Poly_Polygon3D.hxx>#include <Poly_PolygonOnTriangulation.hxx>#include <TopoDS.hxx>#include <TopoDS_Face.hxx>#include <TopoDS_Edge.hxx>#include <Precision.hxx>#include <BRep_Tool.hxx>#include <TColStd_Array1OfInteger.hxx>#include <TColStd_Array1OfReal.hxx>#include "utilities.h"Macros | |
| #define | ZERO_COORD coord[0] = 0.0; coord[1] = 0.0; coord[2] = 0.0 |
Variables | |
| static Standard_Integer | lastVTKpoint = 0 |
| static Standard_Integer | PlotCount = 0 |
| static Standard_Real | IsoRatio = 1.001 |
| static Standard_Integer | MaxPlotCount = 5 |
| #define ZERO_COORD coord[0] = 0.0; coord[1] = 0.0; coord[2] = 0.0 |
|
static |
|
static |
|
static |
|
static |