Chi-Tech
chi_math::Unknown Class Reference

#include <unknown_manager.h>

Public Member Functions

 Unknown (UnknownType in_type, unsigned int in_num_components=1, unsigned int in_map_begin=0)
 
unsigned int GetMap (unsigned int component_number=0) const
 
unsigned int GetMapEnd () const
 
unsigned int NumComponents () const
 

Data Fields

const UnknownType type_
 
const unsigned int num_components_
 
const unsigned int map_begin_
 
std::string text_name_
 
std::vector< std::string > component_text_names_
 
std::vector< int > num_off_block_connections_
 

Detailed Description

Basic class for an variable.

Definition at line 31 of file unknown_manager.h.

Constructor & Destructor Documentation

◆ Unknown()

chi_math::Unknown::Unknown ( UnknownType  in_type,
unsigned int  in_num_components = 1,
unsigned int  in_map_begin = 0 
)
inlineexplicit

Definition at line 42 of file unknown_manager.h.

Member Function Documentation

◆ GetMap()

unsigned int chi_math::Unknown::GetMap ( unsigned int  component_number = 0) const
inline

Definition at line 63 of file unknown_manager.h.

◆ GetMapEnd()

unsigned int chi_math::Unknown::GetMapEnd ( ) const
inline

Definition at line 114 of file unknown_manager.h.

◆ NumComponents()

unsigned int chi_math::Unknown::NumComponents ( ) const
inline

Definition at line 116 of file unknown_manager.h.

Field Documentation

◆ component_text_names_

std::vector<std::string> chi_math::Unknown::component_text_names_

Definition at line 38 of file unknown_manager.h.

◆ map_begin_

const unsigned int chi_math::Unknown::map_begin_

Definition at line 36 of file unknown_manager.h.

◆ num_components_

const unsigned int chi_math::Unknown::num_components_

Definition at line 35 of file unknown_manager.h.

◆ num_off_block_connections_

std::vector<int> chi_math::Unknown::num_off_block_connections_

Definition at line 39 of file unknown_manager.h.

◆ text_name_

std::string chi_math::Unknown::text_name_

Definition at line 37 of file unknown_manager.h.

◆ type_

const UnknownType chi_math::Unknown::type_

Definition at line 34 of file unknown_manager.h.


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