IOSS  2.0
Ioss::ConstructedVariableType Class Reference

#include <Ioss_ConstructedVariableType.h>

Public Member Functions

std::string label (int which, char suffix_sep='_') const override
 
 ConstructedVariableType (const std::string &my_name, int number_components, bool delete_me)
 
 ConstructedVariableType (int number_components, bool delete_me)
 
- Public Member Functions inherited from Ioss::VariableType
virtual ~VariableType ()
 
int component_count () const
 
virtual int suffix_count () const
 
std::string name () const
 
virtual std::string label_name (const std::string &base, int which, char suffix_sep='_') const
 
virtual bool match (const std::vector< Suffix > &suffices) const
 

Private Member Functions

 ConstructedVariableType (const ConstructedVariableType &)
 

Additional Inherited Members

- Static Public Member Functions inherited from Ioss::VariableType
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. More...
 
static bool create_named_suffix_field_type (const std::string &type_name, const std::vector< std::string > &suffices)
 
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 std::string numeric_label (int which, int ncomp, const std::string &name)
 
static const VariableTypefactory (const std::string &raw_name, int copies=1)
 
static const VariableTypefactory (const std::vector< Suffix > &suffices)
 
- Protected Member Functions inherited from Ioss::VariableType
 VariableType (const std::string &type, int comp_count, bool delete_me=false)
 
- Static Protected Member Functions inherited from Ioss::VariableType
static Registryregistry ()
 

Constructor & Destructor Documentation

◆ ConstructedVariableType() [1/3]

Ioss::ConstructedVariableType::ConstructedVariableType ( const std::string &  my_name,
int  number_components,
bool  delete_me 
)

◆ ConstructedVariableType() [2/3]

Ioss::ConstructedVariableType::ConstructedVariableType ( int  number_components,
bool  delete_me 
)
explicit

◆ ConstructedVariableType() [3/3]

Ioss::ConstructedVariableType::ConstructedVariableType ( const ConstructedVariableType )
private

Member Function Documentation

◆ label()

std::string Ioss::ConstructedVariableType::label ( int  which,
char  suffix_sep = '_' 
) const
overridevirtual

Implements Ioss::VariableType.


The documentation for this class was generated from the following files: