[vtkusers] Printing the values an vtkSmartPointer object

Shrabani Ghosh srbn.ghosh99 at gmail.com
Wed Aug 8 16:52:53 EDT 2018


HI,

I have an object which is simplex mesh. It has vertex points and cells
sharing points. I want to see  Get the cells that surround a point i with
this line using a loop. 

            vtkSmartPointer<vtkIdList> vertex =
vtkSmartPointer<vtkIdList>::New();
            vertex->InsertNextId(i);

After getting all the values how I can print or see the values of vertex
inserted? 




--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html


More information about the vtkusers mailing list