VTK  9.5.20251207
BucketList< TIds >::MapOffsets< T > Struct Template Reference

#include <vtkStaticPointLocatorPrivate.h>

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

Public Member Functions

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

Public Attributes

BucketList< T > * BList
 
int NumBuckets
 
vtkIdType NumPts
 

Detailed Description

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

Definition at line 319 of file vtkStaticPointLocatorPrivate.h.

Constructor & Destructor Documentation

◆ MapOffsets()

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

Definition at line 325 of file vtkStaticPointLocatorPrivate.h.

Member Function Documentation

◆ operator()()

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

Definition at line 333 of file vtkStaticPointLocatorPrivate.h.

Member Data Documentation

◆ BList

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

Definition at line 321 of file vtkStaticPointLocatorPrivate.h.

◆ NumBuckets

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

Definition at line 322 of file vtkStaticPointLocatorPrivate.h.

◆ NumPts

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

Definition at line 323 of file vtkStaticPointLocatorPrivate.h.


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