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

Method SetScale

Rendering/Annotation/Private/vtkTextActorInterfaceInternal.cxx:126–131  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

124
125//------------------------------------------------------------------------------
126void vtkTextActorInterfaceInternal::SetScale(double scale)
127{
128 // vtkTextActor does not support scaling, so Raster2D is not updated here.
129 this->FollowerAdaptor->SetScale(scale);
130 this->RasterFollower->SetScale(scale);
131}
132
133//------------------------------------------------------------------------------
134void vtkTextActorInterfaceInternal::GetBounds(double bounds[6])

Callers 10

UpdatePropsMethod · 0.45
SetLabelScaleMethod · 0.45
SetTitleScaleMethod · 0.45
SetExponentScaleMethod · 0.45
UpdatePropsMethod · 0.45
TestCornerAnnotationFunction · 0.45
AdjustScaleMethod · 0.45
RenderMethod · 0.45
TestAnariRenderMeshFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestCornerAnnotationFunction · 0.36
TestAnariRenderMeshFunction · 0.36