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

Method SetPhysicalScale

Rendering/Core/vtkRenderWindow.cxx:239–247  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

237
238//------------------------------------------------------------------------------
239void vtkRenderWindow::SetPhysicalScale(double scale)
240{
241 if (this->PhysicalScale != scale)
242 {
243 this->PhysicalScale = scale;
244 this->InvokeEvent(vtkRenderWindow::PhysicalToWorldMatrixModified);
245 this->Modified();
246 }
247}
248
249//------------------------------------------------------------------------------
250void vtkRenderWindow::SetPhysicalToWorldMatrix(vtkMatrix4x4* matrix)

Callers 1

SetScaleMethod · 0.45

Calls 2

InvokeEventMethod · 0.80
ModifiedMethod · 0.45

Tested by

no test coverage detected