24#ifndef vtkOCCTReader_h
25#define vtkOCCTReader_h
30#include "vtkIOOCCTModule.h"
34VTK_ABI_NAMESPACE_BEGIN
68 vtkGetMacro(LinearDeflection,
double);
69 vtkSetMacro(LinearDeflection,
double);
78 vtkGetMacro(AngularDeflection,
double);
79 vtkSetMacro(AngularDeflection,
double);
88 vtkGetMacro(RelativeDeflection,
bool);
89 vtkSetMacro(RelativeDeflection,
bool);
90 vtkBooleanMacro(RelativeDeflection,
bool);
98 vtkGetMacro(ReadWire,
bool);
99 vtkSetMacro(ReadWire,
bool);
100 vtkBooleanMacro(ReadWire,
bool);
122 std::unique_ptr<vtkInternals> Internals;
124 double LinearDeflection = 0.1;
125 double AngularDeflection = 0.5;
126 bool RelativeDeflection = false;
127 bool ReadWire = false;
129 char* FileName =
nullptr;
a simple class to control print indentation
vtkMultiBlockDataSetAlgorithm()
vtkGetFilePathMacro(FileName)
Get/Set the file name.
vtkSetEnumMacro(FileFormat, Format)
Set the file format to read.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetFilePathMacro(FileName)
Get/Set the file name.
static vtkOCCTReader * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
#define VTK_DEPRECATED_IN_9_3_0(reason)