Jpp master_rocky-44-g75b7c4f75
the software that should make you happy
Loading...
Searching...
No Matches
JCOMPASS::JORCAMagneticDeclination Struct Referenceabstract

Interpolation of magnetic declination data at ORCA site. More...

#include <JNOAA.hh>

Inheritance diagram for JCOMPASS::JORCAMagneticDeclination:
JCOMPASS::JNOAAFunction1D_t JTOOLS::JGridPolint1Function1D_t JLANG::JTitle JTOOLS::JGridPolintFunction1D_t< 1 > JTOOLS::JPolintFunction1D< N, JElement2D< double, double >, JGridCollection, double > JTOOLS::JPolintFunction< N, JElement_t, JCollection_t, JResult_t, JDistance_t > JTOOLS::JFunction1D< JElement2D< double, double >::abscissa_type, double > JTOOLS::JFunctional< JElement2D< double, double >::abscissa_type, double >

Public Types

typedef JGridCollection< JElement2D< double, double >, JDistance< typename JElement2D< double, double >::abscissa_type > > collection_type
 
typedef collection_type::abscissa_type abscissa_type
 
typedef collection_type::ordinate_type ordinate_type
 
typedef collection_type::value_type value_type
 
typedef collection_type::distance_type distance_type
 
typedef collection_type::const_iterator const_iterator
 
typedef collection_type::const_reverse_iterator const_reverse_iterator
 
typedef collection_type::iterator iterator
 
typedef collection_type::reverse_iterator reverse_iterator
 
typedef JFunction1D< abscissa_type, double > function_type
 
typedef function_type::argument_type argument_type
 
typedef function_type::result_type result_type
 
typedef function_type::JExceptionHandler exceptionhandler_type
 
enum  
 
typedef JFunctional< JElement2D< double, double >::abscissa_type, double > functional_type
 
typedef JSupervisor supervisor_type
 

Public Member Functions

 JORCAMagneticDeclination ()
 Default constructor.
 
result_type operator() (const argument_type x) const
 Function value evaluation.
 
virtual result_type evaluate (const argument_type *pX) const=0
 Recursive function value evaluation.
 
JSupervisor getSupervisor () const
 Get supervisor.
 
const JExceptionHandler & getExceptionHandler () const
 Get exception handler.
 
void setExceptionHandler (const JSupervisor &supervisor)
 Set the supervisor for handling of exceptions.
 
const std::string & getTitle () const
 Get title.
 
void setTitle (const std::string &title)
 Set title.
 

Static Public Member Functions

static result_type getValue (const JFunctional &function, const argument_type *pX)
 Recursive function value evaluation.
 
static JClass< result_type >::argument_type getValue (typename JClass< result_type >::argument_type value, const argument_type *pX)
 Termination of recursive function value evaluation.
 

Protected Member Functions

virtual void do_compile () override
 Function compilation.
 

Protected Attributes

JSupervisor supervisor
 
std::string title
 

Detailed Description

Interpolation of magnetic declination data at ORCA site.

The data have been converted using the scripts by Vladimir Kulikovski, see GIT repository.

Definition at line 398 of file JNOAA.hh.

Member Typedef Documentation

◆ collection_type

JGridCollection<JElement2D< double, double >, JDistance<typename JElement2D< double, double >::abscissa_type>> JTOOLS::JPolintFunction1D< N, JElement2D< double, double >, JGridCollection, double, JDistance<typename JElement2D< double, double >::abscissa_type> >::collection_type
inherited

Definition at line 1098 of file JPolint.hh.

◆ abscissa_type

collection_type::abscissa_type JTOOLS::JPolintFunction1D< N, JElement2D< double, double >, JGridCollection, double, JDistance<typename JElement2D< double, double >::abscissa_type> >::abscissa_type
inherited

Definition at line 1100 of file JPolint.hh.

◆ ordinate_type

collection_type::ordinate_type JTOOLS::JPolintFunction1D< N, JElement2D< double, double >, JGridCollection, double, JDistance<typename JElement2D< double, double >::abscissa_type> >::ordinate_type
inherited

Definition at line 1101 of file JPolint.hh.

◆ value_type

collection_type::value_type JTOOLS::JPolintFunction1D< N, JElement2D< double, double >, JGridCollection, double, JDistance<typename JElement2D< double, double >::abscissa_type> >::value_type
inherited

Definition at line 1102 of file JPolint.hh.

◆ distance_type

