26 #ifndef MSH_COMPONENT_H 27 #define MSH_COMPONENT_H 54 void readLegacyFormat( std::ifstream& fileStream);
56 void readV2Format( std::ifstream& fileStream);
Exception class to handle abortion in component instanciation.
Definition: AbortException.h:43
Basic component to manage any kind of mesh.
Definition: MeshComponent.h:51
#define MSH_COMPONENT_API
Definition: MshComponentAPI.h:54
This simple MSH Component allows you to manipulate .msh legacy and V2 files (gmsh).
Definition: MshComponent.h:42