21 #ifndef vtkTecplotTableReader_h
22 #define vtkTecplotTableReader_h
24 #include "vtkIOTecplotTableModule.h"
28 VTK_ABI_NAMESPACE_BEGIN
40 vtkGetFilePathMacro(FileName);
41 vtkSetFilePathMacro(FileName);
65 vtkGetMacro(ColumnNamesOnLine,
vtkIdType);
66 vtkSetMacro(ColumnNamesOnLine,
vtkIdType);
82 vtkSetStringMacro(PedigreeIdArrayName);
83 vtkGetStringMacro(PedigreeIdArrayName);
91 vtkSetMacro(GeneratePedigreeIds,
bool);
92 vtkGetMacro(GeneratePedigreeIds,
bool);
93 vtkBooleanMacro(GeneratePedigreeIds,
bool);
100 vtkSetMacro(OutputPedigreeIds,
bool);
101 vtkGetMacro(OutputPedigreeIds,
bool);
102 vtkBooleanMacro(OutputPedigreeIds,
bool);
133 VTK_ABI_NAMESPACE_END
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