34 #ifndef vtkTecplotTableReader_h 35 #define vtkTecplotTableReader_h 37 #include "vtkIOTecplotTableModule.h" 53 vtkGetStringMacro(FileName);
54 vtkSetStringMacro(FileName);
78 vtkGetMacro(ColumnNamesOnLine,
vtkIdType);
79 vtkSetMacro(ColumnNamesOnLine,
vtkIdType);
97 vtkSetStringMacro(PedigreeIdArrayName);
98 vtkGetStringMacro(PedigreeIdArrayName);
106 vtkSetMacro(GeneratePedigreeIds,
bool);
107 vtkGetMacro(GeneratePedigreeIds,
bool);
108 vtkBooleanMacro(GeneratePedigreeIds,
bool);
115 vtkSetMacro(OutputPedigreeIds,
bool);
116 vtkGetMacro(OutputPedigreeIds,
bool);
117 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