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

Method SetTextProperty

Rendering/Annotation/Private/vtkTextActorInterfaceInternal.cxx:86–92  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

84
85//------------------------------------------------------------------------------
86void vtkTextActorInterfaceInternal::SetTextProperty(
87 vtkTextProperty* textProperty, vtkProperty* actorProperty)
88{
89 this->FollowerAdaptor->UpdateProperty(textProperty, actorProperty);
90 this->Raster2D->SetTextProperty(textProperty);
91 this->Raster3D->SetTextProperty(textProperty);
92}
93
94//------------------------------------------------------------------------------
95void vtkTextActorInterfaceInternal::GetActors(vtkPropCollection* collection)

Callers 9

SetAxesTextPropertyMethod · 0.45
vtkLegendScaleActorMethod · 0.45
BuildLeaderMethod · 0.45
vtkCaptionActor2DMethod · 0.45
RenderOpaqueGeometryMethod · 0.45
~vtkCornerAnnotationMethod · 0.45

Calls 1

UpdatePropertyMethod · 0.80

Tested by

no test coverage detected