Warning, file /include/opencascade/Geom2dGcc_IsParallel.hxx was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _Geom2dGcc_IsParallel_HeaderFile
0018 #define _Geom2dGcc_IsParallel_HeaderFile
0019
0020 #include <Standard_Type.hxx>
0021 #include <Standard_SStream.hxx>
0022 #include <Standard_DomainError.hxx>
0023
0024 class Geom2dGcc_IsParallel;
0025 DEFINE_STANDARD_HANDLE(Geom2dGcc_IsParallel, Standard_DomainError)
0026
0027 #if !defined No_Exception && !defined No_Geom2dGcc_IsParallel
0028 #define Geom2dGcc_IsParallel_Raise_if(CONDITION, MESSAGE) \
0029 if (CONDITION) throw Geom2dGcc_IsParallel(MESSAGE);
0030 #else
0031 #define Geom2dGcc_IsParallel_Raise_if(CONDITION, MESSAGE)
0032 #endif
0033
0034 DEFINE_STANDARD_EXCEPTION(Geom2dGcc_IsParallel, Standard_DomainError)
0035
0036 #endif