#include "SMESH_Pattern_i.hxx"
#include "SMDS_MeshFace.hxx"
#include "SMDS_MeshVolume.hxx"
#include "SMESHDS_Mesh.hxx"
#include "SMESH_Gen_i.hxx"
#include "SMESH_Mesh.hxx"
#include "SMESH_Mesh_i.hxx"
#include "SMESH_PythonDump.hxx"
#include <TopExp_Explorer.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Face.hxx>
#include <Standard_Failure.hxx>
#include <Standard_ErrorHandler.hxx>
#include <sstream>
#include <set>
Macros | |
#define | RETCASE(enm) case ::SMESH_Pattern::enm: return SMESH::SMESH_Pattern::enm; |
Functions | |
static void | addErrorCode (const char *thePyCommand) |
#define RETCASE | ( | enm | ) | case ::SMESH_Pattern::enm: return SMESH::SMESH_Pattern::enm; |
Referenced by SMESH_Pattern_i::GetErrorCode().
|
static |