Open CASCADE Technology  7.3.0
Public Member Functions

BiTgte_CurveOnVertex Class Reference

private class used to create a filler rolling on an edge. More...

#include <BiTgte_CurveOnVertex.hxx>

Inheritance diagram for BiTgte_CurveOnVertex:
Inheritance graph
[legend]

Public Member Functions

 BiTgte_CurveOnVertex ()
 
 BiTgte_CurveOnVertex (const TopoDS_Edge &EonF, const TopoDS_Vertex &V)
 
void Init (const TopoDS_Edge &EonF, const TopoDS_Vertex &V)
 
Standard_Real FirstParameter () const override
 
Standard_Real LastParameter () const override
 
GeomAbs_Shape Continuity () const override
 
Standard_Integer NbIntervals (const GeomAbs_Shape S) const override
 Returns the number of intervals for continuity <S>. May be one if Continuity(me) >= <S> More...
 
void Intervals (TColStd_Array1OfReal &T, const GeomAbs_Shape S) const override
 Stores in <T> the parameters bounding the intervals of continuity <S>. More...
 
Handle< Adaptor3d_HCurveTrim (const Standard_Real First, const Standard_Real Last, const Standard_Real Tol) const override
 Returns a curve equivalent of <me> between parameters <First> and <Last>. <Tol> is used to test for 3d points confusion. If <First> >= <Last> More...
 
Standard_Boolean IsClosed () const override
 
Standard_Boolean IsPeriodic () const override
 
Standard_Real Period () const override
 
gp_Pnt Value (const Standard_Real U) const override
 Computes the point of parameter U on the curve. More...
 
void D0 (const Standard_Real U, gp_Pnt &P) const override
 Computes the point of parameter U on the curve. More...
 
void D1 (const Standard_Real U, gp_Pnt &P, gp_Vec &V) const override
 Computes the point of parameter U on the curve with its first derivative. Raised if the continuity of the current interval is not C1. More...
 
void D2 (const Standard_Real U, gp_Pnt &P, gp_Vec &V1, gp_Vec &V2) const override
 Returns the point P of parameter U, the first and second derivatives V1 and V2. Raised if the continuity of the current interval is not C2. More...
 
void D3 (const Standard_Real U, gp_Pnt &P, gp_Vec &V1, gp_Vec &V2, gp_Vec &V3) const override
 Returns the point P of parameter U, the first, the second and the third derivative. Raised if the continuity of the current interval is not C3. More...
 
gp_Vec DN (const Standard_Real U, const Standard_Integer N) const override
 The returned vector gives the value of the derivative for the order of derivation N. Raised if the continuity of the current interval is not CN. Raised if N < 1. More...
 
Standard_Real Resolution (const Standard_Real R3d) const override
 Returns the parametric resolution corresponding to the real space resolution <R3d>. More...
 
GeomAbs_CurveType GetType () const override
 Returns the type of the curve in the current interval : Line, Circle, Ellipse, Hyperbola, Parabola, BezierCurve, BSplineCurve, OtherCurve. More...
 
gp_Lin Line () const override
 
gp_Circ Circle () const override
 
gp_Elips Ellipse () const override
 
gp_Hypr Hyperbola () const override
 
gp_Parab Parabola () const override
 
Standard_Integer Degree () const override
 
Standard_Boolean IsRational () const override
 
Standard_Integer NbPoles () const override
 
Standard_Integer NbKnots () const override
 
Handle< Geom_BezierCurveBezier () const override
 
Handle< Geom_BSplineCurveBSpline () const override
 
- Public Member Functions inherited from Adaptor3d_Curve
virtual Handle< Geom_OffsetCurveOffsetCurve () const
 
virtual ~Adaptor3d_Curve ()
 

Detailed Description

private class used to create a filler rolling on an edge.

Constructor & Destructor Documentation

◆ BiTgte_CurveOnVertex() [1/2]

BiTgte_CurveOnVertex::BiTgte_CurveOnVertex ( )

◆ BiTgte_CurveOnVertex() [2/2]

BiTgte_CurveOnVertex::BiTgte_CurveOnVertex ( const TopoDS_Edge EonF,
const TopoDS_Vertex V 
)

Member Function Documentation

◆ Bezier()

Handle< Geom_BezierCurve > BiTgte_CurveOnVertex::Bezier ( ) const
overridevirtual

Reimplemented from Adaptor3d_Curve.

◆ BSpline()

Handle< Geom_BSplineCurve > BiTgte_CurveOnVertex::BSpline ( ) const
overridevirtual

Reimplemented from Adaptor3d_Curve.

◆ Circle()

gp_Circ BiTgte_CurveOnVertex::Circle ( ) const
overridevirtual

Reimplemented from Adaptor3d_Curve.

◆ Continuity()

GeomAbs_Shape BiTgte_CurveOnVertex::Continuity ( ) const
overridevirtual

Reimplemented from Adaptor3d_Curve.

◆ D0()

void BiTgte_CurveOnVertex::D0 ( const Standard_Real  U,
gp_Pnt P 
) const
overridevirtual

Computes the point of parameter U on the curve.

Reimplemented from Adaptor3d_Curve.

◆ D1()

void BiTgte_CurveOnVertex::D1 ( const Standard_Real  U,
gp_Pnt P,
gp_Vec V 
) const
overridevirtual

Computes the point of parameter U on the curve with its first derivative. Raised if the continuity of the current interval is not C1.

Reimplemented from Adaptor3d_Curve.

