VTK  9.6.20260102
BucketList< TIds >::MapPointsArray< T, TPointsArray > Struct Template Reference

#include <vtkStaticPointLocatorPrivate.h>

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

Public Member Functions

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

Public Attributes

BucketList< T > * BList
 
TPointsArray * Points
 

Detailed Description

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

Definition at line 286 of file vtkStaticPointLocatorPrivate.h.

Constructor & Destructor Documentation

◆ MapPointsArray()

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

Definition at line 291 of file vtkStaticPointLocatorPrivate.h.

Member Function Documentation

◆ operator()()

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

Definition at line 297 of file vtkStaticPointLocatorPrivate.h.

Member Data Documentation

◆ BList

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

Definition at line 288 of file vtkStaticPointLocatorPrivate.h.

◆ Points

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

Definition at line 289 of file vtkStaticPointLocatorPrivate.h.


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