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

Method reassign_context

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

Source from the content-addressed store, hash-verified

2529 std::unique_ptr<GTiffGenericGrid> &&subgrid);
2530
2531 void reassign_context(PJ_CONTEXT *ctx) override {
2532 m_grid->reassign_context(ctx);
2533 }
2534
2535 bool hasChanged() const override { return m_grid->hasChanged(); }
2536};

Callers

nothing calls this directly

Calls 1

reassign_contextMethod · 0.45

Tested by

no test coverage detected