VTK  9.7.20260730
vtkDist2TupleArray Class Reference

#include <vtkLocatorInterface.h>

Detailed Description

Represent an array of vtkDist2Tuples.

It derives from std::vector<vtkDist2Tuple>.

vtkDist2TupleArray is shorthand for std::vector<vtkDist2Tuple>. It can be readily used in wrapped VTK interfaces.

Definition at line 62 of file vtkLocatorInterface.h.

Inherits std::vector< vtkDist2Tuple >.


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