| 329 | } |
| 330 | |
| 331 | void vtkRenderedGraphRepresentation::SetEdgeLabelTextProperty(vtkTextProperty* p) |
| 332 | { |
| 333 | this->EdgeLabelHierarchy->SetTextProperty(p); |
| 334 | } |
| 335 | |
| 336 | vtkTextProperty* vtkRenderedGraphRepresentation::GetVertexLabelTextProperty() |
| 337 | { |
nothing calls this directly
no test coverage detected