#include <Ioss_ConcreteVariableType.h>
|
static void | factory () |
|
static void | alias (const std::string &base, const std::string &syn) |
|
static int | describe (NameList *names) |
| Get the names of variable types known to IOSS.
|
|
static IOSS_NODISCARD NameList | describe () |
| Get the names of variable types known to IOSS.
|
|
static IOSS_NODISCARD std::vector< Ioss::VariableType * > | external_types (Ioss::VariableType::Type type) |
|
static bool | create_named_suffix_type (const std::string &type_name, const Ioss::NameList &suffices) |
|
static bool | create_named_suffix_field_type (const std::string &type_name, const Ioss::NameList &suffices) |
|
static bool | create_basis_type (const std::string &type_name, const Ioss::Basis &basis) |
|
static bool | create_quadrature_type (const std::string &type_name, const std::vector< Ioss::QuadraturePoint > &quad_points) |
|
static bool | get_field_type_mapping (const std::string &field, std::string *type) |
|
static bool | add_field_type_mapping (const std::string &raw_field, const std::string &raw_type) |
|
static IOSS_NODISCARD std::string | numeric_label (int which, int ncomp, const std::string &name) |
|
static IOSS_NODISCARD const VariableType * | factory (const std::string &raw_name, int copies=1) |
|
static IOSS_NODISCARD const VariableType * | factory (const std::string &raw_name, const std::string &secondary) |
|
static IOSS_NODISCARD const VariableType * | factory (const std::vector< Suffix > &suffices, bool ignore_realn_fields=false) |
|
static Registry & | registry () |
|
◆ Scalar() [1/2]
Ioss::Scalar::Scalar |
( |
const Scalar & | | ) |
|
|
delete |
◆ Scalar() [2/2]
◆ factory()
void Ioss::Scalar::factory |
( |
| ) |
|
|
static |
◆ label()
std::string Ioss::Scalar::label |
( |
int | which, |
|
|
char | suffix_sep = '_' ) const |
|
overridevirtual |
◆ label_name()
std::string Ioss::Scalar::label_name |
( |
const std::string & | base, |
|
|
int | , |
|
|
char | suffix_sep1, |
|
|
char | suffix_sep2, |
|
|
bool | suffices_uppercase ) const |
|
overridevirtual |
◆ suffix_count()
◆ type()
◆ type_string()
The documentation for this class was generated from the following files: