OCC Main Page | ModelingAlgorithms | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

ModelingAlgorithms
TKTopAlgo
BRepApprox


BRepApprox_SurfaceTool Class Reference

#include <BRepApprox_SurfaceTool.hxx>


Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)

Static Public Member Functions

static Standard_Real FirstUParameter (const BRepAdaptor_Surface &S)
static Standard_Real FirstVParameter (const BRepAdaptor_Surface &S)
static Standard_Real LastUParameter (const BRepAdaptor_Surface &S)
static Standard_Real LastVParameter (const BRepAdaptor_Surface &S)
static Standard_Integer NbUIntervals (const BRepAdaptor_Surface &S, const GeomAbs_Shape Sh)
static Standard_Integer NbVIntervals (const BRepAdaptor_Surface &S, const GeomAbs_Shape Sh)
static void UIntervals (const BRepAdaptor_Surface &S, TColStd_Array1OfReal &T, const GeomAbs_Shape Sh)
static void VIntervals (const BRepAdaptor_Surface &S, TColStd_Array1OfReal &T, const GeomAbs_Shape Sh)
static Handle_Adaptor3d_HSurface UTrim (const BRepAdaptor_Surface &S, const Standard_Real First, const Standard_Real Last, const Standard_Real Tol)
static Handle_Adaptor3d_HSurface VTrim (const BRepAdaptor_Surface &S, const Standard_Real First, const Standard_Real Last, const Standard_Real Tol)
static Standard_Boolean IsUClosed (const BRepAdaptor_Surface &S)
static Standard_Boolean IsVClosed (const BRepAdaptor_Surface &S)
static Standard_Boolean IsUPeriodic (const BRepAdaptor_Surface &S)
static Standard_Real UPeriod (const BRepAdaptor_Surface &S)
static Standard_Boolean IsVPeriodic (const BRepAdaptor_Surface &S)
static Standard_Real VPeriod (const BRepAdaptor_Surface &S)
static gp_Pnt Value (const BRepAdaptor_Surface &S, const Standard_Real u, const Standard_Real v)
static void D0 (const BRepAdaptor_Surface &S, const Standard_Real u, const Standard_Real v, gp_Pnt &P)
static void D1 (const BRepAdaptor_Surface &S, const Standard_Real u, const Standard_Real v, gp_Pnt &P, gp_Vec &D1u, gp_Vec &D1v)
static void D2 (const BRepAdaptor_Surface &S, const Standard_Real u, const Standard_Real v, gp_Pnt &P, gp_Vec &D1U, gp_Vec &D1V, gp_Vec &D2U, gp_Vec &D2V, gp_Vec &D2UV)
static void D3 (const BRepAdaptor_Surface &S, const Standard_Real u, const Standard_Real v, gp_Pnt &P, gp_Vec &D1U, gp_Vec &D1V, gp_Vec &D2U, gp_Vec &D2V, gp_Vec &D2UV, gp_Vec &D3U, gp_Vec &D3V, gp_Vec &D3UUV, gp_Vec &D3UVV)
static gp_Vec DN (const BRepAdaptor_Surface &S, const Standard_Real u, const Standard_Real v, const Standard_Integer Nu, const Standard_Integer Nv)
static Standard_Real UResolution (const BRepAdaptor_Surface &S, const Standard_Real R3d)
static Standard_Real VResolution (const BRepAdaptor_Surface &S, const Standard_Real R3d)
static GeomAbs_SurfaceType GetType (const BRepAdaptor_Surface &S)
static gp_Pln Plane (const BRepAdaptor_Surface &S)
static gp_Cylinder Cylinder (const BRepAdaptor_Surface &S)
static gp_Cone Cone (const BRepAdaptor_Surface &S)
static gp_Torus Torus (const BRepAdaptor_Surface &S)
static gp_Sphere Sphere (const BRepAdaptor_Surface &S)
static Handle_Geom_BezierSurface Bezier (const BRepAdaptor_Surface &S)
static Handle_Geom_BSplineSurface BSpline (const BRepAdaptor_Surface &S)
static gp_Ax1 AxeOfRevolution (const BRepAdaptor_Surface &S)
static gp_Dir Direction (const BRepAdaptor_Surface &S)
static Handle_Adaptor3d_HCurve BasisCurve (const BRepAdaptor_Surface &S)
static Standard_EXPORT Standard_Integer NbSamplesU (const BRepAdaptor_Surface &S)
static Standard_EXPORT Standard_Integer NbSamplesV (const BRepAdaptor_Surface &S)
static Standard_EXPORT Standard_Integer NbSamplesU (const BRepAdaptor_Surface &S, const Standard_Real u1, const Standard_Real u2)
static Standard_EXPORT Standard_Integer NbSamplesV (const BRepAdaptor_Surface &S, const Standard_Real v1, const Standard_Real v2)


Member Function Documentation

static gp_Ax1 BRepApprox_SurfaceTool::AxeOfRevolution const BRepAdaptor_Surface &  S  )  [static]
 

static Handle_Adaptor3d_HCurve BRepApprox_SurfaceTool::BasisCurve const BRepAdaptor_Surface &  S  )  [static]
 

static Handle_Geom_BezierSurface BRepApprox_SurfaceTool::Bezier const BRepAdaptor_Surface &  S  )  [static]
 

static Handle_Geom_BSplineSurface BRepApprox_SurfaceTool::BSpline const BRepAdaptor_Surface &  S  )  [static]
 

static gp_Cone BRepApprox_SurfaceTool::Cone const BRepAdaptor_Surface &  S  )  [static]
 

static gp_Cylinder BRepApprox_SurfaceTool::Cylinder const BRepAdaptor_Surface &  S  )  [static]
 

static void BRepApprox_SurfaceTool::D0 const BRepAdaptor_Surface &  S,
const Standard_Real  u,
const Standard_Real  v,
gp_Pnt &  P
[static]
 

static void BRepApprox_SurfaceTool::D1 const BRepAdaptor_Surface &  S,
const Standard_Real  u,
const Standard_Real  v,
gp_Pnt &  P,
gp_Vec &  D1u,
gp_Vec &  D1v
[static]
 

static void BRepApprox_SurfaceTool::D2 const BRepAdaptor_Surface &  S,
const Standard_Real  u,
const Standard_Real  v,
gp_Pnt &  P,
gp_Vec &  D1U,
gp_Vec &  D1V,
gp_Vec &  D2U,
gp_Vec &  D2V,
gp_Vec &  D2UV
[static]
 

static void BRepApprox_SurfaceTool::D3 const BRepAdaptor_Surface &  S,
const Standard_Real  u,
const Standard_Real  v,
gp_Pnt &  P,
gp_Vec &  D1U,
gp_Vec &  D1V,
gp_Vec &  D2U,
gp_Vec &  D2V,
gp_Vec &  D2UV,
gp_Vec &  D3U,
gp_Vec &  D3V,
gp_Vec &  D3UUV,
gp_Vec &  D3UVV
[static]
 

static gp_Dir BRepApprox_SurfaceTool::Direction const BRepAdaptor_Surface &  S  )  [static]
 

static gp_Vec BRepApprox_SurfaceTool::DN const BRepAdaptor_Surface &  S,
const Standard_Real  u,
const Standard_Real  v,
const Standard_Integer  Nu,
const Standard_Integer  Nv
[static]
 

static Standard_Real BRepApprox_SurfaceTool::FirstUParameter const BRepAdaptor_Surface &  S  )  [static]
 

static Standard_Real BRepApprox_SurfaceTool::FirstVParameter const BRepAdaptor_Surface &  S  )  [static]
 

static GeomAbs_SurfaceType BRepApprox_SurfaceTool::GetType const BRepAdaptor_Surface &  S  )  [static]
 

static Standard_Boolean BRepApprox_SurfaceTool::IsUClosed const BRepAdaptor_Surface &  S  )  [static]
 

static Standard_Boolean BRepApprox_SurfaceTool::IsUPeriodic const BRepAdaptor_Surface &  S  )  [static]
 

