MCPcopy Create free account
hub / github.com/OSGeo/PROJ / copyStateFrom

Method copyStateFrom

src/malloc.cpp:121–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119/*****************************************************************************/
120
121void PJconsts::copyStateFrom(const PJconsts &other) {
122 over = other.over;
123 errorIfBestTransformationNotAvailable =
124 other.errorIfBestTransformationNotAvailable;
125 warnIfBestTransformationNotAvailable =
126 other.warnIfBestTransformationNotAvailable;
127 skipNonInstantiable = other.skipNonInstantiable;
128}
129
130/*****************************************************************************/
131PJ *pj_new() {

Callers 2

proj_cloneFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected