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

Method GetValues

Rendering/Volume/vtkUnstructuredGridVolumeZSweepMapper.cxx:1559–1559  ·  view source on GitHub ↗

Current values.

Source from the content-addressed store, hash-verified

1557 int GetX() { return this->X; }
1558 // Current values.
1559 double* GetValues() { return this->Values; }
1560 // Current z coordinate in view space.
1561 double GetZview() { return this->Zview; }
1562

Callers 10

InitFunction · 0.45
SavePixelListFrameMethod · 0.45
RasterizeTriangleMethod · 0.45
RasterizeSpanMethod · 0.45
RasterizeLineMethod · 0.45
CompositeFunctionMethod · 0.45
RenderMethod · 0.45
TestLabeledContourMapperFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestLabeledContourMapperFunction · 0.36