Salome HOME
4c62f026d2121fc59f16ed5f9e7fbb89af13983a
[modules/geom.git] / src / GEOMFiltersSelection / GEOM_ShapeTypeFilter.hxx
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 _GEOM_ShapeTypeFilter_HeaderFile
17 #define _GEOM_ShapeTypeFilter_HeaderFile
18
19 #ifndef _Handle_GEOM_ShapeTypeFilter_HeaderFile
20 #include "Handle_GEOM_ShapeTypeFilter.hxx"
21 #endif
22
23 #include "SALOME_InteractiveObject.hxx"
24 #include "SALOME_Filter.hxx"
25
26 // IDL Headers
27 #include <SALOMEconfig.h>
28 #include CORBA_SERVER_HEADER(GEOM_Shape)
29 #include CORBA_SERVER_HEADER(GEOM_Gen)
30 #include CORBA_SERVER_HEADER(SALOMEDS_Attributes)
31
32 // Open CASCADE Includes
33 #include <Standard.hxx>
34 #include <TopAbs.hxx>
35 #include <TopoDS_Shape.hxx>
36
37 class GEOM_ShapeTypeFilter : public SALOME_Filter {
38
39 public:
40
41     inline void* operator new(size_t,void* anAddress) 
42       {
43         return anAddress;
44       }
45     inline void* operator new(size_t size) 
46       { 
47         return Standard::Allocate(size); 
48       }
49     inline void  operator delete(void *anAddress) 
50       { 
51         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
52       }
53 //    inline void  operator delete(void *anAddress, size_t size) 
54 //      { 
55 //        if (anAddress) Standard::Free((Standard_Address&)anAddress,size); 
56 //      }
57  // Methods PUBLIC
58  // 
59 Standard_EXPORT GEOM_ShapeTypeFilter(TopAbs_ShapeEnum ShapeType,
60                                      GEOM::GEOM_Gen_ptr geom);
61 Standard_EXPORT virtual  Standard_Boolean IsOk(const Handle(SALOME_InteractiveObject)& anobj) const;
62 Standard_EXPORT ~GEOM_ShapeTypeFilter();
63
64
65
66
67  // Type management
68  //
69  Standard_EXPORT friend Handle_Standard_Type& GEOM_ShapeTypeFilter_Type_();
70  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
71  Standard_EXPORT Standard_Boolean              IsKind(const Handle(Standard_Type)&) const;
72
73 protected:
74
75  // Methods PROTECTED
76  // 
77
78
79  // Fields PROTECTED
80  //
81 TopAbs_ShapeEnum myKind;
82 GEOM::GEOM_Gen_var myComponentGeom;
83
84 private: 
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