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