VTK
9.4.20250511
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
IO
Avmesh
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
11
VTK_ABI_NAMESPACE_BEGIN
12
13
class
vtkPartitionedDataSetCollection
;
14
15
void
ReadAvmesh
(
vtkPartitionedDataSetCollection
* output, std::string fname,
bool
SurfaceOnly,
16
bool
BuildConnectivityIteratively);
17
18
class
AvmeshError
:
public
std::runtime_error
19
{
20
public
:
21
AvmeshError
(std::string msg);
22
};
23
24
VTK_ABI_NAMESPACE_END
25
#endif
// AvmeshInternals_h
ReadAvmesh
void ReadAvmesh(vtkPartitionedDataSetCollection *output, std::string fname, bool SurfaceOnly, bool BuildConnectivityIteratively)
AvmeshError
Definition
AvmeshInternals.h:19
AvmeshError::AvmeshError
AvmeshError(std::string msg)
vtkPartitionedDataSetCollection
Composite dataset that groups datasets as a collection.
Definition
vtkPartitionedDataSetCollection.h:32
Generated on Sun May 11 2025 08:10:16 for VTK by
1.9.7