[vtkusers] Problem with extending of vtkActor class under Win32
Mathieu Malaterre
mathieu.malaterre at kitware.com
Thu Apr 21 09:29:52 EDT 2005
Alexey,
You never really instanciate a vtkActor but usually a vtkOpenGLAcotr.
See for example:
http://public.kitware.com/pipermail/vtkusers/2001-July/056858.html
HTH
Mathieu
PETROV Alexey wrote:
> Dear vtkusers,
>
> I have problem with extending of vtkActor class under Win32.
> I have defined a descendant of vtkActor class, something like -
>
> class MyActor: public vtkActor
> {
> ...
> }
>
> But I can not render my actor.
> Is there any limitation?
>
> Please help
> _______________________________________________
> This is the private VTK discussion list. Please keep messages on-topic.
> Check the 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