Hi all, <div><br></div><div>I have a vtkMutableDirectedGraph and I would like to hide the root vertex and the first edges, while visualizing it through a vtkGraphLayoutView.</div><div> ______</div><div> root |</div>
<div> / | \ __ | HIDE</div><div> d1 d2 d3 </div><div> .... .... ...</div><div><br></div><div>It is possible to do so in the vtkQtTreeView (SetShowRootNode(false)) and I was wondering if such a feature was available?</div>
<div>Which would be the best practice to achieve this goal?</div><div><br></div><div>Thanks,</div><div>Nicolas</div>