Searched refs:astCheckPointSet (Results 1 – 6 of 6) sorted by relevance
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/ |
H A D | pointset.h | 633 #define astCheckPointSet(this) astINVOKE_CHECK(PointSet,this,0) macro 666 astINVOKE(V,astGetPoints_(astCheckPointSet(this),STATUS_PTR)) 670 astINVOKE(V,astSetPoints_(astCheckPointSet(this),ptr,STATUS_PTR)) 672 astINVOKE(V,astSetNpoint_(astCheckPointSet(this),np,STATUS_PTR)) 674 astINVOKE(V,astSetSubPoints_(astCheckPointSet(point1),point,coord,astCheckPointSet(point2),STATUS_P… 676 astINVOKE(O,astAppendPoints_(astCheckPointSet(this),astCheckPointSet(that),STATUS_PTR)) 678 astINVOKE(V,astBndPoints_(astCheckPointSet(this),lbnd,ubnd,STATUS_PTR)) 680 astINVOKE(V,astReplaceNaN_(astCheckPointSet(this),STATUS_PTR)) 684 astINVOKE(V,astGetNpoint_(astCheckPointSet(this),STATUS_PTR)) 686 astINVOKE(V,astGetNcoord_(astCheckPointSet(this),STATUS_PTR)) [all …]
|
H A D | region.h | 458 …ns(this,pset,unc,mask) astINVOKE(V,astRegPins_(astCheckRegion(this),astCheckPointSet(pset),unc?ast… 471 …VOKE(O,astRegTransform_(astCheckRegion(this),in?astCheckPointSet(in):NULL,forward,(out)?astCheckPo… 474 …INVOKE(O,astBTransform_(astCheckRegion(this),in?astCheckPointSet(in):NULL,forward,(out)?astCheckPo…
|
H A D | mapping.h | 815 …VOKE(V,astReportPoints_(astCheckMapping(this),forward,astCheckPointSet(in_points),astCheckPointSet… 831 astINVOKE(O,astTransform_(astCheckMapping(this),astCheckPointSet(in),forward,(out)?astCheckPointSet…
|
H A D | ast.h | 774 #define astCheckPointSet(this) astINVOKE_CHECK(PointSet,this,0) macro 780 #define astGetPoints(this) astINVOKE(V,astGetPoints_(astCheckPointSet(this),STATUS_PTR)) 781 #define astPermPoints(this,forward,perm) astINVOKE(V,astPermPoints_(astCheckPointSet(this),forward,… 782 #define astSetPoints(this,ptr) astINVOKE(V,astSetPoints_(astCheckPointSet(this),ptr,STATUS_PTR)) 783 #define astSetNpoint(this,np) astINVOKE(V,astSetNpoint_(astCheckPointSet(this),np,STATUS_PTR)) 784 …,point,coord,point2) astINVOKE(V,astSetSubPoints_(astCheckPointSet(point1),point,coord,astCheckPoi… 785 … astAppendPoints(this,that) astINVOKE(O,astAppendPoints_(astCheckPointSet(this),astCheckPointSet(t… 786 #define astBndPoints(this,lbnd,ubnd) astINVOKE(V,astBndPoints_(astCheckPointSet(this),lbnd,ubnd,STA… 787 #define astReplaceNaN(this) astINVOKE(V,astReplaceNaN_(astCheckPointSet(this),STATUS_PTR))
|
H A D | frame.h | 1165 …tINVOKE(O,astResolvePoints_(astCheckFrame(this),p1,p2,astCheckPointSet(in),((out)?astCheckPointSet…
|
H A D | plot.h | 1063 astINVOKE(V,astDrawExtraTicks_(astCheckPlot(this),axis,astCheckPointSet(pset),STATUS_PTR))
|