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;
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
void SetAssemblyNode(const conduit_node *node)
Set the node to read the assembly information from, if any.
void SetGlobalFieldsNode(const conduit_node *node)
Mechanism to add global / field-data arrays.
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
void SetNode(const conduit_node *node)
Get/Set the conduit_node.
static vtkConduitSource * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkConduitSource() override
a simple class to control print indentation