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

Method SetMagnifyImageMethod

Rendering/Parallel/vtkParallelRenderManager.cxx:962–972  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

960
961//------------------------------------------------------------------------------
962void vtkParallelRenderManager::SetMagnifyImageMethod(int method)
963{
964 if (this->MagnifyImageMethod == method)
965 {
966 return;
967 }
968
969 this->MagnifyImageMethod = method;
970 // May need to modify image reduction factor.
971 this->SetImageReductionFactor(this->ImageReductionFactor);
972}
973
974//------------------------------------------------------------------------------
975void vtkParallelRenderManager::SetImageReductionFactorForUpdateRate(double desiredUpdateRate)

Callers 2

Calls 1

Tested by

no test coverage detected