Hello everybody,<br><br>In our application, I am currently creating an instance of vtkMutableUndirectedGraph class and display it in 3D.<br clear="all">One of the functionalities we want is to delete a node (and an edge) from the graph. I haven't seen any functions to do this. I am new to VTK. Am I missing something? Do I need to implement these functions myself? (Using BGL or some other vtk code)<br>
<br>One another question I have is if anybody tried to use vtkAssignCoordinates and display the graph. The coordinates of vertices are important in my graph and When I try to do this with AssignCoordinates (X,Y,Z coordinates), vtk simply ignores vertex positions.<br>
<br>I appreciate your help.<br><br>PS:I can give more details.<br>Thanks alot.<br><br><br><br>-- <br>My web page: <a href="http://www.cs.rpi.edu/~vargua">http://www.cs.rpi.edu/~vargua</a><br>