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

Method SetLabelTextProperty

Rendering/Label/vtkLabeledDataMapper.cxx:130–134  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

128
129//------------------------------------------------------------------------------
130void vtkLabeledDataMapper::SetLabelTextProperty(vtkTextProperty* prop, int type)
131{
132 this->Implementation->TextProperties[type] = prop;
133 this->Modified();
134}
135
136//------------------------------------------------------------------------------
137vtkTextProperty* vtkLabeledDataMapper::GetLabelTextProperty(int type)

Callers 15

SetLabelTextPropertyFunction · 0.45
TestLabelPlacerFunction · 0.45
TestLabelPlacer2DFunction · 0.45
ShallowCopyMethod · 0.45
~vtkBarChartActorMethod · 0.45
~vtkScalarBarActorMethod · 0.45
ShallowCopyMethod · 0.45
SetAxesTextPropertyMethod · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by 7

TestLabelPlacerFunction · 0.36
TestLabelPlacer2DFunction · 0.36
InitializeXAxisFunction · 0.36
TestAxisActor2DFunction · 0.36
UpdateTextPropertiesFunction · 0.36
TestLifeTimeFunction · 0.36