| 324 | } |
| 325 | |
| 326 | void vtkRenderedGraphRepresentation::SetVertexLabelTextProperty(vtkTextProperty* p) |
| 327 | { |
| 328 | this->VertexLabelHierarchy->SetTextProperty(p); |
| 329 | } |
| 330 | |
| 331 | void vtkRenderedGraphRepresentation::SetEdgeLabelTextProperty(vtkTextProperty* p) |
| 332 | { |
nothing calls this directly
no test coverage detected