VTK  9.2.6
vtkDataObjectToConduit.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkDataObjectToConduit.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
23 #ifndef vtkDataObjectToConduit_h
24 #define vtkDataObjectToConduit_h
25 
26 #include "vtkIOCatalystConduitModule.h" // For windows import/export of shared libraries
27 #include "vtkObject.h"
28 
29 namespace conduit_cpp
30 {
31 class Node;
32 }
33 
34 class vtkDataObject;
35 
37 {
44 VTKIOCATALYSTCONDUIT_EXPORT bool FillConduitNode(
45  vtkDataObject* data_object, conduit_cpp::Node& conduit_node);
46 };
47 
48 #endif
49 // VTK-HeaderTest-Exclude: vtkDataObjectToConduit.h
VTKIOCATALYSTCONDUIT_EXPORT bool FillConduitNode(vtkDataObject *data_object, conduit_cpp::Node &conduit_node)
Fill the given conduit node with the data from the data object.
void conduit_node
general representation of visualization data
Definition: vtkDataObject.h:65