1 #ifndef READ_TET_GEN_HPP
2 #define READ_TET_GEN_HPP
47 const Tag* file_id_tag = 0 );
52 std::vector< int >& tag_values_out,
80 const std::string& input_name_base,
81 const std::string& input_name_suffix,
82 const char* file_type_suffix,
83 const char* file_name_option,
85 std::ifstream& file_stream,
86 bool file_required =
false );
100 ErrorCode read_line( std::istream& file,
double* values_out,
int num_values,
int& lineno );
119 std::vector< Tag >& tag_list,
120 std::vector< int >& index_list,
121 const char* group_designator = 0 );
124 const Tag* attr_tag_list,
125 const int* attr_tag_index,
126 int attr_tag_list_len,
127 std::vector< EntityHandle >& nodes );
131 const std::vector< EntityHandle >& nodes,