API Documentation
Loading...
Searching...
No Matches
DesignParameter Class Reference

#include <DesignParameter.h>

Collaboration diagram for DesignParameter:
[legend]

Public Types

enum  SpecialParameter {
  e_undefined , e_design_property , e_geometry_property , e_model_property ,
  e_vertex_property , e_offset , e_rotation , e_scale ,
  e_surface_area , e_volume , e_length , e_grade ,
  e_h_length , e_v_length , e_geo_orientation , e_model_index ,
  e_vertex_index , e_deployment_bottom , e_parent_path , e_metadata ,
  e_transformed_vertex_metadata
}
 

Public Member Functions

 DesignParameter ()
 
 DesignParameter (DesignObject::DesignProperty property, uint04 sub_section=Constant< uint04 >::NaN)
 
 DesignParameter (Geometry::GeometryProperty property, uint04 sub_section=Constant< uint04 >::NaN)
 
 DesignParameter (Model::ModelProperty property, uint04 sub_section=Constant< uint04 >::NaN)
 
 DesignParameter (VertexProperty property, uint04 sub_section=Constant< uint04 >::NaN)
 
 DesignParameter (SpecialParameter property, uint04 sub_section=Constant< uint04 >::NaN)
 
 DesignParameter (SpecialParameter property, const String &data_label)
 
 DesignParameter (SpecialParameter property, const String &data_label, uint04 sub_section)
 
 DesignParameter (const String &name)
 
 DesignParameter (const String &column_name, uint04 vertex_index_a, uint04 vertex_index_b)
 
ConstPointer< UnitdefaultUnit () const
 
TypeInfo defaultType () const
 
String stringID () const
 
TranslatedString displayName () const
 
void setCustomDisplayName (const TranslatedString &custom_display_name)
 
bool operator!= (const DesignParameter &params) const
 
bool operator== (const DesignParameter &params) const
 
bool operator< (const DesignParameter &params) const
 
bool operator> (const DesignParameter &params) const
 
bool isIgnored () const
 

Public Attributes

String column_name
 
String default_value
 
TranslatedString custom_display_name
 
uint04 dim_a = Constant<uint04>::NaN
 
uint04 dim_b = Constant<uint04>::NaN
 
SpecialParameter special_parameter
 
ConstPointer< Unitunit
 

Protected Member Functions

void autoSetSpecialParameter ()
 

Member Enumeration Documentation

◆ SpecialParameter

Enumerator
e_undefined 
e_design_property 
e_geometry_property 
e_model_property 
e_vertex_property 
e_offset 
e_rotation 
e_scale 
e_surface_area 
e_volume 
e_length 
e_grade 
e_h_length 
e_v_length 
e_geo_orientation 
e_model_index 
e_vertex_index 
e_deployment_bottom 
e_parent_path 
e_metadata 
e_transformed_vertex_metadata 

Constructor & Destructor Documentation

◆ DesignParameter() [1/10]

◆ DesignParameter() [2/10]

DesignParameter ( DesignObject::DesignProperty property,
uint04 sub_section = Constant<uint04>::NaN )
explicit

◆ DesignParameter() [3/10]

DesignParameter ( Geometry::GeometryProperty property,
uint04 sub_section = Constant<uint04>::NaN )
explicit

◆ DesignParameter() [4/10]

DesignParameter ( Model::ModelProperty property,
uint04 sub_section = Constant<uint04>::NaN )
explicit

◆ DesignParameter() [5/10]

DesignParameter ( VertexProperty property,
uint04 sub_section = Constant<uint04>::NaN )
explicit

◆ DesignParameter() [6/10]

DesignParameter ( SpecialParameter property,
uint04 sub_section = Constant<uint04>::NaN )
explicit

◆ DesignParameter() [7/10]

DesignParameter ( SpecialParameter property,
const String & data_label )

◆ DesignParameter() [8/10]

DesignParameter ( SpecialParameter property,
const String & data_label,
uint04 sub_section )

◆ DesignParameter() [9/10]

DesignParameter ( const String & name)
explicit

◆ DesignParameter() [10/10]

DesignParameter ( const String & column_name,
uint04 vertex_index_a,
uint04 vertex_index_b )

Member Function Documentation

◆ autoSetSpecialParameter()

void autoSetSpecialParameter ( )
protected

◆ defaultType()

TypeInfo defaultType ( ) const

◆ defaultUnit()

ConstPointer< Unit > defaultUnit ( ) const

◆ displayName()

TranslatedString displayName ( ) const

◆ isIgnored()

bool isIgnored ( ) const

◆ operator!=()

bool operator!= ( const DesignParameter & params) const

◆ operator<()

bool operator< ( const DesignParameter & params) const

◆ operator==()

bool operator== ( const DesignParameter & params) const

◆ operator>()

bool operator> ( const DesignParameter & params) const

◆ setCustomDisplayName()

void setCustomDisplayName ( const TranslatedString & custom_display_name)

◆ stringID()

String stringID ( ) const

Member Data Documentation

◆ column_name

String column_name

◆ custom_display_name

TranslatedString custom_display_name

◆ default_value

String default_value

◆ dim_a

uint04 dim_a = Constant<uint04>::NaN

◆ dim_b

uint04 dim_b = Constant<uint04>::NaN

◆ special_parameter

SpecialParameter special_parameter

◆ unit


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