16 #ifndef vtkOMFReader_h
17 #define vtkOMFReader_h
20 #include "vtkIOOMFModule.h"
53 vtkSetFilePathMacro(FileName);
54 vtkGetFilePathMacro(FileName);
63 bool GetDataElementArrayStatus(
const char*
name);
64 void SetDataElementArrayStatus(
const char*
name,
int status);
65 int GetNumberOfDataElementArrays();
66 const char* GetDataElementArrayName(
int index);
79 vtkSetMacro(WriteOutTextures,
bool);
80 vtkGetMacro(WriteOutTextures,
bool);
89 vtkSetMacro(ColumnMajorOrdering,
bool);
90 vtkGetMacro(ColumnMajorOrdering,
bool);
107 bool WriteOutTextures =
true;
108 bool ColumnMajorOrdering =
false;
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkTypeUInt32 vtkMTimeType
static vtkDataObjectAlgorithm * New()
a vtkAbstractArray subclass for strings
Read Open Mining Format files.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
a simple class to control print indentation
Store on/off settings for data arrays, etc.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce only data object as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.