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

Method reassign_context

ThirdParty/libproj/vtklibproj/src/grids.cpp:1677–1680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1675 const std::string &filename);
1676
1677 void reassign_context(PJ_CONTEXT *ctx) override {
1678 m_ctx = ctx;
1679 m_fp->reassign_context(ctx);
1680 }
1681
1682 bool hasChanged() const override { return m_fp->hasChanged(); }
1683};

Callers

nothing calls this directly

Calls 1

reassign_contextMethod · 0.45

Tested by

no test coverage detected