 |
VTK
9.1.0
|
Go to the documentation of this file.
16 #ifndef vtkOMFReader_h
17 #define vtkOMFReader_h
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;
vtkMTimeType GetMTime() override
Overridden to take into account mtimes for vtkDataArraySelection instances.
vtkSetFilePathMacro(FileName)
Accessor for name of the OMF file to read.
Superclass for algorithms that produce only data object as output.
Read Open Mining Format files.
static vtkOMFReader * New()
Construct a new reader instance.
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
const char * GetDataElementArrayName(int index)
Data element selection to determine which data elements in the OMF file should be loaded.
Store on/off settings for data arrays for a vtkSource.
vtkDataArraySelection * GetDataElementArraySelection()
Data element selection to determine which data elements in the OMF file should be loaded.
bool GetDataElementArrayStatus(const char *name)
Data element selection to determine which data elements in the OMF file should be loaded.
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
int GetNumberOfDataElementArrays()
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.
a vtkAbstractArray subclass for strings
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
vtkGetFilePathMacro(FileName)
Accessor for name of the OMF file to read.
vtkTypeUInt32 vtkMTimeType