|
SALOME - SMESH
|
#include <string>#include <list>#include <boost/shared_ptr.hpp>

Go to the source code of this file.
Data Structures | |
| struct | SMESH_ComputeError |
| Contains algorithm and description of occured error. More... | |
Macros | |
| #define | _case2char(err) case err: return #err; |
Typedefs | |
| typedef boost::shared_ptr< SMESH_ComputeError > | SMESH_ComputeErrorPtr |
Enumerations | |
| enum | SMESH_ComputeErrorName { COMPERR_OK = -1 , COMPERR_BAD_INPUT_MESH = -2 , COMPERR_STD_EXCEPTION = -3 , COMPERR_OCC_EXCEPTION = -4 , COMPERR_SLM_EXCEPTION = -5 , COMPERR_EXCEPTION = -6 , COMPERR_MEMORY_PB = -7 , COMPERR_ALGO_FAILED = -8 , COMPERR_BAD_SHAPE = -9 } |
| #define _case2char | ( | err | ) | case err: return #err; |
Definition at line 88 of file SMESH_ComputeError.hxx.
| typedef boost::shared_ptr<SMESH_ComputeError> SMESH_ComputeErrorPtr |
Definition at line 39 of file SMESH_ComputeError.hxx.
Definition at line 43 of file SMESH_ComputeError.hxx.