@{ * 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. */
| 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); |
nothing calls this directly
no test coverage detected