mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-10 11:34:06 +03:00
145 lines
5.8 KiB
Plaintext
Executable File
145 lines
5.8 KiB
Plaintext
Executable File
// Created on: 1997-02-19
|
|
// Created by: Laurent BUCHARD
|
|
// Copyright (c) 1997-1999 Matra Datavision
|
|
// Copyright (c) 1999-2012 OPEN CASCADE SAS
|
|
//
|
|
// The content of this file is subject to the Open CASCADE Technology Public
|
|
// License Version 6.5 (the "License"). You may not use the content of this file
|
|
// except in compliance with the License. Please obtain a copy of the License
|
|
// at http://www.opencascade.org and read it completely before using this file.
|
|
//
|
|
// The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
|
|
// main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
|
|
//
|
|
// The Original Code and all software distributed under the License is
|
|
// distributed on an "AS IS" basis, without warranty of any kind, and the
|
|
// Initial Developer hereby disclaims all such warranties, including without
|
|
// limitation, any warranties of merchantability, fitness for a particular
|
|
// purpose or non-infringement. Please see the License for the specific terms
|
|
// and conditions governing the rights and limitations under the License.
|
|
|
|
|
|
|
|
#define CONSTRUCTOR IntCurve_IntConicConic::IntCurve_IntConicConic
|
|
#define PERFORM void IntCurve_IntConicConic::Perform
|
|
|
|
|
|
inline CONSTRUCTOR() { }
|
|
|
|
//---------------------------------------------------------------------- L P
|
|
inline CONSTRUCTOR(const gp_Lin2d& L,const IntRes2d_Domain& DL
|
|
,const gp_Parab2d& P,const IntRes2d_Domain& DP
|
|
,const Standard_Real TolConf,const Standard_Real Tol) {
|
|
Perform(L,DL,P,DP,TolConf,Tol);
|
|
}
|
|
|
|
//---------------------------------------------------------------------- L E
|
|
inline CONSTRUCTOR(const gp_Lin2d& L,const IntRes2d_Domain& DL
|
|
,const gp_Elips2d& E,const IntRes2d_Domain& DE
|
|
,const Standard_Real TolConf,const Standard_Real Tol) {
|
|
|
|
Perform(L,DL,E,DE,TolConf,Tol);
|
|
}
|
|
|
|
//---------------------------------------------------------------------- L H
|
|
inline CONSTRUCTOR(const gp_Lin2d& L,const IntRes2d_Domain& DL
|
|
,const gp_Hypr2d& H,const IntRes2d_Domain& DH
|
|
,const Standard_Real TolConf,const Standard_Real Tol) {
|
|
|
|
Perform(L,DL,H,DH,TolConf,Tol);
|
|
}
|
|
|
|
//---------------------------------------------------------------------- C P
|
|
inline CONSTRUCTOR(const gp_Circ2d& C,const IntRes2d_Domain& DC
|
|
,const gp_Parab2d& P,const IntRes2d_Domain& DP
|
|
,const Standard_Real TolConf,const Standard_Real Tol) {
|
|
|
|
Perform(C,DC,P,DP,TolConf,Tol);
|
|
}
|
|
//---------------------------------------------------------------------- C E
|
|
inline CONSTRUCTOR(const gp_Circ2d& C,const IntRes2d_Domain& DC
|
|
,const gp_Elips2d& E,const IntRes2d_Domain& DE
|
|
,const Standard_Real TolConf,const Standard_Real Tol) {
|
|
|
|
Perform(C,DC,E,DE,TolConf,Tol);
|
|
}
|
|
//---------------------------------------------------------------------- C H
|
|
inline CONSTRUCTOR(const gp_Circ2d& C,const IntRes2d_Domain& DC
|
|
,const gp_Hypr2d& H,const IntRes2d_Domain& DH
|
|
,const Standard_Real TolConf,const Standard_Real Tol) {
|
|
|
|
Perform(C,DC,H,DH,TolConf,Tol);
|
|
}
|
|
//---------------------------------------------------------------------- P P
|
|
inline CONSTRUCTOR(const gp_Parab2d& P1,const IntRes2d_Domain& D1
|
|
,const gp_Parab2d& P2,const IntRes2d_Domain& D2
|
|
,const Standard_Real TolConf,const Standard_Real Tol) {
|
|
|
|
Perform(P1,D1,P2,D2,TolConf,Tol);
|
|
}
|
|
//---------------------------------------------------------------------- E P
|
|
inline CONSTRUCTOR(const gp_Elips2d& E,const IntRes2d_Domain& DE
|
|
,const gp_Parab2d& P,const IntRes2d_Domain& DP
|
|
,const Standard_Real TolConf,const Standard_Real Tol) {
|
|
Perform(E,DE,P,DP,TolConf,Tol);
|
|
}
|
|
//---------------------------------------------------------------------- P H
|
|
inline CONSTRUCTOR(const gp_Parab2d& P,const IntRes2d_Domain& DP
|
|
,const gp_Hypr2d& H,const IntRes2d_Domain& DH
|
|
,const Standard_Real TolConf,const Standard_Real Tol) {
|
|
|
|
Perform(P,DP,H,DH,TolConf,Tol);
|
|
}
|
|
//---------------------------------------------------------------------- E E
|
|
inline CONSTRUCTOR(const gp_Elips2d& E1,const IntRes2d_Domain& D1
|
|
,const gp_Elips2d& E2,const IntRes2d_Domain& D2
|
|
,const Standard_Real TolConf,const Standard_Real Tol) {
|
|
|
|
Perform(E1,D1,E2,D2,TolConf,Tol);
|
|
}
|
|
|
|
//---------------------------------------------------------------------- E H
|
|
inline CONSTRUCTOR(const gp_Elips2d& E,const IntRes2d_Domain& DE
|
|
,const gp_Hypr2d& H,const IntRes2d_Domain& DH
|
|
,const Standard_Real TolConf,const Standard_Real Tol) {
|
|
|
|
Perform(E,DE,H,DH,TolConf,Tol);
|
|
}
|
|
//---------------------------------------------------------------------- H H
|
|
inline CONSTRUCTOR(const gp_Hypr2d& H1,const IntRes2d_Domain& DH1
|
|
,const gp_Hypr2d& H2,const IntRes2d_Domain& DH2
|
|
,const Standard_Real TolConf,const Standard_Real Tol) {
|
|
|
|
Perform(H1,DH1,H2,DH2,TolConf,Tol);
|
|
}
|
|
//---------------------------------------------------------------------- L L
|
|
inline CONSTRUCTOR(const gp_Lin2d& L1
|
|
,const IntRes2d_Domain& D1
|
|
,const gp_Lin2d& L2
|
|
,const IntRes2d_Domain& D2
|
|
,const Standard_Real TolConf
|
|
,const Standard_Real Tol) {
|
|
Perform(L1,D1,L2,D2,TolConf,Tol);
|
|
}
|
|
//---------------------------------------------------------------------- L C
|
|
inline CONSTRUCTOR(const gp_Lin2d& L1
|
|
,const IntRes2d_Domain& D1
|
|
,const gp_Circ2d& C2
|
|
,const IntRes2d_Domain& D2
|
|
,const Standard_Real TolConf
|
|
,const Standard_Real Tol) {
|
|
|
|
Perform(L1,D1,C2,D2,TolConf,Tol);
|
|
}
|
|
//---------------------------------------------------------------------- C C
|
|
|
|
inline CONSTRUCTOR(const gp_Circ2d& C1
|
|
,const IntRes2d_Domain& D1
|
|
,const gp_Circ2d& C2
|
|
,const IntRes2d_Domain& D2
|
|
,const Standard_Real TolConf
|
|
,const Standard_Real Tol) {
|
|
SetReversedParameters(Standard_False);
|
|
Perform(C1,D1,C2,D2,TolConf,Tol);
|
|
}
|