20#include "vtkIOOMFModule.h"
76 vtkSetMacro(WriteOutTextures,
bool);
77 vtkGetMacro(WriteOutTextures,
bool);
86 vtkSetMacro(ColumnMajorOrdering,
bool);
87 vtkGetMacro(ColumnMajorOrdering,
bool);
104 bool WriteOutTextures =
true;
105 bool ColumnMajorOrdering =
false;
Store on/off settings for data arrays for a vtkSource.
Superclass for algorithms that produce only data object as output.
a simple class to control print indentation
Read Open Mining Format files.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
bool GetDataElementArrayStatus(const char *name)
Data element selection to determine which data elements in the OMF file should be loaded.
void SetDataElementArrayStatus(const char *name, int status)
Data element selection to determine which data elements in the OMF file should be loaded.
vtkMTimeType GetMTime() override
Overridden to take into account mtimes for vtkDataArraySelection instances.
static vtkOMFReader * New()
Construct a new reader instance.
vtkGetFilePathMacro(FileName)
Accessor for name of the OMF file to read.
vtkSetFilePathMacro(FileName)
Accessor for name of the OMF file to read.
vtkDataArraySelection * GetDataElementArraySelection()
Data element selection to determine which data elements in the OMF file should be loaded.
const char * GetDataElementArrayName(int index)
Data element selection to determine which data elements in the OMF file should be loaded.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
int GetNumberOfDataElementArrays()
Data element selection to determine which data elements in the OMF file should be loaded.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a vtkAbstractArray subclass for strings
vtkTypeUInt32 vtkMTimeType