Salome HOME
5a5397802226a7f68f53cdf7ff6554506176314c
[modules/geom.git] / NMTTools_PCurveMaker.hxx
1 // File generated by CPPExt (Value)
2 //                     Copyright (C) 1991,1995 by
3 //  
4 //                      MATRA DATAVISION, FRANCE
5 //  
6 // This software is furnished in accordance with the terms and conditions
7 // of the contract and with the inclusion of the above copyright notice.
8 // This software or any other copy thereof may not be provided or otherwise
9 // be made available to any other person. No title to an ownership of the
10 // software is hereby transferred.
11 //  
12 // At the termination of the contract, the software and all copies of this
13 // software must be deleted.
14
15 #ifndef _NMTTools_PCurveMaker_HeaderFile
16 #define _NMTTools_PCurveMaker_HeaderFile
17
18 #ifndef _NMTTools_PDSFiller_HeaderFile
19 #include <NMTTools_PDSFiller.hxx>
20 #endif
21 #ifndef _Standard_Boolean_HeaderFile
22 #include <Standard_Boolean.hxx>
23 #endif
24
25
26 #ifndef _Standard_HeaderFile
27 #include <Standard.hxx>
28 #endif
29 #ifndef _Standard_Macro_HeaderFile
30 #include <Standard_Macro.hxx>
31 #endif
32
33 class NMTTools_PCurveMaker  {
34
35 public:
36
37     void* operator new(size_t,void* anAddress) 
38       {
39         return anAddress;
40       }
41     void* operator new(size_t size) 
42       { 
43         return Standard::Allocate(size); 
44       }
45     void  operator delete(void *anAddress) 
46       { 
47         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
48       }
49  // Methods PUBLIC
50  // 
51 Standard_EXPORT NMTTools_PCurveMaker(NMTTools_PDSFiller& aFiller);
52 Standard_EXPORT   void Do() ;
53 Standard_EXPORT   Standard_Boolean IsDone() const;
54
55
56
57
58
59 protected:
60
61  // Methods PROTECTED
62  // 
63
64
65  // Fields PROTECTED
66  //
67 NMTTools_PDSFiller myDSFiller;
68 Standard_Boolean myIsDone;
69
70
71 private: 
72
73  // Methods PRIVATE
74  // 
75
76
77  // Fields PRIVATE
78  //
79
80
81 };
82
83
84
85
86
87 // other Inline functions and methods (like "C++: function call" methods)
88 //
89
90
91 #endif