VTK  9.5.20251208
BucketList2D< TIds >::MapOffsets< T > Struct Template Reference

#include <vtkStaticPointLocator2DPrivate.h>

Collaboration diagram for BucketList2D< TIds >::MapOffsets< T >:
[legend]

Public Member Functions

 MapOffsets (BucketList2D< T > *blist)
 
void operator() (vtkIdType batch, vtkIdType batchEnd)
 

Public Attributes

BucketList2D< T > * BList
 
vtkIdType NumPts
 
int NumBuckets
 

Detailed Description

template<typename TIds>
template<typename T>
struct BucketList2D< TIds >::MapOffsets< T >

Definition at line 343 of file vtkStaticPointLocator2DPrivate.h.

Constructor & Destructor Documentation

◆ MapOffsets()

template<typename TIds>
template<typename T>
BucketList2D< TIds >::MapOffsets< T >::MapOffsets ( BucketList2D< T > * blist)
inline

Definition at line 349 of file vtkStaticPointLocator2DPrivate.h.

Member Function Documentation

◆ operator()()

template<typename TIds>
template<typename T>
void BucketList2D< TIds >::MapOffsets< T >::operator() ( vtkIdType batch,
vtkIdType batchEnd )
inline

Definition at line 357 of file vtkStaticPointLocator2DPrivate.h.

Member Data Documentation

◆ BList

template<typename TIds>
template<typename T>
BucketList2D<T>* BucketList2D< TIds >::MapOffsets< T >::BList

Definition at line 345 of file vtkStaticPointLocator2DPrivate.h.

◆ NumPts

template<typename TIds>
template<typename T>
vtkIdType BucketList2D< TIds >::MapOffsets< T >::NumPts

Definition at line 346 of file vtkStaticPointLocator2DPrivate.h.

◆ NumBuckets

template<typename TIds>
template<typename T>
int BucketList2D< TIds >::MapOffsets< T >::NumBuckets

Definition at line 347 of file vtkStaticPointLocator2DPrivate.h.


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