VTK  9.3.1
vtkDataObjectToConduit Namespace Reference

Functions

VTKIOCATALYSTCONDUIT_EXPORT bool FillConduitNode (vtkDataObject *data_object, conduit_cpp::Node &conduit_node)
 Fill the given conduit node with the data from the data object.
 

Function Documentation

◆ FillConduitNode()

VTKIOCATALYSTCONDUIT_EXPORT bool vtkDataObjectToConduit::FillConduitNode ( vtkDataObject * data_object,
conduit_cpp::Node & conduit_node )

Fill the given conduit node with the data from the data object.

The final structure is a valid blueprint mesh.

In the specific case of mixed shape unstructured datasets, a new field "vtkCellSizes" is added to the input data object. At the moment, only vtkDataSet are supported.