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