/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/ |
H A D | pointset.h | 501 typedef struct AstPointSet { struct 512 } AstPointSet; argument 528 AstPointSet *(* AppendPoints)( AstPointSet *, AstPointSet *, int * ); 536 void (* SetSubPoints)( AstPointSet *, int, int, AstPointSet *, int * ); 537 int (* ReplaceNaN)( AstPointSet *, int * ); 596 double **astGetPoints_( AstPointSet *, int * ); 599 void astSetNpoint_( AstPointSet *, int, int * ); 600 void astSetSubPoints_( AstPointSet *, int, int, AstPointSet *, int * ); 601 AstPointSet *astAppendPoints_( AstPointSet *, AstPointSet *, int * ); 603 int astReplaceNaN_( AstPointSet *, int * ); [all …]
|
H A D | pointset.c | 552 static AstPointSet *AppendPoints( AstPointSet *, AstPointSet *, int * ); 563 static void SetSubPoints( AstPointSet *, int, int, AstPointSet *, int * ); 572 static AstPointSet *AppendPoints( AstPointSet *this, AstPointSet *that, int *status ) { in AppendPoints() 613 AstPointSet *result; in AppendPoints() 923 this = (AstPointSet *) this_object; in ClearAttrib() 1198 this = (AstPointSet *) this_object; in GetAttrib() 2414 in = (AstPointSet *) objin; in MAKE_CLEAR() 2415 out = (AstPointSet *) objout; in MAKE_CLEAR() 2505 this = (AstPointSet *) obj; in Delete() 3036 size = sizeof( AstPointSet ); in astLoadPointSet_() [all …]
|
H A D | region.h | 128 …AstPointSet *(* RegTransform)( AstRegion *, AstPointSet *, int, AstPointSet *, AstFrame **, int * … 129 AstPointSet *(* BTransform)( AstRegion *, AstPointSet *, int, AstPointSet *, int * ); 147 AstPointSet *(* RegMesh)( AstRegion *, int * ); 148 AstPointSet *(* RegGrid)( AstRegion *, int * ); 149 AstPointSet *(* RegBaseMesh)( AstRegion *, int * ); 283 AstPointSet *astRegTransform_( AstRegion *, AstPointSet *, int, AstPointSet *, AstFrame **, int * ); 284 AstPointSet *astBTransform_( AstRegion *, AstPointSet *, int, AstPointSet *, int * ); 296 AstPointSet *astRegMesh_( AstRegion *, int * ); 297 AstPointSet *astRegGrid_( AstRegion *, int * ); 298 AstPointSet *astRegBaseMesh_( AstRegion *, int * ); [all …]
|
H A D | pointlist.c | 136 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 197 static AstPointSet *RegBaseMesh( AstRegion *, int * ); 198 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 205 static void PointListPoints( AstPointList *, AstPointSet **, int *); 1252 AstPointSet *pset_new; /* PointSet for new PointList */ in MergePointList() 1253 AstPointSet *pset_reg; /* PointSet from reg */ in MergePointList() 1254 AstPointSet *pset_this; /* PointSet from this */ in MergePointList() 1664 static AstPointSet *RegBaseMesh( AstRegion *this, int *status ){ in RegBaseMesh() 1707 AstPointSet *result; in RegBaseMesh() 2365 static AstPointSet *Transform( AstMapping *this_mapping, AstPointSet *in, in Transform() [all …]
|
H A D | unitmap.c | 112 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 150 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 802 static AstPointSet *Transform( AstMapping *this, AstPointSet *in, in Transform() 803 int forward, AstPointSet *out, int *status ) { in Transform() 858 AstPointSet *result; /* Pointer to output PointSet */ in Transform()
|
H A D | circle.c | 124 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 166 static AstPointSet *RegBaseMesh( AstRegion *, int * ); 167 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 907 AstPointSet *result; /* Returned pointer */ in RegBaseMesh() 1359 AstPointSet *ps1; /* Points masked by larger Circle */ in RegPins() 1610 AstPointSet *bpset; in RegTrace() 1611 AstPointSet *cpset; in RegTrace() 1823 AstPointSet *mesh; /* Mesh of current Frame positions */ in Simplify() 1824 AstPointSet *ps2; /* Circle PointSet in current Frame */ in Simplify() 1946 static AstPointSet *Transform( AstMapping *this_mapping, AstPointSet *in, in Transform() [all …]
|
H A D | nullregion.c | 115 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 155 static AstPointSet *RegBaseMesh( AstRegion *, int * ); 156 static AstPointSet *RegMesh( AstRegion *, int * ); 157 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 1039 static AstPointSet *RegBaseMesh( AstRegion *this, int *status ){ in RegBaseMesh() 1080 AstPointSet *result; in RegBaseMesh() 1285 static AstPointSet *RegMesh( AstRegion *this, int *status ){ in RegMesh() 1429 static AstPointSet *Transform( AstMapping *this_mapping, AstPointSet *in, in Transform() 1430 int forward, AstPointSet *out, int *status ) { in Transform() 1489 AstPointSet *result; /* Pointer to output PointSet */ in Transform()
|
H A D | ellipse.c | 128 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 170 static AstPointSet *RegBaseMesh( AstRegion *, int * ); 171 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 239 AstPointSet *ps2; in astBestEllipse_() 1044 AstPointSet *result; /* Returned pointer */ in RegBaseMesh() 1441 AstPointSet *ps1; /* Points masked by larger Ellipse */ in RegPins() 1687 AstPointSet *bpset; in RegTrace() 1688 AstPointSet *cpset; in RegTrace() 1923 AstPointSet *mesh; /* Mesh of current Frame positions */ in Simplify() 2044 static AstPointSet *Transform( AstMapping *this_mapping, AstPointSet *in, in Transform() [all …]
|
H A D | pointlist.h | 120 void (* PointListPoints)( AstPointList *, AstPointSet **, int * ); 152 AstPointList *astPointList_( void *, AstPointSet *, AstRegion *, const char *, int *, ...); 161 const char *, AstFrame *, AstPointSet *, 177 void astPointListPoints_( AstPointList *, AstPointSet **, int * );
|
H A D | selectormap.c | 128 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 170 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 791 static AstPointSet *Transform( AstMapping *this, AstPointSet *in, in Transform() 792 int forward, AstPointSet *out, int *status ) { in Transform() 848 AstPointSet *ps1; in Transform() 849 AstPointSet *ps2; in Transform() 850 AstPointSet *result; in Transform() 851 AstPointSet *tps; in Transform()
|
H A D | shiftmap.c | 110 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 149 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 830 static AstPointSet *Transform( AstMapping *this, AstPointSet *in, in Transform() 831 int forward, AstPointSet *out, int *status ) { in Transform() 886 AstPointSet *result; /* Pointer to output PointSet */ in Transform()
|
H A D | normmap.c | 116 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 160 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 933 static AstPointSet *Transform( AstMapping *this, AstPointSet *in, in Transform() 934 int forward, AstPointSet *out, int *status ) { in Transform() 989 AstPointSet *result; /* Pointer to output PointSet */ in Transform()
|
H A D | region.c | 901 static AstPointSet *BTransform( AstRegion *, AstPointSet *, int, AstPointSet *, int * ); 904 static AstPointSet *GetSubMesh( int *, AstPointSet *, int * ); 909 static AstPointSet *RegTransform( AstRegion *, AstPointSet *, int, AstPointSet *, AstFrame **, int … 910 static AstPointSet *ResolvePoints( AstFrame *, const double [], const double [], AstPointSet *, Ast… 1714 AstPointSet *ps1; in BndMesh() 1744 static AstPointSet *BTransform( AstRegion *this, AstPointSet *in, in BTransform() 5210 AstPointSet *ps2; in MapRegion() 5211 AstPointSet *ps1; in MapRegion() 11116 static AstPointSet *RegTransform( AstRegion *this, AstPointSet *in, in RegTransform() 12855 AstPointSet *astBTransform_( AstRegion *this, AstPointSet *in, in astBTransform_() [all …]
|
H A D | box.c | 162 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 210 static AstPointSet *RegBaseGrid( AstRegion *, int * ); 211 static AstPointSet *RegBaseMesh( AstRegion *, int * ); 212 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 282 AstPointSet *pset; in BoxPoints() 698 AstPointSet *pset; in Cache() 2226 AstPointSet *result; /* Returned pointer */ in RegBaseGrid() 2332 AstPointSet *result; /* Returned pointer */ in RegBaseMesh() 3278 AstPointSet *bpset; in RegTrace() 3279 AstPointSet *cpset; in RegTrace() [all …]
|
H A D | cmpregion.c | 169 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 226 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 2755 AstPointSet *bpset; in RegTrace() 2756 AstPointSet *cpset; in RegTrace() 2778 AstPointSet *r1pset; in RegTrace() 2779 AstPointSet *r2pset; in RegTrace() 2780 AstPointSet *r1psetb; in RegTrace() 2781 AstPointSet *r2psetb; in RegTrace() 3244 AstPointSet *pset1; in SetBreakInfo() 3245 AstPointSet *pset2; in SetBreakInfo() [all …]
|
H A D | polygon.c | 211 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 425 static AstPointSet *DownsizePoly( AstPointSet *, double, int, AstFrame *, int * ); 426 static AstPointSet *RegBaseMesh( AstRegion *, int * ); 427 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 447 static void SmoothPoly( AstPointSet *, int, double, int * ); 1089 AstPointSet *result; \ in MAKE_CONVEX() 1346 static AstPointSet *DownsizePoly( AstPointSet *pset, double maxerr, in DownsizePoly() 4195 AstPointSet *result; /* Returned pointer */ in RegBaseMesh() 4698 AstPointSet *bpset; in RegTrace() 4699 AstPointSet *cpset; in RegTrace() [all …]
|
H A D | zoommap.c | 121 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 168 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 1332 static AstPointSet *Transform( AstMapping *this, AstPointSet *in, in Transform() 1333 int forward, AstPointSet *out, int *status ) { in Transform() 1388 AstPointSet *result; /* Pointer to output PointSet */ in Transform()
|
H A D | sphmap.c | 135 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 192 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 1104 static AstPointSet *Transform( AstMapping *this, AstPointSet *in, in Transform() 1105 int forward, AstPointSet *out, int *status ) { in Transform() 1162 AstPointSet *result; /* Pointer to output PointSet */ in Transform()
|
H A D | interval.c | 146 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 196 static AstPointSet *RegBaseMesh( AstRegion *, int * ); 197 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 283 AstPointSet *result; in BndBaseMesh() 882 AstPointSet *pset; in IntervalPoints() 1847 AstPointSet *pset_that; in Overlap() 2310 AstPointSet *result; /* Returned pointer */ in RegBaseMesh() 2653 AstPointSet *ps1; /* Points masked by larger Interval */ in RegPins() 3164 AstPointSet *psetb; /* PointSet holding base positions */ in Simplify() 3537 static AstPointSet *Transform( AstMapping *this_mapping, AstPointSet *in, in Transform() [all …]
|
H A D | ratemap.c | 117 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 161 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 1069 static AstPointSet *Transform( AstMapping *this, AstPointSet *in, in Transform() 1070 int forward, AstPointSet *out, int *status ) { in Transform() 1127 AstPointSet *result; in Transform()
|
H A D | prism.c | 147 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 204 static AstPointSet *RegBaseMesh( AstRegion *, int * ); 205 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 2036 static AstPointSet *RegBaseMesh( AstRegion *this_region, int *status ){ in RegBaseMesh() 2079 AstPointSet *grid1; /* PointSet holding grid for region1 */ in RegBaseMesh() 2080 AstPointSet *grid2; /* PointSet holding grid for region2 */ in RegBaseMesh() 2081 AstPointSet *mesh1; /* PointSet holding mesh for region1 */ in RegBaseMesh() 2083 AstPointSet *result; /* Returned pointer */ in RegBaseMesh() 3515 static AstPointSet *Transform( AstMapping *this_mapping, AstPointSet *in, in Transform() 3573 AstPointSet *psb; /* Pointer to base Frame PointSet */ in Transform() [all …]
|
H A D | switchmap.c | 165 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 209 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 1589 static AstPointSet *Transform( AstMapping *this, AstPointSet *in, in Transform() 1590 int forward, AstPointSet *out, int *status ) { in Transform() 1648 AstPointSet *ps1; in Transform() 1649 AstPointSet *ps1a; in Transform() 1650 AstPointSet *ps2; in Transform() 1651 AstPointSet *ps2a; in Transform() 1652 AstPointSet *result; in Transform() 1653 AstPointSet *selps; in Transform()
|
H A D | stc.c | 131 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 209 static AstPointSet *RegBaseMesh( AstRegion *, int * ); 210 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 222 static int RegPins( AstRegion *, AstPointSet *, AstRegion *, int **, int * ); 2073 static AstPointSet *RegBaseMesh( AstRegion *this, int *status ){ in RegBaseMesh() 2261 static int RegPins( AstRegion *this, AstPointSet *pset, AstRegion *unc, in RegPins() 2880 static AstPointSet *Transform( AstMapping *this_mapping, AstPointSet *in, in Transform() 2881 int forward, AstPointSet *out, int *status ) { in Transform() 2937 AstPointSet *ps; /* Pointer to PointSet */ in Transform() 2938 AstPointSet *pset_tmp; /* Pointer to PointSet holding base Frame positions*/ in Transform() [all …]
|
H A D | tranmap.c | 121 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 166 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 1409 static AstPointSet *Transform( AstMapping *this, AstPointSet *in, in Transform() 1410 int forward, AstPointSet *out, int *status ) { in Transform() 1467 AstPointSet *result; /* Pointer to output PointSet */ in Transform()
|
H A D | intramap.c | 149 static AstPointSet *(* parent_transform)( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 213 static AstPointSet *Transform( AstMapping *, AstPointSet *, int, AstPointSet *, int * ); 1774 static AstPointSet *Transform( AstMapping *this_mapping, AstPointSet *in, in Transform() 1775 int forward, AstPointSet *out, int *status ) { in Transform() 1836 AstPointSet *result; /* Pointer to output PointSet */ in Transform()
|