Viskores  1.0
Public Attributes | List of all members
viskores::exec::CellLocatorTwoLevel< CellStructureType >::LastCell Struct Reference

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

#include <CellLocatorTwoLevel.h>

Public Attributes

viskores::Id CellId = -1
 
viskores::Id LeafIdx = -1
 

Detailed Description

template<typename CellStructureType>
struct viskores::exec::CellLocatorTwoLevel< 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

◆ CellId

template<typename CellStructureType >
viskores::Id viskores::exec::CellLocatorTwoLevel< CellStructureType >::LastCell::CellId = -1

◆ LeafIdx

template<typename CellStructureType >
viskores::Id viskores::exec::CellLocatorTwoLevel< CellStructureType >::LastCell::LeafIdx = -1

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