static Standard_Boolean BRepApprox_SurfaceTool::IsVClosed const BRepAdaptor_Surface &  S  )  [static]
 

static Standard_Boolean BRepApprox_SurfaceTool::IsVPeriodic const BRepAdaptor_Surface &  S  )  [static]
 

static Standard_Real BRepApprox_SurfaceTool::LastUParameter const BRepAdaptor_Surface &  S  )  [static]
 

static Standard_Real BRepApprox_SurfaceTool::LastVParameter const BRepAdaptor_Surface &  S  )  [static]
 

static Standard_EXPORT Standard_Integer BRepApprox_SurfaceTool::NbSamplesU const BRepAdaptor_Surface &  S,
const Standard_Real  u1,
const Standard_Real  u2
[static]
 

static Standard_EXPORT Standard_Integer BRepApprox_SurfaceTool::NbSamplesU const BRepAdaptor_Surface &  S  )  [static]
 

static Standard_EXPORT Standard_Integer BRepApprox_SurfaceTool::NbSamplesV const BRepAdaptor_Surface &  S,
const Standard_Real  v1,
const Standard_Real  v2
[static]
 

static Standard_EXPORT Standard_Integer BRepApprox_SurfaceTool::NbSamplesV const BRepAdaptor_Surface &  S  )  [static]
 

static Standard_Integer BRepApprox_SurfaceTool::NbUIntervals const BRepAdaptor_Surface &  S,
const GeomAbs_Shape  Sh
[static]
 

static Standard_Integer BRepApprox_SurfaceTool::NbVIntervals const BRepAdaptor_Surface &  S,
const GeomAbs_Shape  Sh
[static]
 

void BRepApprox_SurfaceTool::operator delete void *  anAddress  )  [inline]
 

void* BRepApprox_SurfaceTool::operator new size_t  size  )  [inline]
 

void* BRepApprox_SurfaceTool::operator new size_t  ,
void *  anAddress
[inline]
 

static gp_Pln BRepApprox_SurfaceTool::Plane const BRepAdaptor_Surface &  S  )  [static]
 

static gp_Sphere BRepApprox_SurfaceTool::Sphere const BRepAdaptor_Surface &  S  )  [static]
 

static gp_Torus BRepApprox_SurfaceTool::Torus const BRepAdaptor_Surface &  S  )  [static]
 

static void BRepApprox_SurfaceTool::UIntervals const BRepAdaptor_Surface &  S,
TColStd_Array1OfReal &  T,
const GeomAbs_Shape  Sh
[static]
 

static Standard_Real BRepApprox_SurfaceTool::UPeriod const BRepAdaptor_Surface &  S  )  [static]
 

static Standard_Real BRepApprox_SurfaceTool::UResolution const BRepAdaptor_Surface &  S,
const Standard_Real  R3d
[static]
 

static Handle_Adaptor3d_HSurface BRepApprox_SurfaceTool::UTrim const BRepAdaptor_Surface &  S,
const Standard_Real  First,
const Standard_Real  Last,
const Standard_Real  Tol
[static]
 

static gp_Pnt BRepApprox_SurfaceTool::Value const BRepAdaptor_Surface &  S,
const Standard_Real  u,
const Standard_Real  v
[static]
 

static void BRepApprox_SurfaceTool::VIntervals const BRepAdaptor_Surface &  S,
TColStd_Array1OfReal &  T,
const GeomAbs_Shape  Sh
[static]
 

static Standard_Real BRepApprox_SurfaceTool::VPeriod const BRepAdaptor_Surface &  S  )  [static]
 

static Standard_Real BRepApprox_SurfaceTool::VResolution const BRepAdaptor_Surface &  S,
const Standard_Real  R3d
[static]
 

static Handle_Adaptor3d_HSurface BRepApprox_SurfaceTool::VTrim const BRepAdaptor_Surface &  S,
const Standard_Real  First,
const Standard_Real  Last,
const Standard_Real  Tol
[static]
 


The documentation for this class was generated from the following file:
Generated on Mon Aug 25 13:40:53 2008 for OpenCASCADE by  doxygen 1.4.1