#include <GridEvaluatorStatus.h>
◆ GridEvaluatorStatus() [1/2]
VTKM_EXEC_CONT vtkm::worklet::flow::GridEvaluatorStatus::GridEvaluatorStatus |
( |
| ) |
|
|
inline |
◆ GridEvaluatorStatus() [2/2]
VTKM_EXEC_CONT vtkm::worklet::flow::GridEvaluatorStatus::GridEvaluatorStatus |
( |
bool |
ok, |
|
|
bool |
spatial, |
|
|
bool |
temporal, |
|
|
bool |
inGhost |
|
) |
| |
|
inline |
◆ CheckFail()
VTKM_EXEC_CONT bool vtkm::worklet::flow::GridEvaluatorStatus::CheckFail |
( |
| ) |
const |
|
inline |
◆ CheckInGhostCell()
VTKM_EXEC_CONT bool vtkm::worklet::flow::GridEvaluatorStatus::CheckInGhostCell |
( |
| ) |
const |
|
inline |
◆ CheckOk()
VTKM_EXEC_CONT bool vtkm::worklet::flow::GridEvaluatorStatus::CheckOk |
( |
| ) |
const |
|
inline |
◆ CheckSpatialBounds()
VTKM_EXEC_CONT bool vtkm::worklet::flow::GridEvaluatorStatus::CheckSpatialBounds |
( |
| ) |
const |
|
inline |
◆ CheckTemporalBounds()
VTKM_EXEC_CONT bool vtkm::worklet::flow::GridEvaluatorStatus::CheckTemporalBounds |
( |
| ) |
const |
|
inline |
◆ SetFail()
VTKM_EXEC_CONT void vtkm::worklet::flow::GridEvaluatorStatus::SetFail |
( |
| ) |
|
|
inline |
◆ SetInGhostCell()
VTKM_EXEC_CONT void vtkm::worklet::flow::GridEvaluatorStatus::SetInGhostCell |
( |
| ) |
|
|
inline |
◆ SetOk()
VTKM_EXEC_CONT void vtkm::worklet::flow::GridEvaluatorStatus::SetOk |
( |
| ) |
|
|
inline |
◆ SetSpatialBounds()
VTKM_EXEC_CONT void vtkm::worklet::flow::GridEvaluatorStatus::SetSpatialBounds |
( |
| ) |
|
|
inline |
◆ SetTemporalBounds()
VTKM_EXEC_CONT void vtkm::worklet::flow::GridEvaluatorStatus::SetTemporalBounds |
( |
| ) |
|
|
inline |
◆ IN_GHOST_CELL_BIT
constexpr vtkm::Id vtkm::worklet::flow::GridEvaluatorStatus::IN_GHOST_CELL_BIT = 3 |
|
staticconstexprprivate |
◆ SPATIAL_BOUNDS_BIT
constexpr vtkm::Id vtkm::worklet::flow::GridEvaluatorStatus::SPATIAL_BOUNDS_BIT = 1 |
|
staticconstexprprivate |
◆ SUCCESS_BIT
constexpr vtkm::Id vtkm::worklet::flow::GridEvaluatorStatus::SUCCESS_BIT = 0 |
|
staticconstexprprivate |
◆ TEMPORAL_BOUNDS_BIT
constexpr vtkm::Id vtkm::worklet::flow::GridEvaluatorStatus::TEMPORAL_BOUNDS_BIT = 2 |
|
staticconstexprprivate |
The documentation for this class was generated from the following file: