SPH
Classes | Enumerations
Dynamic.h File Reference

Object holding a single values of various types. More...

#include "math/Means.h"
#include "objects/geometry/Tensor.h"
#include "objects/geometry/TracelessTensor.h"
#include "objects/wrappers/Variant.h"

Go to the source code of this file.

Classes

class  Dynamic
 Convenient object for storing a single value of different types. More...
 

Enumerations

enum class  DynamicId {
  SIZE = 1 , FLOAT , VECTOR , TENSOR ,
  SYMMETRIC_TENSOR , TRACELESS_TENSOR , MIN_MAX_MEAN , STRING
}
 Enum representing a value type stored in a Value object. More...
 

Detailed Description

Object holding a single values of various types.

Author
Pavel Sevecek (sevecek at sirrah.troja.mff.cuni.cz)
Date
2016-2021

Definition in file Dynamic.h.

Enumeration Type Documentation

◆ DynamicId

enum DynamicId
strong

Enum representing a value type stored in a Value object.

Has to be kept in sync with ValueVariant defined below.

Enumerator
SIZE 
FLOAT 
VECTOR 
TENSOR 
SYMMETRIC_TENSOR 
TRACELESS_TENSOR 
MIN_MAX_MEAN 
STRING 

Definition at line 18 of file Dynamic.h.