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

Method SetPadding

Charts/Core/vtkChartMatrix.cxx:328–333  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

326
327//------------------------------------------------------------------------------
328void vtkChartMatrix::SetPadding(const float& padding)
329{
330 this->Padding = padding;
331 this->LayoutIsDirty = true;
332 this->Modified();
333}
334
335//------------------------------------------------------------------------------
336void vtkChartMatrix::SetSpecificResize(const vtkVector2i& index, const vtkVector2f& resize)

Callers 9

__init__Method · 0.45
RenderOpaqueGeometryMethod · 0.45
vtkBarChartActorMethod · 0.45
ShallowCopyMethod · 0.45
vtkPieChartActorMethod · 0.45
vtkSpiderPlotActorMethod · 0.45
ShallowCopyMethod · 0.45
TestCaptionActor2DFunction · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by 3

__init__Method · 0.36
TestCaptionActor2DFunction · 0.36