21#ifndef vtkConduitSource_h
22#define vtkConduitSource_h
26#include "vtkIOCatalystConduitModule.h"
32VTK_ABI_NAMESPACE_BEGIN
46 vtkSetMacro(UseAMRMeshProtocol,
bool);
47 vtkGetMacro(UseAMRMeshProtocol,
bool);
48 vtkBooleanMacro(UseAMRMeshProtocol,
bool);
57 vtkSetMacro(UseMultiMeshProtocol,
bool);
58 vtkGetMacro(UseMultiMeshProtocol,
bool);
59 vtkBooleanMacro(UseMultiMeshProtocol,
bool);
67 vtkSetMacro(OutputMultiBlock,
bool);
68 vtkGetMacro(OutputMultiBlock,
bool);
69 vtkBooleanMacro(OutputMultiBlock,
bool);
123 std::unique_ptr<vtkInternals> Internals;
124 bool UseAMRMeshProtocol;
125 bool UseMultiMeshProtocol;
126 bool OutputMultiBlock;
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
bool GeneratePartitionedDataSet(vtkDataObject *output)
Generate actual output and fill the given data object with it.
void SetAssemblyNode(const conduit_node *node)
Set the node to read the assembly information from, if any.
bool GeneratePartitionedDataSetCollection(vtkDataObject *output)
Generate actual output and fill the given data object with it.
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.
bool GenerateAMR(vtkDataObject *output)
Generate actual output and fill the given data object with it.
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
general representation of visualization data
a simple class to control print indentation