VTK  9.6.20260112
vtkLocatorInterface.h File Reference
#include "vtkABINamespace.h"
#include "vtkCommonDataModelModule.h"
#include "vtkSystemIncludes.h"
#include <vector>
Include dependency graph for vtkLocatorInterface.h:
This graph shows which files directly or indirectly include this file:

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

◆ vtkDist2TupleIterator

Definition at line 66 of file vtkLocatorInterface.h.