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

Method GetLabelTextProperty

Rendering/Label/vtkLabeledDataMapper.cxx:137–144  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

135
136//------------------------------------------------------------------------------
137vtkTextProperty* vtkLabeledDataMapper::GetLabelTextProperty(int type)
138{
139 if (this->Implementation->TextProperties.find(type) != this->Implementation->TextProperties.end())
140 {
141 return this->Implementation->TextProperties[type];
142 }
143 return nullptr;
144}
145
146//------------------------------------------------------------------------------
147void vtkLabeledDataMapper::SetInputData(vtkDataObject* input)

Callers 9

SetFormattedStringFunction · 0.45
GetLabelTextPropertyFunction · 0.45
RenderOpaqueGeometryMethod · 0.45
labeledMesh.pyFile · 0.45
labeledContours.pyFile · 0.45
TestLabelPlacerFunction · 0.45
TestClipLabelsFunction · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by 3

TestLabelPlacerFunction · 0.36
TestClipLabelsFunction · 0.36