34 #ifndef vtkConduitSource_h
35 #define vtkConduitSource_h
38 #include "vtkIOCatalystConduitModule.h"
56 vtkSetMacro(UseMultiMeshProtocol,
bool);
57 vtkGetMacro(UseMultiMeshProtocol,
bool);
58 vtkBooleanMacro(UseMultiMeshProtocol,
bool);
66 vtkSetMacro(OutputMultiBlock,
bool);
67 vtkGetMacro(OutputMultiBlock,
bool);
68 vtkBooleanMacro(OutputMultiBlock,
bool);
112 std::unique_ptr<vtkInternals> Internals;
113 bool UseMultiMeshProtocol;
114 bool OutputMultiBlock;
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkDataObjectAlgorithm * New()
data source for Conduit Mesh Blueprint.
a simple class to control print indentation
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.