◆ D2()

void BiTgte_CurveOnVertex::D2 ( const Standard_Real  U,
gp_Pnt P,
gp_Vec V1,
gp_Vec V2 
) const
overridevirtual

Returns the point P of parameter U, the first and second derivatives V1 and V2. Raised if the continuity of the current interval is not C2.

Reimplemented from Adaptor3d_Curve.

◆ D3()

void BiTgte_CurveOnVertex::D3 ( const Standard_Real  U,
gp_Pnt P,
gp_Vec V1,
gp_Vec V2,
gp_Vec V3 
) const
overridevirtual

Returns the point P of parameter U, the first, the second and the third derivative. Raised if the continuity of the current interval is not C3.

Reimplemented from Adaptor3d_Curve.

◆ Degree()

Standard_Integer BiTgte_CurveOnVertex::Degree ( ) const
overridevirtual

Reimplemented from Adaptor3d_Curve.

◆ DN()

gp_Vec BiTgte_CurveOnVertex::DN ( const Standard_Real  U,
const Standard_Integer  N 
) const
overridevirtual

The returned vector gives the value of the derivative for the order of derivation N. Raised if the continuity of the current interval is not CN. Raised if N < 1.

Reimplemented from Adaptor3d_Curve.

◆ Ellipse()

gp_Elips BiTgte_CurveOnVertex::Ellipse ( ) const
overridevirtual

Reimplemented from Adaptor3d_Curve.

◆ FirstParameter()

Standard_Real BiTgte_CurveOnVertex::FirstParameter ( ) const
overridevirtual

Reimplemented from Adaptor3d_Curve.

◆ GetType()

GeomAbs_CurveType BiTgte_CurveOnVertex::GetType ( ) const
overridevirtual

Returns the type of the curve in the current interval : Line, Circle, Ellipse, Hyperbola, Parabola, BezierCurve, BSplineCurve, OtherCurve.

Reimplemented from Adaptor3d_Curve.

◆ Hyperbola()

gp_Hypr BiTgte_CurveOnVertex::Hyperbola ( ) const
overridevirtual

Reimplemented from Adaptor3d_Curve.

◆ Init()

void BiTgte_CurveOnVertex::Init ( const TopoDS_Edge EonF,
const TopoDS_Vertex V 
)

◆ Intervals()

void BiTgte_CurveOnVertex::Intervals ( TColStd_Array1OfReal T,
const GeomAbs_Shape  S 
) const
overridevirtual

Stores in <T> the parameters bounding the intervals of continuity <S>.

The array must provide enough room to accomodate for the parameters. i.e. T.Length() > NbIntervals()

Reimplemented from Adaptor3d_Curve.

◆ IsClosed()

Standard_Boolean BiTgte_CurveOnVertex::IsClosed ( ) const
overridevirtual

Reimplemented from Adaptor3d_Curve.

◆ IsPeriodic()

Standard_Boolean BiTgte_CurveOnVertex::IsPeriodic ( ) const
overridevirtual

Reimplemented from Adaptor3d_Curve.

◆ IsRational()

Standard_Boolean BiTgte_CurveOnVertex::IsRational ( ) const
overridevirtual

Reimplemented from Adaptor3d_Curve.

◆ LastParameter()

Standard_Real BiTgte_CurveOnVertex::LastParameter ( ) const
overridevirtual

Reimplemented from Adaptor3d_Curve.

◆ Line()

gp_Lin BiTgte_CurveOnVertex::Line ( ) const
overridevirtual

Reimplemented from Adaptor3d_Curve.

◆ NbIntervals()

Standard_Integer BiTgte_CurveOnVertex::NbIntervals ( const GeomAbs_Shape  S) const
overridevirtual

Returns the number of intervals for continuity <S>. May be one if Continuity(me) >= <S>

Reimplemented from Adaptor3d_Curve.

◆ NbKnots()

Standard_Integer BiTgte_CurveOnVertex::NbKnots ( ) const
overridevirtual

Reimplemented from Adaptor3d_Curve.

◆ NbPoles()

Standard_Integer BiTgte_CurveOnVertex::NbPoles ( ) const
overridevirtual

Reimplemented from Adaptor3d_Curve.

◆ Parabola()

gp_Parab BiTgte_CurveOnVertex::Parabola ( ) const
overridevirtual

Reimplemented from Adaptor3d_Curve.

◆ Period()

Standard_Real BiTgte_CurveOnVertex::Period ( ) const
overridevirtual

Reimplemented from Adaptor3d_Curve.

◆ Resolution()

Standard_Real BiTgte_CurveOnVertex::Resolution ( const Standard_Real  R3d) const
overridevirtual

Returns the parametric resolution corresponding to the real space resolution <R3d>.

Reimplemented from Adaptor3d_Curve.

◆ Trim()

Handle< Adaptor3d_HCurve > BiTgte_CurveOnVertex::Trim ( const Standard_Real  First,
const Standard_Real  Last,
const Standard_Real  Tol 
) const
overridevirtual

Returns a curve equivalent of <me> between parameters <First> and <Last>. <Tol> is used to test for 3d points confusion. If <First> >= <Last>

Reimplemented from Adaptor3d_Curve.

◆ Value()

gp_Pnt BiTgte_CurveOnVertex::Value ( const Standard_Real  U) const
overridevirtual

Computes the point of parameter U on the curve.

Reimplemented from Adaptor3d_Curve.


The documentation for this class was generated from the following file: