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

Method SetOrigin

Rendering/Annotation/vtkPolarAxesActor2D.cxx:112–116  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

110
111//------------------------------------------------------------------------------
112void vtkPolarAxesActor2D::SetOrigin(double x, double y)
113{
114 this->RadialGrid->SetOrigin(x, y);
115 this->ArcGrid->SetCenter(x, y);
116}
117
118//------------------------------------------------------------------------------
119void vtkPolarAxesActor2D::GetOrigin(double origin[2])

Callers 15

vtkPolarAxesActor2DMethod · 0.95
TestFluidMapperFunction · 0.45
TestSSAOPassFunction · 0.45
BuildRendererFunction · 0.45
TestBatchOrderRenderingFunction · 0.45
TestShadowMapPassFunction · 0.45
BuildRendererFunction · 0.45
TestCoincidentFloorFunction · 0.45
TestSSAOPassWithRendererFunction · 0.45
vtkVRRendererMethod · 0.45
ClipMethod · 0.45

Calls 1

SetCenterMethod · 0.45

Tested by 15

TestFluidMapperFunction · 0.36
TestSSAOPassFunction · 0.36
BuildRendererFunction · 0.36
TestBatchOrderRenderingFunction · 0.36
TestShadowMapPassFunction · 0.36
BuildRendererFunction · 0.36
TestCoincidentFloorFunction · 0.36
TestSSAOPassWithRendererFunction · 0.36