summaryrefslogtreecommitdiff
path: root/inc/ShapeExtend_Status.hxx
blob: 768b3d25e38e1478a42d5aad1f705cdbee5ec409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _ShapeExtend_Status_HeaderFile
#define _ShapeExtend_Status_HeaderFile

//! This enumeration is used in <br>
//! ShapeHealing toolkit for representing flags in the <br>
//! return statuses of class methods. <br>
//! The status is a field of the class which is set by one or <br>
//! several methods of that class. <br>
//! It is used for reporting about errors and other situations <br>
//! encountered during execution of the method. <br>
//! There are defined 8 values for DONE and 8 for FAIL flags: <br>
//!      ShapeExtend_DONE1 ...      ShapeExtend_DONE8, <br>
//!      ShapeExtend_FAIL1 ...      ShapeExtend_FAIL8 <br>
//! and also enumerations for representing combinations of flags: <br>
//!      ShapeExtend_OK - no flags at all, <br>
//!      ShapeExtend_DONE - any of flags DONEi, <br>
//!      ShapeExtend_FAIL - any of flags FAILi. <br>
//! The class that uses statuses provides a method(s) which <br>
//! answers whether the flag corresponding to a given <br>
//! enumerative value is (are) set: <br>
//! Standard_Boolean Status(const ShapeExtend_Status test); <br>
//! Note that status can have several flags set simultaneously. <br>
//! Status(ShapeExtend_OK) gives True when no flags are set. <br>
//!  Nothing done, everything OK <br>
//!  Something was done, case 1 <br>
//!  Something was done, case 2 <br>
//!  Something was done, case 3 <br>
//!  Something was done, case 4 <br>
//!  Something was done, case 5 <br>
//!  Something was done, case 6 <br>
//!  Something was done, case 7 <br>
//!  Something was done, case 8 <br>
//!  Something was done (any of DONE#) <br>
//!  The method failed, case 1 <br>
//!  The method failed, case 2 <br>
//!  The method failed, case 3 <br>
//!  The method failed, case 4 <br>
//!  The method failed, case 5 <br>
//!  The method failed, case 6 <br>
//!  The method failed, case 7 <br>
//!  The method failed, case 8 <br>
enum ShapeExtend_Status {
ShapeExtend_OK,
ShapeExtend_DONE1,
ShapeExtend_DONE2,
ShapeExtend_DONE3,
ShapeExtend_DONE4,
ShapeExtend_DONE5,
ShapeExtend_DONE6,
ShapeExtend_DONE7,
ShapeExtend_DONE8,
ShapeExtend_DONE,
ShapeExtend_FAIL1,
ShapeExtend_FAIL2,
ShapeExtend_FAIL3,
ShapeExtend_FAIL4,
ShapeExtend_FAIL5,
ShapeExtend_FAIL6,
ShapeExtend_FAIL7,
ShapeExtend_FAIL8,
ShapeExtend_FAIL
};

#ifndef _Standard_PrimitiveTypes_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
#endif

#endif