VTK  9.4.20250403
AvmeshInternals.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 AvmeshInternals_h
5#define AvmeshInternals_h
6
7#include <stdexcept>
8#include <string>
9#include <vtkABINamespace.h>
10
11VTK_ABI_NAMESPACE_BEGIN
12
14
15void ReadAvmesh(vtkMultiBlockDataSet* output, std::string fname, bool SurfaceOnly,
16 bool BuildConnectivityIteratively);
17
18class AvmeshError : public std::runtime_error
19{
20public:
21 AvmeshError(std::string msg);
22};
23
24VTK_ABI_NAMESPACE_END
25#endif // AvmeshInternals_h
void ReadAvmesh(vtkMultiBlockDataSet *output, std::string fname, bool SurfaceOnly, bool BuildConnectivityIteratively)
AvmeshError(std::string msg)
Composite dataset that organizes datasets into blocks.