[vtk-developers] Request: Make certain methods related to tick labels in vtkAxis virtual

Andy Bauer andy.bauer at kitware.com
Sat Aug 26 16:47:50 EDT 2017


Hi,

Feel free to add that change into VTK yourself. There are developer
instructions at
https://gitlab.kitware.com/vtk/vtk/blob/master/Documentation/dev/git/develop.md
that can help guide you through the process.

Best,
Andy

On Sat, Aug 26, 2017 at 12:47 PM, pdhahn <pdhahn at compintensehpc.com> wrote:

> Please make the following "generate" methods related to tick labels in
> vtkAxis virtual so they can be overridden in a subclass:
>
> GenerateSimpleLabel(), GenerateSprintfLabel(), GenerateLabelFormat(),
> GenerateLogSpacedLinearTicks()
>
> These methods all  can call this->TickLabels->InsertNextValue( ... ) with
> a
> label that they create.
>
> This would allow better control over tick label generation by
> re-implementing these in a subclass that handles additional kinds of
> "notation" and corresponding tick labels, as opposed to having to use the
> custom tick labels mechanism. In particular, date-time (timestamp) tick
> labels.
>
>
>
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.
> com/Request-Make-certain-methods-related-to-tick-
> labels-in-vtkAxis-virtual-tp5744594.html
> Sent from the VTK - Dev 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
>
> Search the list archives at: http://markmail.org/search/?q=vtk-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtk-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20170826/e4e42392/attachment.html>


More information about the vtk-developers mailing list