[vtkusers] Creating Actors in one function and manupulating them in an other function!!!

Jérôme jerome.velut at gmail.com
Wed Jul 1 07:32:50 EDT 2009


In C++, the objects you "created" in a function are known only inside
the function, unless you use a dynamic allocation (in a nutshell...).
Dynamic allocation with VTK is done via vtkXXX::New( ) function. It
includes the 'new' operator with some memory management stuff.

One more time : a part of your code will be *very* helpful if you want
some help.

Jerome

2009/7/1, ClaudeG <claude.gangolf at gmail.com>:
>
> I'm using C++ for my project
>
>
> --
> View this message in context:
> http://www.nabble.com/Creating-Actors-in-one-function-and-manupulating-them-in-an-other-function%21%21%21-tp24268117p24284848.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
>
> _______________________________________________
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list