VTKExtensions
FiltersGeneral
Private
vtkEdgeInternal.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
9
#ifndef vtkEdgeInternal_h
10
#define vtkEdgeInternal_h
11
12
#include "
vtkABINamespace.h
"
13
#include "
vtkType.h
"
14
15
class
vtkCell
;
16
17
struct
vtkEdgeInternal
18
{
19
vtkIdType
OutId
;
20
vtkIdType
Ids
[2];
21
double
Parametric
;
22
vtkEdgeInternal
() =
default
;
23
vtkEdgeInternal
(
vtkIdType
outId,
double
weight,
vtkCell
* edge);
24
};
25
26
#endif
vtkEdgeInternal::Parametric
double Parametric
Definition:
vtkEdgeInternal.h:21
vtkEdgeInternal::vtkEdgeInternal
vtkEdgeInternal()=default
vtkIdType
int vtkIdType
vtkCell
vtkEdgeInternal::Ids
vtkIdType Ids[2]
Definition:
vtkEdgeInternal.h:20
vtkABINamespace.h
vtkEdgeInternal::OutId
vtkIdType OutId
Definition:
vtkEdgeInternal.h:19
vtkEdgeInternal
edge informations for interpolation purpose
Definition:
vtkEdgeInternal.h:17
vtkType.h
Generated by
1.8.13 on Thu Aug 27 2026