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

Method metadataItem

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

Source from the content-addressed store, hash-verified

2521 }
2522
2523 std::string metadataItem(const std::string &key,
2524 int sample = -1) const override {
2525 return m_grid->metadataItem(key, sample);
2526 }
2527
2528 void insertGrid(PJ_CONTEXT *ctx,
2529 std::unique_ptr<GTiffGenericGrid> &&subgrid);

Callers

nothing calls this directly

Calls 1

metadataItemMethod · 0.45

Tested by

no test coverage detected