MCPcopy Create free account
hub / github.com/Kitware/VTK / skip_prep_fin

Function skip_prep_fin

ThirdParty/libproj/vtklibproj/src/4D_api.cpp:623–633  ·  view source on GitHub ↗

/

Source from the content-addressed store, hash-verified

621
622/*************************************************************************************/
623static PJ* skip_prep_fin(PJ *P) {
624/**************************************************************************************
625Skip prepare and finalize function for the various "helper operations" added to P when
626in cs2cs compatibility mode.
627**************************************************************************************/
628 P->skip_fwd_prepare = 1;
629 P->skip_fwd_finalize = 1;
630 P->skip_inv_prepare = 1;
631 P->skip_inv_finalize = 1;
632 return P;
633}
634
635/*************************************************************************************/
636static int cs2cs_emulation_setup (PJ *P) {

Callers 1

cs2cs_emulation_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected