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

Function SetLabelTextProperty

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

@{ * Set/Get the text property. * If an integer argument is provided, you may provide different text * properties for different label types. The type is determined by an * optional type input array. */

Source from the content-addressed store, hash-verified

155 * optional type input array.
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);

Callers

nothing calls this directly

Calls 1

SetLabelTextPropertyMethod · 0.45

Tested by

no test coverage detected