33 #ifndef vtkTecplotTableReader_h 34 #define vtkTecplotTableReader_h 36 #include "vtkIOTecplotTableModule.h" 52 vtkGetStringMacro(FileName);
53 vtkSetStringMacro(FileName);
77 vtkGetMacro(ColumnNamesOnLine,
vtkIdType);
78 vtkSetMacro(ColumnNamesOnLine,
vtkIdType);
94 vtkSetStringMacro(PedigreeIdArrayName);
95 vtkGetStringMacro(PedigreeIdArrayName);
103 vtkSetMacro(GeneratePedigreeIds,
bool);
104 vtkGetMacro(GeneratePedigreeIds,
bool);
105 vtkBooleanMacro(GeneratePedigreeIds,
bool);
112 vtkSetMacro(OutputPedigreeIds,
bool);
113 vtkGetMacro(OutputPedigreeIds,
bool);
114 vtkBooleanMacro(OutputPedigreeIds,
bool);
Wrapper around std::string to keep symbols short.
reads in Tecplot tabular data and outputs a vtkTable data structure.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTableAlgorithm * New()
a simple class to control print indentation
char * PedigreeIdArrayName
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.
vtkIdType SkipColumnNames
vtkIdType ColumnNamesOnLine