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

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

#include <CellLocatorBoundingIntervalHierarchy.h>

Public Attributes

viskores::Id CellId = -1
 
viskores::Id NodeIdx = -1
 

Detailed Description

template<typename CellSetType>
struct viskores::exec::CellLocatorBoundingIntervalHierarchy< CellSetType >::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 CellSetType >
viskores::Id viskores::exec::CellLocatorBoundingIntervalHierarchy< CellSetType >::LastCell::CellId = -1

◆ NodeIdx

template<typename CellSetType >
viskores::Id viskores::exec::CellLocatorBoundingIntervalHierarchy< CellSetType >::LastCell::NodeIdx = -1

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