Home
last modified time | relevance | path

Searched refs:PJconsts (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/R-cran-rgdal/rgdal/inst/include/
H A Dprojects.h162 struct PJconsts;
166 struct PJconsts *(*proj)(struct PJconsts*);/* projection entry point */
219 typedef struct PJconsts { struct
221 XY (*fwd)(LP, struct PJconsts *); argument
222 LP (*inv)(XY, struct PJconsts *); argument
223 void (*spc)(LP, struct PJconsts *, struct FACTORS *); argument
224 void (*pfree)(struct PJconsts *); argument
273 struct PJconsts *pj_##id(struct PJconsts*); extern char * const pj_s_##id; argument
/dports/math/PDL/PDL-2.019/Lib/GIS/Proj/include/
H A Dprojects.h162 struct PJconsts;
166 struct PJconsts *(*proj)(struct PJconsts*);/* projection entry point */
219 typedef struct PJconsts { struct
221 XY (*fwd)(LP, struct PJconsts *); argument
222 LP (*inv)(XY, struct PJconsts *); argument
223 void (*spc)(LP, struct PJconsts *, struct FACTORS *); argument
224 void (*pfree)(struct PJconsts *); argument
273 struct PJconsts *pj_##id(struct PJconsts*); extern char * const pj_s_##id; argument
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libproj/vtklibproj/src/
H A Dprojects.h184 struct PJconsts;
188 struct PJconsts *(*proj)(struct PJconsts*); /* projection entry point */
262 typedef struct PJconsts { struct
264 XY (*fwd)(LP, struct PJconsts *); argument
265 LP (*inv)(XY, struct PJconsts *); argument
266 XYZ (*fwd3d)(LPZ, struct PJconsts *); argument
267 LPZ (*inv3d)(XYZ, struct PJconsts *); argument
268 void (*spc)(LP, struct PJconsts *, struct FACTORS *); argument
269 void (*pfree)(struct PJconsts *); argument
498 void pj_prepare (PJ *P, const char *description, void (*freeup)(struct PJconsts *), size_t sizeof_s…
H A Dpj_list.c13 #define PROJ_HEAD(id, name) struct PJconsts *pj_##id(struct PJconsts*);
H A DPJ_ob_tran.c6 struct PJconsts *link;
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libproj/vtklibproj/src/
H A Dprojects.h184 struct PJconsts;
188 struct PJconsts *(*proj)(struct PJconsts*); /* projection entry point */
262 typedef struct PJconsts { struct
264 XY (*fwd)(LP, struct PJconsts *); argument
265 LP (*inv)(XY, struct PJconsts *); argument
266 XYZ (*fwd3d)(LPZ, struct PJconsts *); argument
267 LPZ (*inv3d)(XYZ, struct PJconsts *); argument
268 void (*spc)(LP, struct PJconsts *, struct FACTORS *); argument
269 void (*pfree)(struct PJconsts *); argument
498 void pj_prepare (PJ *P, const char *description, void (*freeup)(struct PJconsts *), size_t sizeof_s…
H A Dpj_list.c13 #define PROJ_HEAD(id, name) struct PJconsts *pj_##id(struct PJconsts*);
H A DPJ_igh.c32 struct PJconsts* pj[12]; \
H A DPJ_ob_tran.c6 struct PJconsts *link;
/dports/graphics/proj/proj-7.2.1/src/
H A Dlist.cpp12 #define PROJ_HEAD(id, name) extern "C" struct PJconsts *pj_##id(struct PJconsts*);
H A Dproj_internal.h222 struct PJconsts;
232 typedef struct PJconsts PJ; /* the PJ object herself */
350 struct PJconsts { struct
367PJconsts *parent = nullptr; /* Parent PJ of pipeline steps - nullptr if not a pipeline step */ argument
563 PJconsts(); argument
564 PJconsts(const PJconsts &) = delete;
565 PJconsts &operator=(const PJconsts &) = delete; argument
H A Dmalloc.cpp199 PJconsts::PJconsts(): destructor(pj_default_destructor) {} in PJconsts() function in PJconsts
/dports/math/vtk8/VTK-8.2.0/Geovis/Core/
H A DvtkGeoProjection.h35 struct PJconsts;
36 typedef struct PJconsts PJ;
/dports/math/vtk9/VTK-9.1.0/Geovis/Core/
H A DvtkGeoProjection.h35 struct PJconsts;
36 typedef struct PJconsts PJ;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsprojutils.h34 struct PJconsts;
35 typedef struct PJconsts PJ;
H A Dqgsdatumtransform.h30 struct PJconsts;
31 typedef struct PJconsts PJ;
H A Dqgscoordinatetransform_p.h43 struct PJconsts;
44 typedef struct PJconsts PJ;
H A Dqgscoordinatereferencesystem.h45 struct PJconsts;
46 typedef struct PJconsts PJ;
/dports/graphics/qgis/qgis-3.22.3/src/core/proj/
H A Dqgsprojutils.h34 struct PJconsts;
35 typedef struct PJconsts PJ;
H A Dqgsdatumtransform.h29 struct PJconsts;
30 typedef struct PJconsts PJ;
H A Dqgscoordinatetransform_p.h36 struct PJconsts;
37 typedef struct PJconsts PJ;
H A Dqgscoordinatereferencesystem.h48 struct PJconsts;
49 typedef struct PJconsts PJ;
/dports/math/R-cran-sf/sf/src/
H A Dproj_info.cpp152 struct PJconsts;
155 struct PJconsts *(*proj)(struct PJconsts*);/* projection entry point */
/dports/graphics/R-cran-rgdal/rgdal/src/
H A Dprojectit.cpp587 struct PJconsts;
591 struct PJconsts *(*proj)(struct PJconsts*);/* projection entry point */
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/
H A Dgeoreferencing.h43 using ProjTransformData = struct PJconsts;

12