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

Method SetScaleToPowerOfTwo

Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx:1714–1721  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1712
1713//------------------------------------------------------------------------------
1714void vtkMatplotlibMathTextUtilities::SetScaleToPowerOfTwo(bool val)
1715{
1716 if (this->ScaleToPowerOfTwo != val)
1717 {
1718 this->ScaleToPowerOfTwo = val;
1719 this->Modified();
1720 }
1721}
1722
1723//------------------------------------------------------------------------------
1724bool vtkMatplotlibMathTextUtilities::GetScaleToPowerOfTwo()

Callers 2

TestRenderStringFunction · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by 1

TestRenderStringFunction · 0.36