PeriDyno 0.9.2
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Private Attributes | List of all members
dyno::ParticleType Class Reference

2 types of particle: Real particle (with pressure feild, advection.); virtual particle (with velocity field).
More...

#include <ParticleType.h>

Public Types

enum  Type { VIRTUAL = false , REAL = true }
 

Public Member Functions

DYN_FUNC ParticleType ()
 
DYN_FUNC ~ParticleType ()
 
DYN_FUNC void SetParticleType (Type type)
 
DYN_FUNC Type GetParticleType ()
 
DYN_FUNC bool IsVirtual ()
 
DYN_FUNC bool IsReal ()
 

Private Attributes

bool m_type
 

Detailed Description

2 types of particle: Real particle (with pressure feild, advection.); virtual particle (with velocity field).

Definition at line 14 of file ParticleType.h.

Member Enumeration Documentation

◆ Type

Enumerator
VIRTUAL 
REAL 

Definition at line 20 of file ParticleType.h.

Constructor & Destructor Documentation

◆ ParticleType()

DYN_FUNC dyno::ParticleType::ParticleType ( )
inline

Definition at line 17 of file ParticleType.h.

◆ ~ParticleType()

DYN_FUNC dyno::ParticleType::~ParticleType ( )
inline

Definition at line 18 of file ParticleType.h.

Member Function Documentation

◆ GetParticleType()

DYN_FUNC Type dyno::ParticleType::GetParticleType ( )
inline

Definition at line 27 of file ParticleType.h.

◆ IsReal()

DYN_FUNC bool dyno::ParticleType::IsReal ( )
inline

Definition at line 30 of file ParticleType.h.

◆ IsVirtual()

DYN_FUNC bool dyno::ParticleType::IsVirtual ( )
inline

Definition at line 29 of file ParticleType.h.

◆ SetParticleType()

DYN_FUNC void dyno::ParticleType::SetParticleType ( Type  type)
inline

Definition at line 26 of file ParticleType.h.

Member Data Documentation

◆ m_type

bool dyno::ParticleType::m_type
private

Definition at line 32 of file ParticleType.h.


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