[vtkusers] Infovis: Parallel coordinates view/rep/interact example?

David Feng dfeng at cs.unc.edu
Mon Feb 22 15:50:09 EST 2010


Well that's odd.  Obviously there's a mapper set if you can see the
lines.  I'll see if I can reproduce what you're seeing.

David

On Mon, Feb 22, 2010 at 3:23 PM, Eric E. Monson <emonson at cs.duke.edu> wrote:
> Hey again David,
>
> A possible bug I noticed while I was playing around with different parallel coordinated view options:
>
> If I use SetBrushModeToAngle() or SetBrushModeToFunction() it seems to work okay, but I get a bunch of errors in my python console like this while I'm interacting with the view, changing the line angles (repeated over and over again):
>
> ERROR: In /home/emonson/Programming/VTK_cvs/VTK/Filtering/vtkActor2D.cxx, line 126
> vtkActor2D (0x1068dc0): vtkActor2D::Render - No mapper set
>
> ERROR: In /home/emonson/Programming/VTK_cvs/VTK/Filtering/vtkActor2D.cxx, line 171
> vtkActor2D (0x1068dc0): vtkActor2D::HasTranslucentPolygonalGeometry - No mapper set
>
> ERROR: In /home/emonson/Programming/VTK_cvs/VTK/Filtering/vtkActor2D.cxx, line 100
> vtkActor2D (0x1068dc0): vtkActor2D::Render - No mapper set
>
> I don't see it when I use "lasso" selection. It shows up on both my OS X 10.6.2 and Ubuntu 9.10 systems, both using CVS VTK built with CMake 2.9.20100113 and 2.6-patch 4 respectively.
>
> Talk to you later,
> -Eric
>
>
> On Feb 22, 2010, at 1:57 PM, David Feng wrote:
>
>> Hi -- I'm the one that's been developing those classes.  Glad they were
>> easy enough to figure out how to use, and thanks for putting together
>> an example.  The AxisThreshold is intended to be something along the
>> lines of a per-axis range threshold.  I haven't quite gotten around to
>> implementing it yet.
>>
>> Marcus Hanwell and I are in the process of porting this code to use
>> the new charting API.  I'll make another pass at documentation and
>> examples once we get that finished.
>>
>> David
>>
>> p.s. sorry if this is a duplicate -- sent this message from the wrong
>> address before.
>>
>> On Sat, Feb 20, 2010 at 10:28 PM, Eric E. Monson <emonson at cs.duke.edu> wrote:
>>> Okay, by playing around I figured out how to use it.
>>>
>>> I'm curious, though: What will the AxisThreshold brush method be when it's filled in in the View class?
>>>
>>> Thanks,
>>> -Eric
>>>
>>>
>>> On Feb 19, 2010, at 2:39 PM, Eric E. Monson wrote:
>>>
>>>> Hey folks,
>>>>
>>>> A new application just came up for me that needs parallel coordinates and the ability to select certain points there and link this to selections and actions in other views.
>>>>
>>>> I was just looking at the repository and it looks like these classes for the view/rep/interactor have really been coming along! Is there anyone who has been working on the development that could pass along an example of how to put it all together (even if it's not a very polished) so I could get started testing it a little more quickly?
>>>>
>>>> (Sorry if I missed an obvious example that's already in the repository or wiki.)
>>>>
>>>> Thanks a lot,
>>>> -Eric
>>>>
>>>> ------------------------------------------------------
>>>> Eric E Monson
>>>> Duke Visualization Technology Group
>>>>
>>>> _______________________________________________
>>>> 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
>>>
>>> _______________________________________________
>>> 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
>>>
>>
>>
>>
>> --
>> http://www.cs.unc.edu/~dfeng
>
>



-- 
http://www.cs.unc.edu/~dfeng



More information about the vtkusers mailing list