0027870: Modeling - refactoring of HLR algorithms
[occt.git] / src / HLRBRep / HLRBRep_EdgeData.lxx
index b70986b..4f73783 100644 (file)
@@ -310,14 +310,6 @@ inline Standard_Integer HLRBRep_EdgeData::VEnd () const
 inline void HLRBRep_EdgeData::VEnd (const Standard_Integer I)
 { myVEnd = I; }
 
-//=======================================================================
-//function : MinMax
-//purpose  : 
-//=======================================================================
-
-inline Standard_Address HLRBRep_EdgeData::MinMax () const
-{ return (Standard_Address)&myMinMax; }
-
 //=======================================================================
 //function : Status
 //purpose  : 
@@ -342,14 +334,6 @@ inline HLRBRep_Curve & HLRBRep_EdgeData::ChangeGeometry ()
 inline const HLRBRep_Curve & HLRBRep_EdgeData::Geometry () const
 { return myGeometry; }
 
-//=======================================================================
-//function : Curve
-//purpose  : 
-//=======================================================================
-
-inline Standard_Address HLRBRep_EdgeData::Curve ()
-{ return ((Standard_Address)&myGeometry); }
-
 //=======================================================================
 //function : Tolerance
 //purpose  :