ansys::dpf::quantity_types Struct Reference
Last update: 10.07.2023
ansys::dpf::quantity_types Struct Reference
Predefined quantity types. More...
#include <dpf_api_base.h>
Static Public Member Functions | |
static std::vector< QuantityType > const & | all () |
static void | add_custom (QuantityType const &) |
Static Public Attributes | |
static const QuantityType | discret |
static const QuantityType | continuous |
static const QuantityType | integrated |
static const QuantityType | position |
static const QuantityType | increment |
static const QuantityType | time |
static const QuantityType | frequency |
static const QuantityType | mode |
static const QuantityType | unknown |
Detailed Description
Predefined quantity types.
Data is defined with a quantity type.
Member Function Documentation
◆ add_custom()
|
static |
Adds a custom defined location.
◆ all()
|
static |
Gets all user-defined and predefined quantities types.
- Returns
- All quantity types.
Field Documentation
◆ continuous
|
static |
Predefined continuous quantity type.
◆ discret
|
static |
Predefined discret quantity type, can not be interpolated.
◆ frequency
|
static |
Predefined frequency quantity type.
◆ increment
|
static |
Predefined increment quantity type.
◆ integrated
|
static |
Predefined integrated quantity type, can not be averaged.
◆ mode
|
static |
Predefined mode quantity type.
◆ position
|
static |
Predefined position quantity type.
◆ time
|
static |
Predefined time quantity type.
◆ unknown
|
static |
Predefined unknown location.