Data Structures | |
struct | TRecord |
Typedefs | |
typedef std::vector< int > | TNodeLabels |
typedef int | TElementLab |
typedef std::vector< TRecord > | TDataSet |
Functions | |
void | Read (std::ifstream &in_stream, TDataSet &theDataSet) |
void | Write (std::ofstream &out_stream, const TDataSet &theDataSet) |
bool | IsBeam (int theFeDescriptorId) |
bool | IsFace (int theFeDescriptorId) |
bool | IsVolume (int theFeDescriptorId) |
typedef std::vector<TRecord> UNV2412::TDataSet |
typedef int UNV2412::TElementLab |
typedef std::vector<int> UNV2412::TNodeLabels |
Referenced by DriverUNV_R_SMDS_Mesh::Perform(), Read(), and Write().
Referenced by DriverUNV_R_SMDS_Mesh::Perform().
Referenced by DriverUNV_R_SMDS_Mesh::Perform().
void UNV2412::Read | ( | std::ifstream & | in_stream, |
TDataSet & | theDataSet | ||
) |
References _label_dataset, UNV2412::TRecord::beam_aft_end, UNV2412::TRecord::beam_fore_end, UNV2412::TRecord::beam_orientation, UNV::beginning_of_dataset(), UNV2412::TRecord::color, EXCEPTION, UNV2412::TRecord::fe_descriptor_id, IsBeam(), UNV2412::TRecord::label, UNV2412::TRecord::mat_prop_tab_num, UNV2412::TRecord::node_labels, and UNV2412::TRecord::phys_prop_tab_num.
Referenced by DriverUNV_R_SMDS_Mesh::Perform().
void UNV2412::Write | ( | std::ofstream & | out_stream, |
const TDataSet & | theDataSet | ||
) |
References _label_dataset, UNV2412::TRecord::beam_aft_end, UNV2412::TRecord::beam_fore_end, UNV2412::TRecord::beam_orientation, UNV2412::TRecord::color, EXCEPTION, UNV2412::TRecord::fe_descriptor_id, IsBeam(), UNV2412::TRecord::label, UNV2412::TRecord::mat_prop_tab_num, UNV2412::TRecord::node_labels, and UNV2412::TRecord::phys_prop_tab_num.
Referenced by DriverUNV_W_SMDS_Mesh::Perform().