collection_type::distance_type JTOOLS::JPolintFunction1D< N, JElement2D< double, double >, JGridCollection, double, JDistance<typename JElement2D< double, double >::abscissa_type> >::distance_type
inherited

Definition at line 1103 of file JPolint.hh.

◆ const_iterator

collection_type::const_iterator JTOOLS::JPolintFunction1D< N, JElement2D< double, double >, JGridCollection, double, JDistance<typename JElement2D< double, double >::abscissa_type> >::const_iterator
inherited

Definition at line 1105 of file JPolint.hh.

◆ const_reverse_iterator

collection_type::const_reverse_iterator JTOOLS::JPolintFunction1D< N, JElement2D< double, double >, JGridCollection, double, JDistance<typename JElement2D< double, double >::abscissa_type> >::const_reverse_iterator
inherited

Definition at line 1106 of file JPolint.hh.

◆ iterator

collection_type::iterator JTOOLS::JPolintFunction1D< N, JElement2D< double, double >, JGridCollection, double, JDistance<typename JElement2D< double, double >::abscissa_type> >::iterator
inherited

Definition at line 1107 of file JPolint.hh.

◆ reverse_iterator

collection_type::reverse_iterator JTOOLS::JPolintFunction1D< N, JElement2D< double, double >, JGridCollection, double, JDistance<typename JElement2D< double, double >::abscissa_type> >::reverse_iterator
inherited

Definition at line 1108 of file JPolint.hh.

◆ function_type

JFunction1D<abscissa_type, double> JTOOLS::JPolintFunction1D< N, JElement2D< double, double >, JGridCollection, double, JDistance<typename JElement2D< double, double >::abscissa_type> >::function_type
inherited

Definition at line 1110 of file JPolint.hh.

◆ argument_type

function_type::argument_type JTOOLS::JPolintFunction1D< N, JElement2D< double, double >, JGridCollection, double, JDistance<typename JElement2D< double, double >::abscissa_type> >::argument_type
inherited

Definition at line 1112 of file JPolint.hh.

◆ result_type

function_type::result_type JTOOLS::JPolintFunction1D< N, JElement2D< double, double >, JGridCollection, double, JDistance<typename JElement2D< double, double >::abscissa_type> >::result_type
inherited

Definition at line 1113 of file JPolint.hh.

◆ exceptionhandler_type

function_type::JExceptionHandler JTOOLS::JPolintFunction1D< N, JElement2D< double, double >, JGridCollection, double, JDistance<typename JElement2D< double, double >::abscissa_type> >::exceptionhandler_type
inherited

Definition at line 1114 of file JPolint.hh.

◆ functional_type

JFunctional<JElement2D< double, double >::abscissa_type, double> JTOOLS::JFunction1D< JElement2D< double, double >::abscissa_type, double >::functional_type
inherited

Definition at line 337 of file JFunctional.hh.

◆ supervisor_type

JSupervisor JTOOLS::JFunctional< JElement2D< double, double >::abscissa_type, double >::supervisor_type
inherited

Definition at line 89 of file JFunctional.hh.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
inherited

Constructor & Destructor Documentation

◆ JORCAMagneticDeclination()

JCOMPASS::JORCAMagneticDeclination::JORCAMagneticDeclination ( )
inline

Default constructor.

Definition at line 404 of file JNOAA.hh.

