VTK  9.4.20250409
vtkConduitArrayUtilitiesInternals.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
3
4#ifndef vtkConduitArrayUtilitiesInternals_h
5#define vtkConduitArrayUtilitiesInternals_h
6
7#include "vtkABINamespace.h" // for VTK_ABI_NAMESPACE_BEGIN
8#include <catalyst_conduit.hpp> // for conduit_cpp::DataType::Id
9
10namespace internals
11{
12VTK_ABI_NAMESPACE_BEGIN
13conduit_cpp::DataType::Id GetTypeId(conduit_cpp::DataType::Id type, bool force_signed);
14VTK_ABI_NAMESPACE_END
15};
16
17#endif
conduit_cpp::DataType::Id GetTypeId(conduit_cpp::DataType::Id type, bool force_signed)