adamantine
Public Types | Static Public Attributes | List of all members
adamantine::Solid Struct Reference

#include <MaterialStates.hh>

Public Types

enum class  State { solid , SIZE }
 

Static Public Attributes

static unsigned constexpr int n_material_states
 

Detailed Description

This struct describes a material that can be found in one state: solid as it is the case in FDM.

Definition at line 61 of file MaterialStates.hh.

Member Enumeration Documentation

◆ State

Enum on the possible material states.

Enumerator
solid 
SIZE 

Definition at line 66 of file MaterialStates.hh.

Member Data Documentation

◆ n_material_states

unsigned constexpr int adamantine::Solid::n_material_states
staticconstexpr
Initial value:
=
static_cast<unsigned int>(State::SIZE)

Maximum different number of states a given material can be.

Definition at line 75 of file MaterialStates.hh.