8 #include "vtkIOOMFModule.h"
10 VTK_ABI_NAMESPACE_BEGIN
42 vtkSetFilePathMacro(FileName);
43 vtkGetFilePathMacro(FileName);
52 bool GetDataElementArrayStatus(
const char*
name);
53 void SetDataElementArrayStatus(
const char*
name,
int status);
54 int GetNumberOfDataElementArrays();
55 const char* GetDataElementArrayName(
int index);
68 vtkSetMacro(WriteOutTextures,
bool);
69 vtkGetMacro(WriteOutTextures,
bool);
78 vtkSetMacro(ColumnMajorOrdering,
bool);
79 vtkGetMacro(ColumnMajorOrdering,
bool);
96 bool WriteOutTextures =
true;
97 bool ColumnMajorOrdering =
false;
107 VTK_ABI_NAMESPACE_END
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.