VTK
9.4.20241123
|
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. | |
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.