[Paraview-developers] Is there a "no view" hint for filters?

Cory Quammen cory.quammen at kitware.com
Mon May 8 09:27:02 EDT 2017


Cornelis,

That's not explicitly as far as I know, but what happens if you try
setting the view to "none"? My guess would be that you get a new view
with whatever your default view type happens to be (usually
RenderView).

Best,
Cory

On Mon, May 8, 2017 at 5:25 AM, Cornelis Bockemühl
<cornelis.bockemuehl at gmail.com> wrote:
> Hello all,
>
> Writing a filter with 3 output ports, I would like to achieve a behaviour
> that only the first of the ports will show in some 3D render view by
> default. The second and third are actually table data which the user may
> want to see or not.
>
> With this it makes sense to have them still as output port, but without a
> default representation. The user may then open a spreadsheet view and choose
> among the output ports he wants to see in numeric form.
>
> I know that in ther server manager xml you can put "hints" for
> "Representation" or "RepresentationType", e.g.
>
>    <RepresentationType view="RenderView" type="Surface With Edges"/>
>
> What I would like to use would be something like this:
>
>    <Representation view="none" />
>
> Is there such a thing available? I was trying and searching the source code,
> but did not find an indication.
>
> Regards, Cornelis
>
> --
> Cornelis Bockemühl
> Basel, Schweiz
>
> _______________________________________________
> 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=Paraview-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview-developers
>



-- 
Cory Quammen
Staff R&D Engineer
Kitware, Inc.


More information about the Paraview-developers mailing list