Skip to main content

DPF C++ client library 2023 R2

ansys::dpf::quantity_types Struct Reference

Last update: 10.07.2023

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 void ansys::dpf::quantity_types::add_custom ( QuantityType const &  )
static

Adds a custom defined location.

◆ all()

static std::vector< QuantityType > const & ansys::dpf::quantity_types::all ( )
static

Gets all user-defined and predefined quantities types.

Returns
All quantity types.

Field Documentation

◆ continuous

const QuantityType ansys::dpf::quantity_types::continuous
static

Predefined continuous quantity type.

◆ discret

const QuantityType ansys::dpf::quantity_types::discret
static

Predefined discret quantity type, can not be interpolated.

◆ frequency

const QuantityType ansys::dpf::quantity_types::frequency
static

Predefined frequency quantity type.

◆ increment

const QuantityType ansys::dpf::quantity_types::increment
static

Predefined increment quantity type.

◆ integrated

const QuantityType ansys::dpf::quantity_types::integrated
static

Predefined integrated quantity type, can not be averaged.

◆ mode

const QuantityType ansys::dpf::quantity_types::mode
static

Predefined mode quantity type.

◆ position

const QuantityType ansys::dpf::quantity_types::position
static

Predefined position quantity type.

◆ time

const QuantityType ansys::dpf::quantity_types::time
static

Predefined time quantity type.

◆ unknown

const QuantityType ansys::dpf::quantity_types::unknown
static

Predefined unknown location.