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

Method SetPoint1

Rendering/Annotation/vtkAxisActor.cxx:1721–1724  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1719
1720//------------------------------------------------------------------------------
1721void vtkAxisActor::SetPoint1(double x, double y, double z)
1722{
1723 this->Point1Coordinate->SetValue(x, y, z);
1724}
1725
1726//------------------------------------------------------------------------------
1727void vtkAxisActor::SetPoint2(double x, double y, double z)

Callers 15

TestFluidMapperFunction · 0.45
TestSSAOPassFunction · 0.45
BuildRendererFunction · 0.45
TestShadowMapPassFunction · 0.45
BuildRendererFunction · 0.45
TestCoincidentFloorFunction · 0.45
TestSSAOPassWithRendererFunction · 0.45
vtkVRControlsHelperMethod · 0.45
vtkVRRendererMethod · 0.45

Calls 1

SetValueMethod · 0.45

Tested by 15

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