28 #ifndef vtkIOSSWriter_h
29 #define vtkIOSSWriter_h
32 #include "vtkIOIOSSModule.h"
50 vtkSetStringMacro(FileName);
51 vtkGetStringMacro(FileName);
61 vtkSetMacro(OffsetGlobalIds,
bool);
62 vtkGetMacro(OffsetGlobalIds,
bool);
63 vtkBooleanMacro(OffsetGlobalIds,
bool);
74 vtkSetMacro(PreserveInputEntityGroups,
bool);
75 vtkGetMacro(PreserveInputEntityGroups,
bool);
76 vtkBooleanMacro(PreserveInputEntityGroups,
bool);
87 vtkSetClampMacro(DisplacementMagnitude,
double, 0,
VTK_DOUBLE_MAX);
88 vtkGetMacro(DisplacementMagnitude,
double);
100 vtkSetClampMacro(MaximumTimeStepsPerFile,
int, 0,
VTK_INT_MAX);
101 vtkGetMacro(MaximumTimeStepsPerFile,
int);
138 std::unique_ptr<vtkInternals> Internals;
142 bool OffsetGlobalIds;
143 bool PreserveInputEntityGroups;
144 double DisplacementMagnitude;
145 int MaximumTimeStepsPerFile;
static vtkDataObjectAlgorithm * New()
a simple class to control print indentation
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
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)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Multiprocessing communication superclass.