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=========================================================================*/
19
20#ifndef vtkDataObjectToConduit_h
21#define vtkDataObjectToConduit_h
22
23#include "vtkIOCatalystConduitModule.h" // For windows import/export of shared libraries
24#include "vtkObject.h"
25
26namespace conduit_cpp
27{
28class Node;
29}
30
31class vtkDataObject;
32
34{
41VTKIOCATALYSTCONDUIT_EXPORT bool FillConduitNode(
42 vtkDataObject* data_object, conduit_cpp::Node& conduit_node);
43};
44
45#endif
46// 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 node with the data from the data object.
void conduit_node