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

Method SetPoint2

Rendering/Annotation/vtkAxisActor.cxx:1727–1730  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1725
1726//------------------------------------------------------------------------------
1727void vtkAxisActor::SetPoint2(double x, double y, double z)
1728{
1729 this->Point2Coordinate->SetValue(x, y, z);
1730}
1731
1732//------------------------------------------------------------------------------
1733double* vtkAxisActor::GetPoint1()

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