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

Method unit

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

Source from the content-addressed store, hash-verified

2513 int samplesPerPixel() const override { return m_grid->samplesPerPixel(); }
2514
2515 std::string unit(int sample) const override {
2516 return m_grid->metadataItem("UNITTYPE", sample);
2517 }
2518
2519 std::string description(int sample) const override {
2520 return m_grid->metadataItem("DESCRIPTION", sample);

Callers 15

identifyMethod · 0.45
identifyOrInsertMethod · 0.45
proj_cs_get_axis_infoFunction · 0.45
buildGeodeticCRSMethod · 0.45
buildProjectedCRSMethod · 0.45
buildVerticalCRSMethod · 0.45

Calls 1

metadataItemMethod · 0.45

Tested by

no test coverage detected