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
29namespace conduit_cpp
30{
31class Node;
32}
33
34class vtkDataObject;
35
37{
44VTKIOCATALYSTCONDUIT_EXPORT bool FillConduitNode(
45 vtkDataObject* data_object, conduit_cpp::Node& conduit_node);
46};
47
48#endif
49// 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