MCPcopy Create free account
hub / github.com/Kitware/VTK / SetGraphHoverArrayName

Function SetGraphHoverArrayName

Views/Infovis/vtkRenderedTreeAreaRepresentation.h:193–193  ·  view source on GitHub ↗

@{ * The name of the array whose value appears when the mouse hovers * over a graph edge. */

Source from the content-addressed store, hash-verified

191 * over a graph edge.
192 */
193 virtual void SetGraphHoverArrayName(const char* name) { this->SetGraphHoverArrayName(name, 0); }
194 virtual void SetGraphHoverArrayName(const char* name, int idx);
195 virtual const char* GetGraphHoverArrayName() { return this->GetGraphHoverArrayName(0); }
196 virtual const char* GetGraphHoverArrayName(int idx);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected