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

Function GetLabelTextProperty

Rendering/Label/vtkLabeledDataMapper.h:158–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 */
157 virtual void SetLabelTextProperty(vtkTextProperty* p) { this->SetLabelTextProperty(p, 0); }
158 virtual vtkTextProperty* GetLabelTextProperty() { return this->GetLabelTextProperty(0); }
159 virtual void SetLabelTextProperty(vtkTextProperty* p, int type);
160 virtual vtkTextProperty* GetLabelTextProperty(int type);
161 ///@}

Callers

nothing calls this directly

Calls 1

GetLabelTextPropertyMethod · 0.45

Tested by

no test coverage detected