404 :
405 JNOAAFunction1D_t("ORCA")
406 {
407 (*this)[ 946684800] = -0.280210;
408 (*this)[ 949363200] = -0.271470;
409 (*this)[ 951868800] = -0.263290;
410 (*this)[ 954547200] = -0.254560;
411 (*this)[ 957139200] = -0.246100;
412 (*this)[ 959817600] = -0.237370;
413 (*this)[ 962409600] = -0.228910;
414 (*this)[ 965088000] = -0.220180;
415 (*this)[ 967766400] = -0.211450;
416 (*this)[ 970358400] = -0.203000;
417 (*this)[ 973036800] = -0.194260;
418 (*this)[ 975628800] = -0.185820;
419 (*this)[ 978307200] = -0.177080;
420 (*this)[ 980985600] = -0.168330;
421 (*this)[ 983404800] = -0.160430;
422 (*this)[ 986083200] = -0.151670;
423 (*this)[ 988675200] = -0.143200;
424 (*this)[ 991353600] = -0.134450;
425 (*this)[ 993945600] = -0.125990;
426 (*this)[ 996624000] = -0.117240;
427 (*this)[ 999302400] = -0.108490;
428 (*this)[1001894400] = -0.100020;
429 (*this)[1004572800] = -0.091270;
430 (*this)[1007164800] = -0.082810;
431 (*this)[1009843200] = -0.074070;
432 (*this)[1012521600] = -0.065320;
433 (*this)[1014940800] = -0.057420;
434 (*this)[1017619200] = -0.048680;
435 (*this)[1020211200] = -0.040220;
436 (*this)[1022889600] = -0.031480;
437 (*this)[1025481600] = -0.023020;
438 (*this)[1028160000] = -0.014280;
439 (*this)[1030838400] = -0.005540;
440 (*this)[1033430400] = 0.002920;
441 (*this)[1036108800] = 0.011660;
442 (*this)[1038700800] = 0.020120;
443 (*this)[1041379200] = 0.028850;
444 (*this)[1044057600] = 0.037590;
445 (*this)[1046476800] = 0.045480;
446 (*this)[1049155200] = 0.054210;
447 (*this)[1051747200] = 0.062670;
448 (*this)[1054425600] = 0.071400;
449 (*this)[1057017600] = 0.079850;
450 (*this)[1059696000] = 0.088580;
451 (*this)[1062374400] = 0.097310;
452 (*this)[1064966400] = 0.105760;
453 (*this)[1067644800] = 0.114490;
454 (*this)[1070236800] = 0.122940;
455 (*this)[1072915200] = 0.131670;
456 (*this)[1075593600] = 0.140370;
457 (*this)[1078099200] = 0.148510;
458 (*this)[1080777600] = 0.157210;
459 (*this)[1083369600] = 0.165630;
460 (*this)[1086048000] = 0.174330;
461 (*this)[1088640000] = 0.182750;
462 (*this)[1091318400] = 0.191450;
463 (*this)[1093996800] = 0.200150;
464 (*this)[1096588800] = 0.208570;
465 (*this)[1099267200] = 0.217270;
466 (*this)[1101859200] = 0.225680;
467 (*this)[1104537600] = 0.234380;
468 (*this)[1107216000] = 0.243640;
469 (*this)[1109635200] = 0.252010;
470 (*this)[1112313600] = 0.261270;
471 (*this)[1114905600] = 0.270230;
472 (*this)[1117584000] = 0.279490;
473 (*this)[1120176000] = 0.288450;
474 (*this)[1122854400] = 0.297710;
475 (*this)[1125532800] = 0.306970;
476 (*this)[1128124800] = 0.315920;
477 (*this)[1130803200] = 0.325180;
478 (*this)[1133395200] = 0.334130;
479 (*this)[1136073600] = 0.343390;
480 (*this)[1138752000] = 0.352640;
481 (*this)[1141171200] = 0.360990;
482 (*this)[1143849600] = 0.370240;
483 (*this)[1146441600] = 0.379190;
484 (*this)[1149120000] = 0.388430;
485 (*this)[1151712000] = 0.397380;
486 (*this)[1154390400] = 0.406630;
487 (*this)[1157068800] = 0.415870;
488 (*this)[1159660800] = 0.424810;
489 (*this)[1162339200] = 0.434050;
490 (*this)[1164931200] = 0.442990;
491 (*this)[1167609600] = 0.452230;
492 (*this)[1170288000] = 0.461470;
493 (*this)[1172707200] = 0.469810;
494 (*this)[1175385600] = 0.479050;
495 (*this)[1177977600] = 0.487980;
496 (*this)[1180656000] = 0.497210;
497 (*this)[1183248000] = 0.506150;
498 (*this)[1185926400] = 0.515380;
499 (*this)[1188604800] = 0.524610;
500 (*this)[1191196800] = 0.533540;
501 (*this)[1193875200] = 0.542760;
502 (*this)[1196467200] = 0.551690;
503 (*this)[1199145600] = 0.560920;
504 (*this)[1201824000] = 0.570110;
505 (*this)[1204329600] = 0.578720;
506 (*this)[1207008000] = 0.587910;
507 (*this)[1209600000] = 0.596810;
508 (*this)[1212278400] = 0.606000;
509 (*this)[1214870400] = 0.614900;
510 (*this)[1217548800] = 0.624090;
511 (*this)[1220227200] = 0.633280;
512 (*this)[1222819200] = 0.642170;
513 (*this)[1225497600] = 0.651360;
514 (*this)[1228089600] = 0.660250;
515 (*this)[1230768000] = 0.669440;
516 (*this)[1233446400] = 0.678650;
517 (*this)[1235865600] = 0.686960;
518 (*this)[1238544000] = 0.696170;
519 (*this)[1241136000] = 0.705080;
520 (*this)[1243814400] = 0.714280;
521 (*this)[1246406400] = 0.723190;
522 (*this)[1249084800] = 0.732390;
523 (*this)[1251763200] = 0.741590;
524 (*this)[1254355200] = 0.750500;
525 (*this)[1257033600] = 0.759700;
526 (*this)[1259625600] = 0.768600;
527 (*this)[1262304000] = 0.777790;
528 (*this)[1264982400] = 0.788410;
529 (*this)[1267401600] = 0.798000;
530 (*this)[1270080000] = 0.808610;
531 (*this)[1272672000] = 0.818880;
532 (*this)[1275350400] = 0.829500;
533 (*this)[1277942400] = 0.839760;
534 (*this)[1280620800] = 0.850370;
535 (*this)[1283299200] = 0.860980;
536 (*this)[1285891200] = 0.871250;
537 (*this)[1288569600] = 0.881850;
538 (*this)[1291161600] = 0.892120;
539 (*this)[1293840000] = 0.902720;
540 (*this)[1296518400] = 0.913320;
541 (*this)[1298937600] = 0.922900;
542 (*this)[1301616000] = 0.933500;
543 (*this)[1304208000] = 0.943750;
544 (*this)[1306886400] = 0.954350;
545 (*this)[1309478400] = 0.964610;
546 (*this)[1312156800] = 0.975200;
547 (*this)[1314835200] = 0.985790;
548 (*this)[1317427200] = 0.996040;
549 (*this)[1320105600] = 1.006640;
550 (*this)[1322697600] = 1.016880;
551 (*this)[1325376000] = 1.027470;
552 (*this)[1328054400] = 1.038030;
553 (*this)[1330560000] = 1.047910;
554 (*this)[1333238400] = 1.058460;
555 (*this)[1335830400] = 1.068680;
556 (*this)[1338508800] = 1.079230;
557 (*this)[1341100800] = 1.089440;
558 (*this)[1343779200] = 1.100000;
559 (*this)[1346457600] = 1.110550;
560 (*this)[1349049600] = 1.120750;
561 (*this)[1351728000] = 1.131300;
562 (*this)[1354320000] = 1.141510;
563 (*this)[1356998400] = 1.152050;
564 (*this)[1359676800] = 1.162630;
565 (*this)[1362096000] = 1.172170;
566 (*this)[1364774400] = 1.182750;
567 (*this)[1367366400] = 1.192970;
568 (*this)[1370044800] = 1.203540;
569 (*this)[1372636800] = 1.213770;
570 (*this)[1375315200] = 1.224330;
571 (*this)[1377993600] = 1.234900;
572 (*this)[1380585600] = 1.245120;
573 (*this)[1383264000] = 1.255680;
574 (*this)[1385856000] = 1.265900;
575 (*this)[1388534400] = 1.276460;
576 (*this)[1391212800] = 1.287020;
577 (*this)[1393632000] = 1.296550;
578 (*this)[1396310400] = 1.307110;
579 (*this)[1398902400] = 1.317320;
580 (*this)[1401580800] = 1.327870;
581 (*this)[1404172800] = 1.338090;
582 (*this)[1406851200] = 1.348640;
583 (*this)[1409529600] = 1.359190;
584 (*this)[1412121600] = 1.369390;
585 (*this)[1414800000] = 1.379940;
586 (*this)[1417392000] = 1.390150;
587 (*this)[1420070400] = 1.400690;
588 (*this)[1422748800] = 1.412860;
589 (*this)[1425168000] = 1.423850;
590 (*this)[1427846400] = 1.436010;
591 (*this)[1430438400] = 1.447780;
592 (*this)[1433116800] = 1.459940;
593 (*this)[1435708800] = 1.471710;
594 (*this)[1438387200] = 1.483870;
595 (*this)[1441065600] = 1.496020;
596 (*this)[1443657600] = 1.507790;
597 (*this)[1446336000] = 1.519940;
598 (*this)[1448928000] = 1.531700;
599 (*this)[1451606400] = 1.543850;
600 (*this)[1454284800] = 1.555970;
601 (*this)[1456790400] = 1.567300;
602 (*this)[1459468800] = 1.579410;
603 (*this)[1462060800] = 1.591140;
604 (*this)[1464739200] = 1.603250;
605 (*this)[1467331200] = 1.614960;
606 (*this)[1470009600] = 1.627070;
607 (*this)[1472688000] = 1.639180;
608 (*this)[1475280000] = 1.650890;
609 (*this)[1477958400] = 1.663000;
610 (*this)[1480550400] = 1.674710;
611 (*this)[1483228800] = 1.686810;
612 (*this)[1485907200] = 1.698940;
613 (*this)[1488326400] = 1.709900;
614 (*this)[1491004800] = 1.722030;
615 (*this)[1493596800] = 1.733760;
616 (*this)[1496275200] = 1.745890;
617 (*this)[1498867200] = 1.757620;
618 (*this)[1501545600] = 1.769750;
619 (*this)[1504224000] = 1.781870;
620 (*this)[1506816000] = 1.793600;
621 (*this)[1509494400] = 1.805720;
622 (*this)[1512086400] = 1.817450;
623 (*this)[1514764800] = 1.829560;
624 (*this)[1517443200] = 1.841680;
625 (*this)[1519862400] = 1.852620;
626 (*this)[1522540800] = 1.864730;
627 (*this)[1525132800] = 1.876450;
628 (*this)[1527811200] = 1.888560;
629 (*this)[1530403200] = 1.900280;
630 (*this)[1533081600] = 1.912380;
631 (*this)[1535760000] = 1.924490;
632 (*this)[1538352000] = 1.936200;
633 (*this)[1541030400] = 1.948300;
634 (*this)[1543622400] = 1.960010;
635 (*this)[1546300800] = 1.972110;
636 (*this)[1548979200] = 1.984210;
637 (*this)[1551398400] = 1.995130;
638 (*this)[1554076800] = 2.007230;
639 (*this)[1556668800] = 2.018930;
640 (*this)[1559347200] = 2.031020;
641 (*this)[1561939200] = 2.042720;
642 (*this)[1564617600] = 2.054810;
643 (*this)[1567296000] = 2.066900;
644 (*this)[1569888000] = 2.078590;
645 (*this)[1572566400] = 2.090680;
646 (*this)[1575158400] = 2.102370;
647 (*this)[1577836800] = 2.114450;
648 (*this)[1580515200] = 2.127360;
649 (*this)[1583020800] = 2.139440;
650 (*this)[1585699200] = 2.152350;
651 (*this)[1588291200] = 2.164850;
652 (*this)[1590969600] = 2.177760;
653 (*this)[1593561600] = 2.190250;
654 (*this)[1596240000] = 2.203150;
655 (*this)[1598918400] = 2.216060;
656 (*this)[1601510400] = 2.228540;
657 (*this)[1604188800] = 2.241440;
658 (*this)[1606780800] = 2.253930;
659 (*this)[1609459200] = 2.266830;
660 (*this)[1612137600] = 2.279760;
661 (*this)[1614556800] = 2.291440;
662 (*this)[1617235200] = 2.304370;
663 (*this)[1619827200] = 2.316880;
664 (*this)[1622505600] = 2.329810;
665 (*this)[1625097600] = 2.342320;
666 (*this)[1627776000] = 2.355240;
667 (*this)[1630454400] = 2.368160;
668 (*this)[1633046400] = 2.380670;
669 (*this)[1635724800] = 2.393590;
670 (*this)[1638316800] = 2.406090;
671 (*this)[1640995200] = 2.419010;
672 (*this)[1643673600] = 2.431920;
673 (*this)[1646092800] = 2.443590;
674 (*this)[1648771200] = 2.456500;
675 (*this)[1651363200] = 2.469000;
676 (*this)[1654041600] = 2.481910;
677 (*this)[1656633600] = 2.494400;
678 (*this)[1659312000] = 2.507310;
679 (*this)[1661990400] = 2.520210;
680 (*this)[1664582400] = 2.532700;
681 (*this)[1667260800] = 2.545610;
682 (*this)[1669852800] = 2.558090;
683 (*this)[1672531200] = 2.570990;
684 (*this)[1675209600] = 2.583890;
685 (*this)[1677628800] = 2.595540;
686 (*this)[1680307200] = 2.608440;
687 (*this)[1682899200] = 2.620920;
688 (*this)[1685577600] = 2.633810;
689 (*this)[1688169600] = 2.646280;
690 (*this)[1690848000] = 2.659180;
691 (*this)[1693526400] = 2.672060;
692 (*this)[1696118400] = 2.684540;
693 (*this)[1698796800] = 2.697420;
694 (*this)[1701388800] = 2.709890;
695 (*this)[1704067200] = 2.722780;
696 (*this)[1706745600] = 2.735620;
697 (*this)[1709251200] = 2.747640;
698 (*this)[1711929600] = 2.760480;
699 (*this)[1714521600] = 2.772910;
700 (*this)[1717200000] = 2.785750;
701 (*this)[1719792000] = 2.798180;
702 (*this)[1722470400] = 2.811020;
703 (*this)[1725148800] = 2.823850;
704 (*this)[1727740800] = 2.836270;
705 (*this)[1730419200] = 2.849110;
706 (*this)[1733011200] = 2.861530;
707
708 compile();
709 }
JNOAAFunction1D_t(const std::string &title)
Constructor.
Definition JNOAA.hh:48

