IOSS 2.0
|
Classes | |
class | Assemblies |
struct | AssemblyData |
class | AssemblyParser |
class | Coordinates |
struct | ElementData |
struct | ElementDataLess |
class | EntityGroup |
struct | EntityGroupData |
struct | NodesetData |
class | NodesetParser |
class | Nodesets |
class | PartIdMapping |
class | SideAdjacencyGraph |
struct | SideBlockInfo |
struct | SidesetData |
class | SidesetParser |
class | Sidesets |
class | SidesetSkinner |
class | SidesetSplitter |
struct | TextMeshData |
class | TextMeshLexer |
class | TextMeshOptionParser |
class | TextMeshParser |
class | TopologyMapping |
Typedefs | |
using | ErrorHandler = std::function<void(const std::ostringstream &)> |
using | AssemblyDataType = std::string |
template<typename EntityId > | |
using | NodesetDataType = EntityId |
template<typename EntityId > | |
using | SidesetDataType = std::pair<EntityId, int> |
Enumerations | |
enum | AssemblyType { ASSEMBLY , BLOCK , SIDESET , NODESET , INVALID_ASSEMBLY } |
enum | SplitType { TOPOLOGY , ELEMENT_BLOCK , NO_SPLIT , INVALID_SPLIT } |
Functions | |
std::ostream & | operator<< (std::ostream &out, const AssemblyType &t) |
template<class EXCEPTION > | |
void | handle_error (const std::ostringstream &message) |
void | default_error_handler (const std::ostringstream &message) |
template<class ForwardIt , class T > | |
ForwardIt | bound_search (ForwardIt first, ForwardIt last, const T &value) |
template<class ForwardIt , class T , class Compare > | |
ForwardIt | bound_search (ForwardIt first, ForwardIt last, const T &value, Compare comp) |
std::string | strip_whitespace (const std::string &inpt) |
std::vector< std::string > | get_tokens (const std::string &str, const std::string &separators) |
void | convert_to_upper_case (std::string &str) |
void | convert_to_lower_case (std::string &str) |
bool | is_positive_number (const std::string &str) |
template<typename T > | |
std::set< T > | transform_to_set (const std::vector< T > &dataAsVector) |
std::pair< unsigned, bool > | get_id_from_part_name (const std::string &name, const std::string &prefix) |
std::ostream & | operator<< (std::ostream &out, const SplitType &t) |
using Iotm::text_mesh::AssemblyDataType = std::string |
typedef std::function< void(const std::ostringstream &)> Iotm::text_mesh::ErrorHandler = std::function<void(const std::ostringstream &)> |
using Iotm::text_mesh::NodesetDataType = EntityId |
using Iotm::text_mesh::SidesetDataType = std::pair<EntityId, int> |
ForwardIt Iotm::text_mesh::bound_search | ( | ForwardIt | first, |
ForwardIt | last, | ||
const T & | value ) |
ForwardIt Iotm::text_mesh::bound_search | ( | ForwardIt | first, |
ForwardIt | last, | ||
const T & | value, | ||
Compare | comp ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void Iotm::text_mesh::handle_error | ( | const std::ostringstream & | message | ) |
|
inline |
|
inline |
|
inline |
|
inline |
std::set< T > Iotm::text_mesh::transform_to_set | ( | const std::vector< T > & | dataAsVector | ) |