Salome HOME
PAL8395: Improve CheckCompoundOfBlocks and RemoveExtraEdges. Improvement done by...
[modules/geom.git] / src / GEOMAlgo / BlockFix_BlockFixAPI.ixx
1 // File generated by CPPExt (Transient)
2 //
3 //                     Copyright (C) 1991 - 2000 by  
4 //                      Matra Datavision SA.  All rights reserved.
5 //  
6 //                     Copyright (C) 2001 - 2004 by
7 //                     Open CASCADE SA.  All rights reserved.
8 // 
9 // This file is part of the Open CASCADE Technology software.
10 //
11 // This software may be distributed and/or modified under the terms and
12 // conditions of the Open CASCADE Public License as defined by Open CASCADE SA
13 // and appearing in the file LICENSE included in the packaging of this file.
14 //  
15 // This software is distributed on an "AS IS" basis, without warranty of any
16 // kind, and Open CASCADE SA hereby disclaims all such warranties,
17 // including without limitation, any warranties of merchantability, fitness
18 // for a particular purpose or non-infringement. Please see the License for
19 // the specific terms and conditions governing rights and limitations under the
20 // License.
21
22 #include <BlockFix_BlockFixAPI.jxx>
23
24 #ifndef _Standard_TypeMismatch_HeaderFile
25 #include <Standard_TypeMismatch.hxx>
26 #endif
27
28 BlockFix_BlockFixAPI::~BlockFix_BlockFixAPI() {}
29  
30
31
32 Standard_EXPORT Handle_Standard_Type& BlockFix_BlockFixAPI_Type_()
33 {
34
35     static Handle_Standard_Type aType1 = STANDARD_TYPE(MMgt_TShared);
36   if ( aType1.IsNull()) aType1 = STANDARD_TYPE(MMgt_TShared);
37   static Handle_Standard_Type aType2 = STANDARD_TYPE(Standard_Transient);
38   if ( aType2.IsNull()) aType2 = STANDARD_TYPE(Standard_Transient);
39  
40
41   static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,NULL};
42   static Handle_Standard_Type _aType = new Standard_Type("BlockFix_BlockFixAPI",
43                                                          sizeof(BlockFix_BlockFixAPI),
44                                                          1,
45                                                          (Standard_Address)_Ancestors,
46                                                          (Standard_Address)NULL);
47
48   return _aType;
49 }
50
51
52 // DownCast method
53 //   allow safe downcasting
54 //
55 const Handle(BlockFix_BlockFixAPI) Handle(BlockFix_BlockFixAPI)::DownCast(const Handle(Standard_Transient)& AnObject) 
56 {
57   Handle(BlockFix_BlockFixAPI) _anOtherObject;
58
59   if (!AnObject.IsNull()) {
60      if (AnObject->IsKind(STANDARD_TYPE(BlockFix_BlockFixAPI))) {
61        _anOtherObject = Handle(BlockFix_BlockFixAPI)((Handle(BlockFix_BlockFixAPI)&)AnObject);
62      }
63   }
64
65   return _anOtherObject ;
66 }
67 const Handle(Standard_Type)& BlockFix_BlockFixAPI::DynamicType() const 
68
69   return STANDARD_TYPE(BlockFix_BlockFixAPI) ; 
70 }
71 Standard_Boolean BlockFix_BlockFixAPI::IsKind(const Handle(Standard_Type)& AType) const 
72
73   return (STANDARD_TYPE(BlockFix_BlockFixAPI) == AType || MMgt_TShared::IsKind(AType)); 
74 }
75 Handle_BlockFix_BlockFixAPI::~Handle_BlockFix_BlockFixAPI() {}
76