VTK  9.6.20260101
BucketList2D< TIds >::MapPointsArray< T, TPointsArray > Struct Template Reference

#include <vtkStaticPointLocator2DPrivate.h>

Collaboration diagram for BucketList2D< TIds >::MapPointsArray< T, TPointsArray >:
[legend]

Public Member Functions

 MapPointsArray (BucketList2D< T > *blist, TPointsArray *pts)
 
void operator() (vtkIdType ptId, vtkIdType end)
 

Public Attributes

BucketList2D< T > * BList
 
TPointsArray * Points
 

Detailed Description

template<typename TIds>
template<typename T, typename TPointsArray>
struct BucketList2D< TIds >::MapPointsArray< T, TPointsArray >

Definition at line 311 of file vtkStaticPointLocator2DPrivate.h.

Constructor & Destructor Documentation

◆ MapPointsArray()

template<typename TIds>
template<typename T, typename TPointsArray>
BucketList2D< TIds >::MapPointsArray< T, TPointsArray >::MapPointsArray ( BucketList2D< T > * blist,
TPointsArray * pts )
inline

Definition at line 316 of file vtkStaticPointLocator2DPrivate.h.

Member Function Documentation

◆ operator()()

template<typename TIds>
template<typename T, typename TPointsArray>
void BucketList2D< TIds >::MapPointsArray< T, TPointsArray >::operator() ( vtkIdType ptId,
vtkIdType end )
inline

Definition at line 322 of file vtkStaticPointLocator2DPrivate.h.

Member Data Documentation

◆ BList

template<typename TIds>
template<typename T, typename TPointsArray>
BucketList2D<T>* BucketList2D< TIds >::MapPointsArray< T, TPointsArray >::BList

Definition at line 313 of file vtkStaticPointLocator2DPrivate.h.

◆ Points

template<typename TIds>
template<typename T, typename TPointsArray>
TPointsArray* BucketList2D< TIds >::MapPointsArray< T, TPointsArray >::Points

Definition at line 314 of file vtkStaticPointLocator2DPrivate.h.


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