VTK  9.5.20251208
vtkDist2TupleArray Class Reference

Represent an array of vtkDist2Tuples. More...

#include <vtkLocatorInterface.h>

Inherits std::vector< vtkDist2Tuple >.

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 61 of file vtkLocatorInterface.h.


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