34 #ifndef vtkTecplotTableReader_h
35 #define vtkTecplotTableReader_h
37 #include "vtkIOTecplotTableModule.h"
54 vtkSetStringMacro(FileName);
78 vtkGetMacro(ColumnNamesOnLine,
vtkIdType);
97 vtkSetStringMacro(PedigreeIdArrayName);
107 vtkGetMacro(GeneratePedigreeIds,
bool);
116 vtkGetMacro(OutputPedigreeIds,
bool);
134 vtkInformationVector*) VTK_OVERRIDE;
141 char* PedigreeIdArrayName;
142 bool GeneratePedigreeIds;
143 bool OutputPedigreeIds;
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
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Superclass for algorithms that produce only vtkTables as output.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.