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

Function GetLabelTextProperty

Rendering/OpenGL2/vtkFastLabeledDataMapper.h:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 */
127 virtual void SetLabelTextProperty(vtkTextProperty* p) { this->SetLabelTextProperty(p, 0); }
128 virtual vtkTextProperty* GetLabelTextProperty() { return this->GetLabelTextProperty(0); }
129 virtual void SetLabelTextProperty(vtkTextProperty* p, int type);
130 virtual vtkTextProperty* GetLabelTextProperty(int type);
131 ///@}

Callers

nothing calls this directly

Calls 1

GetLabelTextPropertyMethod · 0.45

Tested by

no test coverage detected