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

Method SetGlyphType

Views/Infovis/vtkGraphLayoutView.cxx:333–336  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

331
332//------------------------------------------------------------------------------
333void vtkGraphLayoutView::SetGlyphType(int type)
334{
335 this->GetGraphRepresentation()->SetGlyphType(type);
336}
337
338//------------------------------------------------------------------------------
339int vtkGraphLayoutView::GetGlyphType()

Callers 5

CreateWidgetFunction · 0.45
RequestDataMethod · 0.45
SetPlotGlyphTypeMethod · 0.45

Calls 1

Tested by 2

CreateWidgetFunction · 0.36