Molecular Dynamics Simulation
1.0
src
utils
Enums.h
Go to the documentation of this file.
1
#pragma once
2
7
enum class
ThirdDimension
{
DISABLED
,
ENABLED
};
8
12
enum class
LockState
{
UNLOCKED
,
LOCKED
};
ThirdDimension
ThirdDimension
Enum class to define the dimension count of the simulation (2D or 3D). Affects primarily the dimensio...
Definition:
Enums.h:7
ThirdDimension::DISABLED
@ DISABLED
ThirdDimension::ENABLED
@ ENABLED
LockState
LockState
Enum class to define the lockstate of particles. Locked particles are not allowed to move.
Definition:
Enums.h:12
LockState::UNLOCKED
@ UNLOCKED
LockState::LOCKED
@ LOCKED
Generated by
1.9.1