19#ifndef vtkAvmeshReader_h
20#define vtkAvmeshReader_h
22#include "vtkIOAvmeshModule.h"
26VTK_ABI_NAMESPACE_BEGIN
39 vtkSetMacro(SurfaceOnly,
bool);
40 vtkGetMacro(SurfaceOnly,
bool);
41 vtkBooleanMacro(SurfaceOnly,
bool);
43 vtkSetMacro(BuildConnectivityIteratively,
bool);
44 vtkGetMacro(BuildConnectivityIteratively,
bool);
45 vtkBooleanMacro(BuildConnectivityIteratively,
bool);
59 bool BuildConnectivityIteratively;
static vtkAvmeshReader * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int CanReadFile(VTK_FILEPATH const char *filename)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkGetCharFromStdStringMacro(FileName)
vtkSetStdStringFromCharMacro(FileName)
~vtkAvmeshReader() override
a simple class to control print indentation
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.