|
VTK
9.6.20260123
|
Represent a 2-tuple consisting of a VTK Id, and a distance**2 value. More...
#include <vtkLocatorInterface.h>
Public Member Functions | |
| vtkDist2Tuple () | |
| vtkDist2Tuple (vtkIdType id, double d2) | |
| bool | operator< (const vtkDist2Tuple &tuple) const |
Public Attributes | |
| vtkIdType | Id |
| double | Dist2 |
Represent a 2-tuple consisting of a VTK Id, and a distance**2 value.
vtkDist2Tuple is used to represent a distance of some entity specified by VTK Id (e.g., typically a point id) to another entity.
Definition at line 35 of file vtkLocatorInterface.h.
|
inline |
Definition at line 39 of file vtkLocatorInterface.h.
|
inline |
Definition at line 44 of file vtkLocatorInterface.h.
|
inline |
Definition at line 51 of file vtkLocatorInterface.h.
| vtkIdType vtkDist2Tuple::Id |
Definition at line 37 of file vtkLocatorInterface.h.
| double vtkDist2Tuple::Dist2 |
Definition at line 38 of file vtkLocatorInterface.h.