Viskores  1.0
Public Member Functions | Static Private Attributes | List of all members
viskores::ParticleStatus Class Reference

#include <Particle.h>

Inheritance diagram for viskores::ParticleStatus:
viskores::Bitset< viskores::UInt8 >

Public Member Functions

 ParticleStatus ()
 
void SetOk ()
 
bool CheckOk () const
 
void SetFail ()
 
bool CheckFail () const
 
void SetTerminate ()
 
void ClearTerminate ()
 
bool CheckTerminate () const
 
void SetSpatialBounds ()
 
void ClearSpatialBounds ()
 
bool CheckSpatialBounds () const
 
void SetTemporalBounds ()
 
void ClearTemporalBounds ()
 
bool CheckTemporalBounds () const
 
void SetTookAnySteps ()
 
void ClearTookAnySteps ()
 
bool CheckTookAnySteps () const
 
void SetInGhostCell ()
 
void ClearInGhostCell ()
 
bool CheckInGhostCell () const
 
void SetZeroVelocity ()
 
void ClearZeroVelocity ()
 
bool CheckZeroVelocity () const
 
bool CanContinue () const
 
- Public Member Functions inherited from viskores::Bitset< viskores::UInt8 >
void set (viskores::Id bitIndex)
 
void set (viskores::Id bitIndex, bool val)
 
void reset (viskores::Id bitIndex)
 
void toggle (viskores::Id bitIndex)
 
bool test (viskores::Id bitIndex) const
 
bool operator== (const viskores::Bitset< viskores::UInt8 > &otherBitset) const
 

Static Private Attributes

static constexpr viskores::Id SUCCESS_BIT = 0
 
static constexpr viskores::Id TERMINATE_BIT = 1
 
static constexpr viskores::Id SPATIAL_BOUNDS_BIT = 2
 
static constexpr viskores::Id TEMPORAL_BOUNDS_BIT = 3
 
static constexpr viskores::Id TOOK_ANY_STEPS_BIT = 4
 
static constexpr viskores::Id IN_GHOST_CELL_BIT = 5
 
static constexpr viskores::Id ZERO_VELOCITY = 6
 

Constructor & Destructor Documentation

◆ ParticleStatus()

viskores::ParticleStatus::ParticleStatus ( )
inline

Member Function Documentation

◆ CanContinue()

bool viskores::ParticleStatus::CanContinue ( ) const
inline

◆ CheckFail()

bool viskores::ParticleStatus::CheckFail ( ) const
inline

◆ CheckInGhostCell()

bool viskores::ParticleStatus::CheckInGhostCell ( ) const
inline

◆ CheckOk()

bool viskores::ParticleStatus::CheckOk ( ) const
inline

◆ CheckSpatialBounds()

bool viskores::ParticleStatus::CheckSpatialBounds ( ) const
inline

◆ CheckTemporalBounds()

bool viskores::ParticleStatus::CheckTemporalBounds ( ) const
inline

◆ CheckTerminate()

bool viskores::ParticleStatus::CheckTerminate ( ) const
inline

◆ CheckTookAnySteps()

bool viskores::ParticleStatus::CheckTookAnySteps ( ) const
inline

◆ CheckZeroVelocity()

bool viskores::ParticleStatus::CheckZeroVelocity ( ) const
inline

◆ ClearInGhostCell()

void viskores::ParticleStatus::ClearInGhostCell ( )
inline

◆ ClearSpatialBounds()

void viskores::ParticleStatus::ClearSpatialBounds ( )
inline

◆ ClearTemporalBounds()

void viskores::ParticleStatus::ClearTemporalBounds ( )
inline

◆ ClearTerminate()

void viskores::ParticleStatus::ClearTerminate ( )
inline

◆ ClearTookAnySteps()

void viskores::ParticleStatus::ClearTookAnySteps ( )
inline

◆ ClearZeroVelocity()

void viskores::ParticleStatus::ClearZeroVelocity ( )
inline

◆ SetFail()

void viskores::ParticleStatus::SetFail ( )
inline

◆ SetInGhostCell()

void viskores::ParticleStatus::SetInGhostCell ( )
inline

◆ SetOk()

void viskores::ParticleStatus::SetOk ( )
inline

◆ SetSpatialBounds()

void viskores::ParticleStatus::SetSpatialBounds ( )
inline

◆ SetTemporalBounds()

void viskores::ParticleStatus::SetTemporalBounds ( )
inline

◆ SetTerminate()

void viskores::ParticleStatus::SetTerminate ( )
inline

◆ SetTookAnySteps()

void viskores::ParticleStatus::SetTookAnySteps ( )
inline

◆ SetZeroVelocity()

void viskores::ParticleStatus::SetZeroVelocity ( )
inline

Member Data Documentation

◆ IN_GHOST_CELL_BIT

constexpr viskores::Id viskores::ParticleStatus::IN_GHOST_CELL_BIT = 5
staticconstexprprivate

◆ SPATIAL_BOUNDS_BIT

constexpr viskores::Id viskores::ParticleStatus::SPATIAL_BOUNDS_BIT = 2
staticconstexprprivate

◆ SUCCESS_BIT

constexpr viskores::Id viskores::ParticleStatus::SUCCESS_BIT = 0
staticconstexprprivate

◆ TEMPORAL_BOUNDS_BIT

constexpr viskores::Id viskores::ParticleStatus::TEMPORAL_BOUNDS_BIT = 3
staticconstexprprivate

◆ TERMINATE_BIT

constexpr viskores::Id viskores::ParticleStatus::TERMINATE_BIT = 1
staticconstexprprivate

◆ TOOK_ANY_STEPS_BIT

constexpr viskores::Id viskores::ParticleStatus::TOOK_ANY_STEPS_BIT = 4
staticconstexprprivate

◆ ZERO_VELOCITY

constexpr viskores::Id viskores::ParticleStatus::ZERO_VELOCITY = 6
staticconstexprprivate

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