Data Structures | |
| struct | TRecord |
Typedefs | |
| typedef int | TCSLabel |
| typedef std::vector< TRecord > | TDataSet |
Enumerations | |
| enum | { Cartesian =0, Cylindrical, Spherical } |
Functions | |
| void | Read (std::ifstream &in_stream, std::string &part_name, TDataSet &theDataSet) |
| void | Write (std::ofstream &out_stream, const std::string &part_name) |
| typedef int UNV2420::TCSLabel |
| typedef std::vector<TRecord> UNV2420::TDataSet |
| void UNV2420::Read | ( | std::ifstream & | in_stream, |
| std::string & | part_name, | ||
| TDataSet & | theDataSet | ||
| ) |
References _label_dataset, UNV::beginning_of_dataset(), UNV2420::TRecord::coord_sys_color, UNV2420::TRecord::coord_sys_label, UNV2420::TRecord::coord_sys_name, UNV2420::TRecord::coord_sys_type, UNV::D_to_e(), EXCEPTION, UNV2420::TRecord::isIdentityMatrix(), UNV2420::TRecord::matrix, and UNV::read_line().
Referenced by DriverUNV_R_SMDS_Mesh::Perform().
| void UNV2420::Write | ( | std::ofstream & | out_stream, |
| const std::string & | part_name | ||
| ) |
References _label_dataset, and EXCEPTION.
Referenced by DriverUNV_W_SMDS_Mesh::Perform().