VTK  9.5.20251211
vtkLocatorInterface.h File Reference
#include "vtkABINamespace.h"
#include "vtkSystemIncludes.h"
#include <vector>
Include dependency graph for vtkLocatorInterface.h:

Go to the source code of this file.

Classes

class  vtkDist2Tuple
 Represent a 2-tuple consisting of a VTK Id, and a distance**2 value. More...
 
class  vtkDist2TupleArray
 Represent an array of vtkDist2Tuples. More...
 
struct  vtkLocatorTuple< TTuple >
 

Typedefs

typedef std::vector< vtkDist2TuplevtkDist2TupleType
 
typedef std::vector< vtkDist2Tuple >::iterator vtkDist2TupleIterator
 

Typedef Documentation

◆ vtkDist2TupleType

typedef std::vector<vtkDist2Tuple> vtkDist2TupleType

Definition at line 64 of file vtkLocatorInterface.h.

◆ vtkDist2TupleIterator

Definition at line 65 of file vtkLocatorInterface.h.