| 
    Open CASCADE Technology
    6.9.0
    
   | 
 
#include <Bnd_B2f.hxx>
Public Member Functions | |
| Bnd_B2f () | |
| Bnd_B2f (const gp_XY &theCenter, const gp_XY &theHSize) | |
| Standard_Boolean | IsVoid () const | 
| void | Clear () | 
| void | Add (const gp_XY &thePnt) | 
| void | Add (const gp_Pnt2d &thePnt) | 
| void | Add (const Bnd_B2f &theBox) | 
| gp_XY | CornerMin () const | 
| gp_XY | CornerMax () const | 
| Standard_Real | SquareExtent () const | 
| void | Enlarge (const Standard_Real theDiff) | 
| Standard_Boolean | Limit (const Bnd_B2f &theOtherBox) | 
| Bnd_B2f | Transformed (const gp_Trsf2d &theTrsf) const | 
| Standard_Boolean | IsOut (const gp_XY &thePnt) const | 
| Standard_Boolean | IsOut (const gp_XY &theCenter, const Standard_Real theRadius, const Standard_Boolean isCircleHollow=Standard_False) const | 
| Standard_Boolean | IsOut (const Bnd_B2f &theOtherBox) const | 
| Standard_Boolean | IsOut (const Bnd_B2f &theOtherBox, const gp_Trsf2d &theTrsf) const | 
| Standard_Boolean | IsOut (const gp_Ax2d &theLine) const | 
| Standard_Boolean | IsOut (const gp_XY &theP0, const gp_XY &theP1) const | 
| Standard_Boolean | IsIn (const Bnd_B2f &theBox) const | 
| Standard_Boolean | IsIn (const Bnd_B2f &theBox, const gp_Trsf2d &theTrsf) const | 
| void | SetCenter (const gp_XY &theCenter) | 
| void | SetHSize (const gp_XY &theHSize) | 
Protected Attributes | |
| Standard_ShortReal | myCenter [2] | 
| Standard_ShortReal | myHSize [2] | 
| Bnd_B2f::Bnd_B2f | ( | ) | 
| void Bnd_B2f::Add | ( | const gp_XY & | thePnt | ) | 
| void Bnd_B2f::Add | ( | const gp_Pnt2d & | thePnt | ) | 
| void Bnd_B2f::Add | ( | const Bnd_B2f & | theBox | ) | 
| void Bnd_B2f::Clear | ( | ) | 
| gp_XY Bnd_B2f::CornerMax | ( | ) | const | 
| gp_XY Bnd_B2f::CornerMin | ( | ) | const | 
| void Bnd_B2f::Enlarge | ( | const Standard_Real | theDiff | ) | 
| Standard_Boolean Bnd_B2f::IsIn | ( | const Bnd_B2f & | theBox | ) | const | 
| Standard_Boolean Bnd_B2f::IsIn | ( | const Bnd_B2f & | theBox, | 
| const gp_Trsf2d & | theTrsf | ||
| ) | const | 
| Standard_Boolean Bnd_B2f::IsOut | ( | const gp_XY & | thePnt | ) | const | 
| Standard_Boolean Bnd_B2f::IsOut | ( | const gp_XY & | theCenter, | 
| const Standard_Real | theRadius, | ||
| const Standard_Boolean | isCircleHollow = Standard_False  | 
        ||
| ) | const | 
| Standard_Boolean Bnd_B2f::IsOut | ( | const Bnd_B2f & | theOtherBox | ) | const | 
| Standard_Boolean Bnd_B2f::IsOut | ( | const Bnd_B2f & | theOtherBox, | 
| const gp_Trsf2d & | theTrsf | ||
| ) | const | 
| Standard_Boolean Bnd_B2f::IsOut | ( | const gp_Ax2d & | theLine | ) | const | 
| Standard_Boolean Bnd_B2f::IsOut | ( | const gp_XY & | theP0, | 
| const gp_XY & | theP1 | ||
| ) | const | 
| Standard_Boolean Bnd_B2f::IsVoid | ( | ) | const | 
| Standard_Boolean Bnd_B2f::Limit | ( | const Bnd_B2f & | theOtherBox | ) | 
| void Bnd_B2f::SetCenter | ( | const gp_XY & | theCenter | ) | 
| void Bnd_B2f::SetHSize | ( | const gp_XY & | theHSize | ) | 
| Standard_Real Bnd_B2f::SquareExtent | ( | ) | const | 
      
  | 
  protected | 
      
  | 
  protected | 
 1.8.5