VTK  9.5.20250902
vtkDataObjectToConduit.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
11#ifndef vtkDataObjectToConduit_h
12#define vtkDataObjectToConduit_h
13
14#include "vtkIOCatalystConduitModule.h" // For windows import/export of shared libraries
15
16namespace conduit_cpp
17{
18class Node;
19}
20
21VTK_ABI_NAMESPACE_BEGIN
22class vtkDataObject;
23VTK_ABI_NAMESPACE_END
24
26{
27VTK_ABI_NAMESPACE_BEGIN
40VTKIOCATALYSTCONDUIT_EXPORT bool FillConduitNode(
41 vtkDataObject* data_object, conduit_cpp::Node& conduit_node);
42
43VTK_ABI_NAMESPACE_END
44}
45
46#endif
47// VTK-HeaderTest-Exclude: vtkDataObjectToConduit.h
general representation of visualization data
VTKIOCATALYSTCONDUIT_EXPORT bool FillConduitNode(vtkDataObject *data_object, conduit_cpp::Node &conduit_node)
Fill the given conduit "data" node with the data from the data object.