| 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 | ///@} |
nothing calls this directly
no test coverage detected