21#ifndef vtkTecplotTableReader_h
22#define vtkTecplotTableReader_h
24#include "vtkIOTecplotTableModule.h"
28VTK_ABI_NAMESPACE_BEGIN
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);
a simple class to control print indentation
Wrapper around std::string to keep symbols short.
Superclass for algorithms that produce only vtkTables as output.
reads in Tecplot tabular data and outputs a vtkTable data structure.
vtkStdString GetLastError()
Returns a human-readable description of the most recent error, if any.
char * PedigreeIdArrayName
vtkIdType SkipColumnNames
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIdType ColumnNamesOnLine
vtkGetFilePathMacro(FileName)
Specifies the delimited text file to be loaded.
vtkSetFilePathMacro(FileName)
Specifies the delimited text file to be loaded.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkTecplotTableReader * New()
~vtkTecplotTableReader() override