Version: 9.16.0
GEOM_OCCReader.cxx File Reference
#include "GEOM_OCCReader.h"
#include <GEOMUtils_Hatcher.hxx>
#include <Basics_OCCTVersion.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] = coord[1] = 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
 

Macro Definition Documentation

◆ ZERO_COORD

#define ZERO_COORD   coord[0] = coord[1] = coord[2] = 0.0

Variable Documentation

◆ IsoRatio

Standard_Real IsoRatio = 1.001
static

◆ lastVTKpoint

Standard_Integer lastVTKpoint = 0
static

◆ MaxPlotCount

Standard_Integer MaxPlotCount = 5
static

◆ PlotCount

Standard_Integer PlotCount = 0
static