[vtkusers] Printing the values an vtkSmartPointer object

kenichiro yoshimi rccm.kyoshimi at gmail.com
Wed Aug 8 20:46:07 EDT 2018


Hi,

I just find this example to provide you with help:
https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/VertexConnectivity/

Best
2018年8月9日(木) 5:53 Shrabani Ghosh <srbn.ghosh99 at gmail.com>:
>
> 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
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> https://public.kitware.com/mailman/listinfo/vtkusers


More information about the vtkusers mailing list