Member Function Documentation

◆ do_compile()

virtual void JCOMPASS::JNOAAFunction1D_t::do_compile ( )
inlineoverrideprotectedvirtualinherited

Function compilation.

Convert degrees to radians.

Definition at line 58 of file JNOAA.hh.

59 {
60 using namespace JPP;
61
62 for (iterator i = this->begin(); i != this->end(); ++i) {
63 i->getY() *= PI / 180.0;
64 }
65
66 JTOOLS::JGridPolint1Function1D_t::do_compile();
67 }
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).

◆ operator()()

result_type JTOOLS::JFunction1D< JElement2D< double, double >::abscissa_type, double >::operator() ( const argument_type x) const
inlineinherited

Function value evaluation.

Parameters
xargument value
Returns
function value

Definition at line 348 of file JFunctional.hh.

349 {
350 return this->evaluate(&x);
351 }
virtual result_type evaluate(const argument_type *pX) const=0

◆ evaluate()

virtual result_type JTOOLS::JFunctional< JElement2D< double, double >::abscissa_type, double >::evaluate ( const argument_type * pX) const
pure virtualinherited

Recursive function value evaluation.

Parameters
pXpointer to abscissa values
Returns
function value

◆ getValue() [1/2]

static result_type JTOOLS::JFunctional< JElement2D< double, double >::abscissa_type, double >::getValue ( const JFunctional< JElement2D< double, double >::abscissa_type, double > & function,
const argument_type * pX )
inlinestaticinherited

