VTK
9.5.20250902
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IO
CatalystConduit
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
16
namespace
conduit_cpp
17
{
18
class
Node;
19
}
20
21
VTK_ABI_NAMESPACE_BEGIN
22
class
vtkDataObject
;
23
VTK_ABI_NAMESPACE_END
24
25
namespace
vtkDataObjectToConduit
26
{
27
VTK_ABI_NAMESPACE_BEGIN
40
VTKIOCATALYSTCONDUIT_EXPORT
bool
FillConduitNode
(
41
vtkDataObject
* data_object, conduit_cpp::Node& conduit_node);
42
43
VTK_ABI_NAMESPACE_END
44
}
45
46
#endif
47
// VTK-HeaderTest-Exclude: vtkDataObjectToConduit.h
vtkDataObject
general representation of visualization data
Definition
vtkDataObject.h:165
conduit_cpp
Definition
vtkConduitToDataObject.h:18
vtkDataObjectToConduit
Definition
vtkDataObjectToConduit.h:26
vtkDataObjectToConduit::FillConduitNode
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.
Generated on Tue Sep 2 2025 09:04:32 for VTK by
1.9.7