Salome HOME
Merge with version on tag OCC-V2_1_0d
[modules/geom.git] / src / GEOMFiltersSelection / GEOM_EdgeFilter.ixx
index 9e028014b7ae624825599c9c7e05c41c9920879d..275670b553eb2d7283ac3aa51763073454f6a437 100644 (file)
@@ -37,8 +37,8 @@ GEOM_EdgeFilter::~GEOM_EdgeFilter() {}
 Standard_EXPORT Handle_Standard_Type& GEOM_EdgeFilter_Type_()
 {
 
-    static Handle_Standard_Type aType1 = STANDARD_TYPE(SALOME_Filter);
-  if ( aType1.IsNull()) aType1 = STANDARD_TYPE(SALOME_Filter);
+    static Handle_Standard_Type aType1 = STANDARD_TYPE(GEOM_ShapeTypeFilter);
+  if ( aType1.IsNull()) aType1 = STANDARD_TYPE(GEOM_ShapeTypeFilter);
   static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
   if ( aType2.IsNull()) aType2 = STANDARD_TYPE(MMgt_TShared);
   static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
@@ -77,7 +77,7 @@ const Handle(Standard_Type)& GEOM_EdgeFilter::DynamicType() const
 }
 Standard_Boolean GEOM_EdgeFilter::IsKind(const Handle(Standard_Type)& AType) const 
 { 
-  return (STANDARD_TYPE(GEOM_EdgeFilter) == AType || SALOME_Filter::IsKind(AType)); 
+  return (STANDARD_TYPE(GEOM_EdgeFilter) == AType || GEOM_ShapeTypeFilter::IsKind(AType)); 
 }
 Handle_GEOM_EdgeFilter::~Handle_GEOM_EdgeFilter() {}