One possible solution is to add the labels as a point data or cell data array of type "vtkStringArray" and then use the selection labeling mechanism to label with this string array.
Utkarsh On Fri, Dec 19, 2008 at 6:04 PM, Nehme Bilal <[email protected]> wrote: > Hello, > > Is it possible to put labels on points or cells using a filter ? > > Inside my filter code, I want to do something like: > myPoint->setLabel("50 metres"); > > the label must look like the selection inspector label and not the > vtkVectorText one. > > Is there a way to do that ? > _______________________________________________ > ParaView mailing list > [email protected] > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
