VTK
9.2.6
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IO
CatalystConduit
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
=========================================================================*/
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
26
namespace
conduit_cpp
27
{
28
class
Node;
29
}
30
31
class
vtkDataObject
;
32
33
namespace
vtkDataObjectToConduit
34
{
41
VTKIOCATALYSTCONDUIT_EXPORT
bool
FillConduitNode
(
42
vtkDataObject
* data_object, conduit_cpp::Node&
conduit_node
);
43
};
44
45
#endif
46
// VTK-HeaderTest-Exclude: vtkDataObjectToConduit.h
vtkDataObject
general representation of visualization data
Definition
vtkDataObject.h:60
conduit_cpp
Definition
vtkDataObjectToConduit.h:27
vtkDataObjectToConduit
Definition
vtkDataObjectToConduit.h:34
vtkDataObjectToConduit::FillConduitNode
VTKIOCATALYSTCONDUIT_EXPORT bool FillConduitNode(vtkDataObject *data_object, conduit_cpp::Node &conduit_node)
Fill the given conduit node with the data from the data object.
conduit_node
void conduit_node
Definition
vtkConduitArrayUtilities.h:41
vtkObject.h
Generated on Sat Jul 22 2023 00:00:00 for VTK by
1.9.7