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

Method SetPosition

Rendering/Annotation/Private/vtkTextActorInterfaceInternal.cxx:146–150  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

144
145//------------------------------------------------------------------------------
146void vtkTextActorInterfaceInternal::SetPosition(double pos[3])
147{
148 this->VectorFollower->SetPosition(pos);
149 this->RasterFollower->SetPosition(pos);
150}
151
152//------------------------------------------------------------------------------
153void vtkTextActorInterfaceInternal::SetDisplayPosition(double x, double y)

Callers 15

BuildTitleMethod · 0.45
SetOffsetPositionMethod · 0.45
SetPoint1Function · 0.45
PlaceAxesMethod · 0.45
RenderOpaqueGeometryMethod · 0.45
ConfigureTitleMethod · 0.45
ConfigureTicksMethod · 0.45
BuildRepresentationMethod · 0.45
PlaceAxesMethod · 0.45
BuildLeaderMethod · 0.45
BuildCurvedLeaderMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestCubeAxesInnerGridAllFunction · 0.36
TestScalarBarFunction · 0.36
InitializeZAxisFunction · 0.36
TestCubeAxes2DModeFunction · 0.36