39 #ifndef __vtkboneAIMReader_h 40 #define __vtkboneAIMReader_h 43 #ifdef N88_BUILD_AS_PARAVIEW_PLUGIN 44 #define VTKBONE_EXPORT VTK_EXPORT 62 vtkSetStringMacro(FileName);
63 vtkGetStringMacro(FileName);
68 vtkSetMacro(DataOnCells,
int);
69 vtkGetMacro(DataOnCells,
int);
70 vtkBooleanMacro(DataOnCells,
int);
75 vtkGetMacro(Error,
int);
80 vtkGetVector3Macro(Dimension,
int);
85 vtkGetVector3Macro(Position,
int);
90 vtkGetVector3Macro(ElementSize,
double);
95 vtkGetStringMacro(ProcessingLog);
104 vtkSetStringMacro(ProcessingLog);
120 double ElementSize[3];
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
static vtkAlgorithm * New()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void operator=(const vtkObjectBase &)