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 
16 class vtkCell;
17 
19 {
22  double Parametric;
23  vtkEdgeInternal() = default;
24  vtkEdgeInternal(vtkIdType outId, double weight, vtkCell* edge);
25 };
26 
28 
29 #endif
vtkEdgeInternal()=default
int vtkIdType
vtkIdType Ids[2]
#define VTK_ABI_NAMESPACE_BEGIN
edge informations for interpolation purpose