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

Method SetGraphHoverArrayName

Views/Infovis/vtkRenderedTreeAreaRepresentation.cxx:326–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void vtkRenderedTreeAreaRepresentation::SetGraphHoverArrayName(const char* name, int idx)
327{
328 if (this->ValidIndex(idx))
329 {
330 this->Implementation->Graphs[idx]->SetHoverArrayName(name);
331 }
332}
333
334const char* vtkRenderedTreeAreaRepresentation::GetGraphHoverArrayName(int idx)
335{

Callers 2

SetGraphHoverArrayNameFunction · 0.80
TestTreeRingViewFunction · 0.80

Calls 1

ValidIndexMethod · 0.95

Tested by 1

TestTreeRingViewFunction · 0.64