Public Member Functions | Public Attributes | List of all members
vtkEdgeInternal Class Reference

edge informations for interpolation purpose More...

#include <vtkEdgeInternal.h>

Public Member Functions

 vtkEdgeInternal ()=default
 
 vtkEdgeInternal (vtkIdType outId, double weight, vtkCell *edge)
 

Public Attributes

vtkIdType OutId
 
vtkIdType Ids [2]
 
double Parametric
 

Detailed Description

edge informations for interpolation purpose

Definition at line 18 of file vtkEdgeInternal.h.

Constructor & Destructor Documentation

◆ vtkEdgeInternal() [1/2]

vtkEdgeInternal::vtkEdgeInternal ( )
default

◆ vtkEdgeInternal() [2/2]

vtkEdgeInternal::vtkEdgeInternal ( vtkIdType  outId,
double  weight,
vtkCell edge 
)

Member Data Documentation

◆ OutId

vtkIdType vtkEdgeInternal::OutId

Definition at line 20 of file vtkEdgeInternal.h.

◆ Ids

vtkIdType vtkEdgeInternal::Ids[2]

Definition at line 21 of file vtkEdgeInternal.h.

◆ Parametric

double vtkEdgeInternal::Parametric

Definition at line 22 of file vtkEdgeInternal.h.


The documentation for this class was generated from the following file: