[vtkusers] override resetCamera of vtkRenderer

Alex Malyushytskyy alexmalvtk at gmail.com
Thu Nov 17 17:50:16 EST 2011


What is a reason you want to override it?

Since it is not a virtual you can't override it, but I see no reason
why would you want to do it.
As far as I recall it is called explicitly, so you could use one of
alternative versions of ResetCamera(....)
like
void ResetCamera(double xmin, double xmax, double ymin, double ymax,
                   double zmin, double zmax);

Did you notice them?

Alex

On Thu, Nov 17, 2011 at 12:36 AM, youpie <meriadegp at yahoo.fr> wrote:
> Hi,
>
> How can I override resetCamera() method of vtkRenderer ?
>
>
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/override-resetCamera-of-vtkRenderer-tp5000496p5000496.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