22 #ifndef vtkConduitSource_h
23 #define vtkConduitSource_h
26 #include "vtkIOCatalystConduitModule.h"
32 VTK_ABI_NAMESPACE_BEGIN
45 vtkSetMacro(UseMultiMeshProtocol,
bool);
46 vtkGetMacro(UseMultiMeshProtocol,
bool);
47 vtkBooleanMacro(UseMultiMeshProtocol,
bool);
55 vtkSetMacro(OutputMultiBlock,
bool);
56 vtkGetMacro(OutputMultiBlock,
bool);
57 vtkBooleanMacro(OutputMultiBlock,
bool);
65 void SetNode(
const conduit_node* node);
77 void SetGlobalFieldsNode(
const conduit_node* node);
84 void SetAssemblyNode(
const conduit_node* node);
101 std::unique_ptr<vtkInternals> Internals;
102 bool UseMultiMeshProtocol;
103 bool OutputMultiBlock;
105 VTK_ABI_NAMESPACE_END
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.