mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-18 06:44:56 +08:00
119 lines
3.3 KiB
C++
Executable File
119 lines
3.3 KiB
C++
Executable File
// 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.
|
|
|
|
|
|
#ifndef AdvApp2Var_Data_HeaderFile
|
|
#define AdvApp2Var_Data_HeaderFile
|
|
|
|
#ifndef _Standard_Macro_HeaderFile
|
|
#include <Standard_Macro.hxx>
|
|
#endif
|
|
|
|
#include <AdvApp2Var_Data_f2c.hxx>
|
|
//
|
|
struct mdnombr_1_ {
|
|
doublereal pi,
|
|
deuxpi,
|
|
pisur2,
|
|
pis180,
|
|
c180pi,
|
|
zero,
|
|
one,
|
|
a180,
|
|
a360,
|
|
a90;
|
|
};
|
|
//
|
|
struct minombr_1_ {
|
|
integer nbr[1001];
|
|
};
|
|
//
|
|
struct maovpar_1_ {
|
|
doublereal r8und, r8ovr, x4und, x4ovr;
|
|
real r4und, r4ovr;
|
|
integer r4nbe, r8nbm, r8nbe, i4ovr, i4ovn, r4exp, r8exp, r4exn, r8exn,
|
|
r4ncs, r8ncs, r4nbm;
|
|
shortint i2ovr, i2ovn;
|
|
};
|
|
//
|
|
struct maovpch_1_ {
|
|
char cnmmac[16], frmr4[8], frmr8[8], cdcode[8];
|
|
};
|
|
//
|
|
struct mlgdrtl_1_ {
|
|
doublereal rootab[930],// was [465][2]
|
|
hiltab[930],// was [465][2]
|
|
hi0tab[31];
|
|
};
|
|
//
|
|
struct mmjcobi_1_ {
|
|
doublereal plgcan[3968];// was [496][2][4]
|
|
doublereal canjac[3968];// was [496][2][4]
|
|
};
|
|
//
|
|
struct mmcmcnp_1_ {
|
|
doublereal cnp[3721]; // was [61][61] ;
|
|
};
|
|
//
|
|
struct mmapgss_1_ {
|
|
doublereal gslxjs[5017],
|
|
gsl0js[52];
|
|
};
|
|
//
|
|
struct mmapgs0_1_ {
|
|
doublereal gslxj0[4761], gsl0j0[49];
|
|
};
|
|
//
|
|
struct mmapgs1_1_ {
|
|
doublereal gslxj1[4505], gsl0j1[46];
|
|
};
|
|
//
|
|
struct mmapgs2_1_ {
|
|
doublereal gslxj2[4249], gsl0j2[43];
|
|
};
|
|
////
|
|
class AdvApp2Var_Data {
|
|
public:
|
|
|
|
Standard_EXPORT static mdnombr_1_& Getmdnombr();
|
|
Standard_EXPORT static minombr_1_& Getminombr();
|
|
Standard_EXPORT static maovpar_1_& Getmaovpar();
|
|
Standard_EXPORT static maovpch_1_& Getmaovpch();
|
|
Standard_EXPORT static mlgdrtl_1_& Getmlgdrtl();
|
|
Standard_EXPORT static mmjcobi_1_& Getmmjcobi();
|
|
Standard_EXPORT static mmcmcnp_1_& Getmmcmcnp();
|
|
Standard_EXPORT static mmapgss_1_& Getmmapgss();
|
|
Standard_EXPORT static mmapgs0_1_& Getmmapgs0();
|
|
Standard_EXPORT static mmapgs1_1_& Getmmapgs1();
|
|
Standard_EXPORT static mmapgs2_1_& Getmmapgs2();
|
|
|
|
};
|
|
//
|
|
#define mdnombr_ AdvApp2Var_Data::Getmdnombr()
|
|
#define minombr_ AdvApp2Var_Data::Getminombr()
|
|
#define maovpar_ AdvApp2Var_Data::Getmaovpar()
|
|
#define maovpch_ AdvApp2Var_Data::Getmaovpch()
|
|
#define mlgdrtl_ AdvApp2Var_Data::Getmlgdrtl()
|
|
#define mmjcobi_ AdvApp2Var_Data::Getmmjcobi()
|
|
#define mmcmcnp_ AdvApp2Var_Data::Getmmcmcnp()
|
|
#define mmapgss_ AdvApp2Var_Data::Getmmapgss()
|
|
#define mmapgs0_ AdvApp2Var_Data::Getmmapgs0()
|
|
#define mmapgs1_ AdvApp2Var_Data::Getmmapgs1()
|
|
#define mmapgs2_ AdvApp2Var_Data::Getmmapgs2()
|
|
//
|
|
#endif
|