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
=========================================================================*/
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
36
namespace
vtkDataObjectToConduit
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
vtkDataObject
general representation of visualization data
Definition
vtkDataObject.h:66
conduit_cpp
Definition
vtkDataObjectToConduit.h:30
vtkDataObjectToConduit
Definition
vtkDataObjectToConduit.h:37
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 Sep 14 2024 02:24:32 for VTK by
1.9.7