[vtkusers] Selecting multiple actors

Anka Kochanowska pluszcz at gmail.com
Thu Jan 21 08:56:46 EST 2010


Hi!
Please, send messages to vtkusers, this way, you might get better answers :-)
Something like:

        vtkAssembly *assembly;
        vtkImagePlaneActor * plane = vtkImagePlaneActor::New();
        plane->SetInput(...);
        plane->SetUserTransform( ... );
        ...
        assembly->AddPart( plane );

Anka

On Thu, Jan 21, 2010 at 8:36 AM, KS Jothybasu <jothybasu at gmail.com> wrote:
> Thanks,
>
> Do you mean that its possible to add actors to an assembly?
>
> I am new to vtk and in the learning phase. If thats's possible then I will
> try that!
>
> Thanks,
>
> Jothy
>
> On Thu, Jan 21, 2010 at 12:59 PM, Anka Kochanowska <pluszcz at gmail.com>
> wrote:
>>
>> Hi!
>> It would need some work in UI. You might keep a list of selected
>> actors and then apply the same transform to all the actors from the
>> list.
>> Would be easier to have actors in one assembly but, that probably is
>> not your intention.
>> Anka
>>
>>
>> On Thu, Jan 21, 2010 at 7:52 AM, David Doria <daviddoria+vtk at gmail.com>
>> wrote:
>> > On Fri, Jan 15, 2010 at 7:32 AM, KS Jothybasu <jothybasu at gmail.com>
>> > wrote:
>> >>
>> >> Hi,
>> >>
>> >> I would like to select multiple actors with ctrl/shift key amd move
>> >> them
>> >> at once.
>> >>
>> >> How to do this?
>> >>
>> >> Thanks
>> >>
>> >> Jothy
>> >>
>> >
>> > This is another case where a couple of "nope, I've never seen something
>> > like
>> > this" from a couple of experienced users could at least bring some
>> > closure
>> > to the issue.
>> > Anyone?
>> > Thanks,
>> >
>> > David
>> > _______________________________________________
>> > 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
>> >
>> >
>> _______________________________________________
>> 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