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

Method SetAreaLabelTextProperty

Views/Infovis/vtkRenderedTreeAreaRepresentation.cxx:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void vtkRenderedTreeAreaRepresentation::SetAreaLabelTextProperty(vtkTextProperty* prop)
228{
229 this->AreaLabelHierarchy->SetTextProperty(prop);
230}
231
232const char* vtkRenderedTreeAreaRepresentation::GetAreaColorArrayName()
233{

Callers 1

SetAreaLabelMapperMethod · 0.95

Calls 1

SetTextPropertyMethod · 0.45

Tested by

no test coverage detected