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

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

#include <CellLocatorBoundingIntervalHierarchy.h>

Public Attributes

vtkm::Id CellId = -1
 
vtkm::Id NodeIdx = -1
 

Detailed Description

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

◆ NodeIdx

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

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