Recursive function value evaluation.

Parameters
functionfunction
pXpointer to abscissa values

Definition at line 107 of file JFunctional.hh.

109 {
110 return function.evaluate(pX);
111 }

◆ getValue() [2/2]

static JClass< result_type >::argument_type JTOOLS::JFunctional< JElement2D< double, double >::abscissa_type, double >::getValue ( typename JClass< result_type >::argument_type value,
const argument_type * pX )
inlinestaticinherited

Termination of recursive function value evaluation.

Parameters
valueresult
pXpointer to abscissa values

Definition at line 121 of file JFunctional.hh.

123 {
124 return value;
125 }

◆ getSupervisor()

JSupervisor JTOOLS::JFunctional< JElement2D< double, double >::abscissa_type, double >::getSupervisor ( ) const
inlineinherited

Get supervisor.

Returns
supervisor

Definition at line 281 of file JFunctional.hh.

◆ getExceptionHandler()

const JExceptionHandler & JTOOLS::JFunctional< JElement2D< double, double >::abscissa_type, double >::getExceptionHandler ( ) const
inlineinherited

Get exception handler.

Returns
exception handler

Definition at line 292 of file JFunctional.hh.

293 {
294 return *supervisor;
295 }

◆ setExceptionHandler()

void JTOOLS::JFunctional< JElement2D< double, double >::abscissa_type, double >::setExceptionHandler ( const JSupervisor & supervisor)
inlineinherited

Set the supervisor for handling of exceptions.

Parameters
supervisorsupervisor

Definition at line 303 of file JFunctional.hh.

304 {
305 this->supervisor = supervisor;
306 }

◆ getTitle()

const std::string & JLANG::JTitle::getTitle ( ) const
inlineinherited

Get title.

Returns
title

Definition at line 55 of file JTitle.hh.

56 {
57 return this->title;
58 }
std::string title
Definition JTitle.hh:73

◆ setTitle()

void JLANG::JTitle::setTitle ( const std::string & title)
inlineinherited

Set title.

Parameters
titletitle

Definition at line 66 of file JTitle.hh.

67 {
68 this->title = title;
69 }

Member Data Documentation

◆ supervisor

JSupervisor JTOOLS::JFunctional< JElement2D< double, double >::abscissa_type, double >::supervisor
protectedinherited

Definition at line 310 of file JFunctional.hh.

◆ title

std::string JLANG::JTitle::title
protectedinherited

Definition at line 73 of file JTitle.hh.


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