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

Method samplesPerPixel

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

Source from the content-addressed store, hash-verified

2511 bool valueAt(int x, int y, int sample, float &out) const override;
2512
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);

Callers

nothing calls this directly

Calls 1

samplesPerPixelMethod · 0.45

Tested by

no test coverage detected