[Paraview] How to choose 2 input arrays

2011-02-16 Thread Rafael Küng
Hi all I would like to write a filter where i can select 2 arrays of the input polydata in the gui (for advanced filtering options, simply aplying the filter twice wouldn't help) I did get the filter running with one selection ability like this: vtkTrackFilter.cxx -- ...

Re: [Paraview] Naming two output ports

2010-12-29 Thread Rafael Küng
from a data source that produces two outputs. SourceProxy ... ... OutputPort name=Northern Hemisphere index=0 / OutputPort name=Southern Hemisphere index=1 / ... /SourceProxy Burlen On 12/28/2010 03:28 PM, Rafael Küng wrote: Hi there Could you please help me: How do you name the output ports

[Paraview] Naming two output ports

2010-12-28 Thread Rafael Küng
Hi there Could you please help me: How do you name the output ports, so they show up in the pipelinebrowser in paraview? Example: the ContingencyStatistics filter produces 2 output: Statistical Model and Assessed Data. I can create the two output, but no idea how to name them. looking throu

[Paraview] bug in vtkLookupTable?

2010-12-08 Thread Rafael Küng
Hi There I'm trying to get colored points and tracks with a reader, but i only get the first point colored.. can somebody please give me a hint? It looks to me that the SetTableRange(d,d) is not doing what it's supposed to do... (pv 3.8.0) In position (vtkPoints) i've got 10 points,

[Paraview] Setting color / transparency for polydata

2010-11-17 Thread Rafael Küng
Hi there For my bachelor thesis, I'm doing a reader in c++ to read in large amount of points and display them (from a solar system simulation output in a sqlite db), but i fail at setting transparency for certain points. Can anybody please point me to a tutorial or give me a hint? I did look