VTK-m  2.3
Public Attributes | List of all members
vtkm::exec::CellLocatorUniformBins< CellStructureType >::LastCell Struct Reference

Structure capturing the location of a cell in the search structure. More...

#include <CellLocatorUniformBins.h>

Public Attributes

vtkm::Id CellId = -1
 
vtkm::Id BinIdx = -1
 

Detailed Description

template<typename CellStructureType>
struct vtkm::exec::CellLocatorUniformBins< CellStructureType >::LastCell

Structure capturing the location of a cell in the search structure.

An object of this type is passed to and from the FindCell() method. If FindCell() is called successively with points near each other, the information in this object can reduce the time to find the cell.

Member Data Documentation

◆ BinIdx

template<typename CellStructureType >
vtkm::Id vtkm::exec::CellLocatorUniformBins< CellStructureType >::LastCell::BinIdx = -1

◆ CellId

template<typename CellStructureType >
vtkm::Id vtkm::exec::CellLocatorUniformBins< CellStructureType >::LastCell::CellId = -1

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