#include <Particle.h>
◆ ParticleStatus()
◆ CanContinue()
◆ CheckFail()
◆ CheckInGhostCell()
◆ CheckOk()
◆ CheckSpatialBounds()
VTKM_EXEC_CONT bool vtkm::ParticleStatus::CheckSpatialBounds |
( |
| ) |
const |
|
inline |
◆ CheckTemporalBounds()
VTKM_EXEC_CONT bool vtkm::ParticleStatus::CheckTemporalBounds |
( |
| ) |
const |
|
inline |
◆ CheckTerminate()
◆ CheckTookAnySteps()
◆ CheckZeroVelocity()
◆ ClearInGhostCell()
◆ ClearSpatialBounds()
◆ ClearTemporalBounds()
◆ ClearTerminate()
◆ ClearTookAnySteps()
◆ ClearZeroVelocity()
◆ SetFail()
◆ SetInGhostCell()
◆ SetOk()
◆ SetSpatialBounds()
◆ SetTemporalBounds()
◆ SetTerminate()
◆ SetTookAnySteps()
◆ SetZeroVelocity()
◆ IN_GHOST_CELL_BIT
constexpr vtkm::Id vtkm::ParticleStatus::IN_GHOST_CELL_BIT = 5 |
|
staticconstexprprivate |
◆ SPATIAL_BOUNDS_BIT
constexpr vtkm::Id vtkm::ParticleStatus::SPATIAL_BOUNDS_BIT = 2 |
|
staticconstexprprivate |
◆ SUCCESS_BIT
constexpr vtkm::Id vtkm::ParticleStatus::SUCCESS_BIT = 0 |
|
staticconstexprprivate |
◆ TEMPORAL_BOUNDS_BIT
constexpr vtkm::Id vtkm::ParticleStatus::TEMPORAL_BOUNDS_BIT = 3 |
|
staticconstexprprivate |
◆ TERMINATE_BIT
constexpr vtkm::Id vtkm::ParticleStatus::TERMINATE_BIT = 1 |
|
staticconstexprprivate |
◆ TOOK_ANY_STEPS_BIT
constexpr vtkm::Id vtkm::ParticleStatus::TOOK_ANY_STEPS_BIT = 4 |
|
staticconstexprprivate |
◆ ZERO_VELOCITY
constexpr vtkm::Id vtkm::ParticleStatus::ZERO_VELOCITY = 6 |
|
staticconstexprprivate |
The documentation for this class was generated from the following file: