0028892: BOPAlgo_PaveFiller returns status "error: 11" in draw or raises exception...
[occt.git] / samples / mfc / standard / 06_Ocaf / src / TOcafFunction_CylDriver.hxx
CommitLineData
7fd59977 1// File generated by CPPExt (Transient)
2//
3// Copyright (C) 1991,1995 by
4//
5// MATRA DATAVISION, FRANCE
6//
7// This software is furnished in accordance with the terms and conditions
8// of the contract and with the inclusion of the above copyright notice.
9// This software or any other copy thereof may not be provided or otherwise
10// be made available to any other person. No title to an ownership of the
11// software is hereby transferred.
12//
13// At the termination of the contract, the software and all copies of this
14// software must be deleted.
15//
16#ifndef _TOcafFunction_CylDriver_HeaderFile
17#define _TOcafFunction_CylDriver_HeaderFile
18
19#ifndef _Standard_HeaderFile
20#include <Standard.hxx>
21#endif
7fd59977 22
23#ifndef _TFunction_Driver_HeaderFile
24#include <TFunction_Driver.hxx>
25#endif
26#ifndef _Standard_Boolean_HeaderFile
27#include <Standard_Boolean.hxx>
28#endif
29#ifndef _Standard_Integer_HeaderFile
30#include <Standard_Integer.hxx>
31#endif
32class TFunction_Logbook;
33
34
35class TOcafFunction_CylDriver : public TFunction_Driver {
36
37public:
38
39 inline void* operator new(size_t,void* anAddress)
40 {
41 return anAddress;
42 }
43 inline void* operator new(size_t size)
44 {
45 return Standard::Allocate(size);
46 }
47 inline void operator delete(void *anAddress)
48 {
49 if (anAddress) Standard::Free((Standard_Address&)anAddress);
50 }
51// inline void operator delete(void *anAddress, size_t size)
52// {
53// if (anAddress) Standard::Free((Standard_Address&)anAddress,size);
54// }
55 // Methods PUBLIC
56 //
57Standard_EXPORT static const Standard_GUID& GetID() ;
58Standard_EXPORT TOcafFunction_CylDriver();
f486f64d 59Standard_EXPORT virtual void Validate(Handle(TFunction_Logbook)& log) const;
60Standard_EXPORT virtual Standard_Boolean MustExecute(const Handle(TFunction_Logbook)& log) const;
61Standard_EXPORT virtual Standard_Integer Execute(Handle(TFunction_Logbook)& log) const;
7fd59977 62Standard_EXPORT ~TOcafFunction_CylDriver();
63
64
65
66
67 // Type management
68 //
92efcf78 69 //Standard_EXPORT friend Handle(Standard_Type)& TOcafFunction_CylDriver_Type_();
9e3ca93a 70 Standard_EXPORT const Handle(TOcafFunction_CylDriver) DownCast(const Handle(Standard_Transient)& AnObject);
7fd59977 71 Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
72 Standard_EXPORT Standard_Boolean IsKind(const Handle(Standard_Type)&) const;
73
74protected:
75
76 // Methods PROTECTED
77 //
78
79
80 // Fields PROTECTED
81 //
82
83
84private:
85
86 // Methods PRIVATE
87 //
88
89
90 // Fields PRIVATE
91 //
92
93
94};
95
96
97
98
99
100// other inline functions and methods (like "C++: function call" methods)
101//
102
103
104#endif