[vtkusers] Inheritance question
francesco caruso
guernika79 at gmail.com
Thu Nov 10 12:46:25 EST 2005
Matt Valerio ha scritto:
> Hello VTK users,
>
> I'm new to VTK and am trying to write a visualization app for some data I
> have.
>
> I want to create an object (like a cone) that I can modify its height,
> radium, color, opacity, ambient light, position, and direction all at once.
hello
perhaps you could develop a class directly derived from vtkActor, in
which vtkConeSource, vtkPolyDataMapper and vtkProperty are members,
and implement the methods to change them...
you gave me a nice suggestion :)
thanks!
More information about the vtkusers
mailing list