 |
VTK
9.1.0
|
Go to the documentation of this file.
33 #ifndef vtkTecplotTableReader_h
34 #define vtkTecplotTableReader_h
36 #include "vtkIOTecplotTableModule.h"
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);
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.
~vtkTecplotTableReader() override
char * PedigreeIdArrayName
vtkIdType ColumnNamesOnLine
vtkStdString GetLastError()
Returns a human-readable description of the most recent error, if any.
Superclass for algorithms that produce only vtkTables as output.
vtkSetFilePathMacro(FileName)
Specifies the delimited text file to be loaded.
a simple class to control print indentation
static vtkTecplotTableReader * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkIdType SkipColumnNames
Wrapper around std::string to keep symbols short.
vtkGetFilePathMacro(FileName)
Specifies the delimited text file to be loaded.