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

ModelingAlgorithms
TKGeomAlgo
GeomInt


GeomInt_TheMultiLineToolOfWLApprox Class Reference

#include <GeomInt_TheMultiLineToolOfWLApprox.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_Integer FirstPoint (const GeomInt_TheMultiLineOfWLApprox &ML)
static Standard_Integer LastPoint (const GeomInt_TheMultiLineOfWLApprox &ML)
static Standard_Integer NbP2d (const GeomInt_TheMultiLineOfWLApprox &ML)
static Standard_Integer NbP3d (const GeomInt_TheMultiLineOfWLApprox &ML)
static void Value (const GeomInt_TheMultiLineOfWLApprox &ML, const Standard_Integer MPointIndex, TColgp_Array1OfPnt &tabPt)
static void Value (const GeomInt_TheMultiLineOfWLApprox &ML, const Standard_Integer MPointIndex, TColgp_Array1OfPnt2d &tabPt2d)
static void Value (const GeomInt_TheMultiLineOfWLApprox &ML, const Standard_Integer MPointIndex, TColgp_Array1OfPnt &tabPt, TColgp_Array1OfPnt2d &tabPt2d)
static Standard_Boolean Tangency (const GeomInt_TheMultiLineOfWLApprox &ML, const Standard_Integer MPointIndex, TColgp_Array1OfVec &tabV)
static Standard_Boolean Tangency (const GeomInt_TheMultiLineOfWLApprox &ML, const Standard_Integer MPointIndex, TColgp_Array1OfVec2d &tabV2d)
static Standard_Boolean Tangency (const GeomInt_TheMultiLineOfWLApprox &ML, const Standard_Integer MPointIndex, TColgp_Array1OfVec &tabV, TColgp_Array1OfVec2d &tabV2d)
static Standard_Boolean Curvature (const GeomInt_TheMultiLineOfWLApprox &ML, const Standard_Integer MPointIndex, TColgp_Array1OfVec &tabV)
static Standard_Boolean Curvature (const GeomInt_TheMultiLineOfWLApprox &ML, const Standard_Integer MPointIndex, TColgp_Array1OfVec2d &tabV2d)
static Standard_Boolean Curvature (const GeomInt_TheMultiLineOfWLApprox &ML, const Standard_Integer MPointIndex, TColgp_Array1OfVec &tabV, TColgp_Array1OfVec2d &tabV2d)
static GeomInt_TheMultiLineOfWLApprox MakeMLBetween (const GeomInt_TheMultiLineOfWLApprox &ML, const Standard_Integer I1, const Standard_Integer I2, const Standard_Integer NbPMin)
static Approx_Status WhatStatus (const GeomInt_TheMultiLineOfWLApprox &ML, const Standard_Integer I1, const Standard_Integer I2)


Member Function Documentation

static Standard_Boolean GeomInt_TheMultiLineToolOfWLApprox::Curvature const GeomInt_TheMultiLineOfWLApprox ML,
const Standard_Integer  MPointIndex,
TColgp_Array1OfVec &  tabV,
TColgp_Array1OfVec2d &  tabV2d
[static]
 

static Standard_Boolean GeomInt_TheMultiLineToolOfWLApprox::Curvature const GeomInt_TheMultiLineOfWLApprox ML,
const Standard_Integer  MPointIndex,
TColgp_Array1OfVec2d &  tabV2d
[static]
 

static Standard_Boolean GeomInt_TheMultiLineToolOfWLApprox::Curvature const GeomInt_TheMultiLineOfWLApprox ML,
const Standard_Integer  MPointIndex,
TColgp_Array1OfVec &  tabV
[static]
 

static Standard_Integer GeomInt_TheMultiLineToolOfWLApprox::FirstPoint const GeomInt_TheMultiLineOfWLApprox ML  )  [static]
 

static Standard_Integer GeomInt_TheMultiLineToolOfWLApprox::LastPoint const GeomInt_TheMultiLineOfWLApprox ML  )  [static]
 

static GeomInt_TheMultiLineOfWLApprox GeomInt_TheMultiLineToolOfWLApprox::MakeMLBetween const GeomInt_TheMultiLineOfWLApprox ML,
const Standard_Integer  I1,
const Standard_Integer  I2,
const Standard_Integer  NbPMin
[static]
 

static Standard_Integer GeomInt_TheMultiLineToolOfWLApprox::NbP2d const GeomInt_TheMultiLineOfWLApprox ML  )  [static]
 

static Standard_Integer GeomInt_TheMultiLineToolOfWLApprox::NbP3d const GeomInt_TheMultiLineOfWLApprox ML  )  [static]
 

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

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

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

static Standard_Boolean GeomInt_TheMultiLineToolOfWLApprox::Tangency const GeomInt_TheMultiLineOfWLApprox ML,
const Standard_Integer  MPointIndex,
TColgp_Array1OfVec &  tabV,
TColgp_Array1OfVec2d &  tabV2d
[static]
 

static Standard_Boolean GeomInt_TheMultiLineToolOfWLApprox::Tangency const GeomInt_TheMultiLineOfWLApprox ML,
const Standard_Integer  MPointIndex,
TColgp_Array1OfVec2d &  tabV2d
[static]
 

static Standard_Boolean GeomInt_TheMultiLineToolOfWLApprox::Tangency const GeomInt_TheMultiLineOfWLApprox ML,
const Standard_Integer  MPointIndex,
TColgp_Array1OfVec &  tabV
[static]
 

static void GeomInt_TheMultiLineToolOfWLApprox::Value const GeomInt_TheMultiLineOfWLApprox ML,
const Standard_Integer  MPointIndex,
TColgp_Array1OfPnt &  tabPt,
TColgp_Array1OfPnt2d &  tabPt2d
[static]
 

static void GeomInt_TheMultiLineToolOfWLApprox::Value const GeomInt_TheMultiLineOfWLApprox ML,
const Standard_Integer  MPointIndex,
TColgp_Array1OfPnt2d &  tabPt2d
[static]
 

static void GeomInt_TheMultiLineToolOfWLApprox::Value const GeomInt_TheMultiLineOfWLApprox ML,
const Standard_Integer  MPointIndex,
TColgp_Array1OfPnt &  tabPt
[static]
 

static Approx_Status GeomInt_TheMultiLineToolOfWLApprox::WhatStatus const GeomInt_TheMultiLineOfWLApprox ML,
const Standard_Integer  I1,
const Standard_Integer  I2
[static]
 


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