[Paraview] ParaView Make Test

2011-03-03 Thread Brian Panneton
ROOT. So I check which VTK version it comes with and I get 5.8.0. Where can I download the data for this? I only see data on the VTK site for 5.6.1. Thanks, Brian Panneton ___ Powered by www.kitware.com Visit other Kitware open-source project

[Paraview] ParaView and Xdmf

2011-03-09 Thread Brian Panneton
Is Xdmf a required component of ParaView? To my understanding it is a plugin, but I cannot seem to find a way to avoid including it. Thanks, Brian ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensou

[Paraview] String Drop Down XML

2011-03-09 Thread Brian Panneton
I can't seem to figure out how to make a drop down list with strings from a reader. I have created a drop down list with integers, and I have read that it was possible, but I can't figure out what I need to implement. If any one has any good examples (XML and C++) that would be great. If I have th

Re: [Paraview] String Drop Down XML

2011-03-09 Thread Brian Panneton
SetPhase(const char* phase); vtkStringArray* GetPhaseList(); [/code] This seems to work. On Wed, Mar 9, 2011 at 4:24 PM, Brian Panneton wrote: > I can't seem to figure out how to make a drop down list with strings from a > reader. I have created a drop down list with integers, and I hav

[Paraview] Object Inspector Properties Access

2011-03-10 Thread Brian Panneton
'm not sure how to get the QObjects. Any ideas would be helpful. Thanks, Brian Panneton ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic an

[Paraview] Updating an Information Only Property

2011-03-21 Thread Brian Panneton
example code available where something of this sort is shown? Thanks, Brian Panneton ___ 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

Re: [Paraview] Updating an Information Only Property

2011-03-23 Thread Brian Panneton
*) > > Seb > > On Mon, Mar 21, 2011 at 3:38 PM, Brian Panneton > wrote: > > I currently have a custom panel with two QComboBoxes. Box2 depends on the > > selection of Box1. I have implemented a SLOT for the currentIndexChanged > > event on Box1. I am stuck trying to g

[Paraview] Information Only Property Parameters

2011-03-23 Thread Brian Panneton
command called from the information_only property. Thanks, Brian Panneton ___ 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 ParaView Wiki

Re: [Paraview] Information Only Property Parameters

2011-03-23 Thread Brian Panneton
tion() but it won't be much better. > > > On Wed, Mar 23, 2011 at 10:23 AM, Brian Panneton > wrote: > > If I have an information_only property with a command to get a > > vtkStringArray, is there a way to pass a parameter to the fuction? And, > can > > that par

Re: [Paraview] Information Only Property Parameters

2011-03-23 Thread Brian Panneton
oxy to make that push... > So I could be sure that both side are corrects. > > Thanks, > > Seb > > On Wed, Mar 23, 2011 at 11:32 AM, Brian Panneton > wrote: > > Okay, my attempt to push the variable to the server using > > immediate_update="1" seems to no

Re: [Paraview] Information Only Property Parameters

2011-03-24 Thread Brian Panneton
I needed. Thanks, Brian Panneton On Thu, Mar 24, 2011 at 9:47 AM, Sebastien Jourdain < sebastien.jourd...@kitware.com> wrote: > Hi Brian, > > I'm not sure to understand your UI and the way the things are. > It might be overkill, but if you want to express those dependency

[Paraview] QListWidget Selection Issue

2011-03-24 Thread Brian Panneton
the following error: "had to make up a value for selection" How can I provide a default for the selection? Thanks, Brian Panneton ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/

Re: [Paraview] QListWidget Selection Issue

2011-03-25 Thread Brian Panneton
e {143} Argument 1 = string_value {SetDataArrayStatus} Argument 2 = string_value {Something} Argument 3 = string_value {1} [/error] Could this be due to using a QListWidget? If so, what should I be using? Thanks, Brian Panneton On Thu, Mar 24, 2011 at 4:02 PM, Brian Panneton wrote: > I hav

Re: [Paraview] QListWidget Selection Issue

2011-03-25 Thread Brian Panneton
Mar 25, 2011 at 11:31 AM, Brian Panneton wrote: > I have changed the XML to look as such: > [code] > name="w3_DataList" > information_only="1"> > > > >

Re: [Paraview] QListWidget Selection Issue

2011-03-25 Thread Brian Panneton
Okay, I spelled repeat incorrectly. Once I corrected that everything works. On Fri, Mar 25, 2011 at 11:54 AM, Brian Panneton wrote: > I got rid of the error "had to make up a value for selection" by adding > information_property="w3_DataList" > to StringVect

[Paraview] Reading In 2D Statistical Data

2011-03-28 Thread Brian Panneton
h statistic and which line each of the plotted lines are. In the vtkTable, I made a column for X, and then a column for each stat/line pair (X,A1,A2,A3,B1,B2), but I feel like there is a better way to do this. Thanks, Brian Panneton ___ Powered by

Re: [Paraview] Reading In 2D Statistical Data

2011-03-28 Thread Brian Panneton
it into the table I get Xs as 1,2,3,5,10. Then line one will have 5,10 with Y values of 0 and line 2 will have 2,3 with Y values of 0. So when plotted, line two will show (2,0) instead of (2,4). Is there a better way to construct my table where I could avoid these issues? Thanks, Brian Panneton On

[Paraview] Labeling Points

2011-04-01 Thread Brian Panneton
, but I'm not sure how to make the connection with ParaView. Thanks, Brian Panneton ___ 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 chec

[Paraview] [paraview] Texture Map To Plane

2011-04-06 Thread Brian Panneton
ther. How can I get the image to show up? Thanks, Brian Panneton ___ 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 ParaView Wiki

Re: [Paraview] [paraview] Texture Map To Plane

2011-04-07 Thread Brian Panneton
SmartPointer::New(); texturePlane->SetAutomaticPlaneGeneration(false); texturePlane->SetOrigin(w, s, 0); texturePlane->SetPoint1(e, s, 0); texturePlane->SetPoint2(w, n, 0); texturePlane->SetInput(plane->GetOutput()); texturePlane->Update(); mbds->SetBlock(1, texturePlane->GetOutput()); [/c

Re: [Paraview] ParaView and Xdmf

2011-07-21 Thread Brian Panneton
.@bluequartz.net >> > BlueQuartz Software Dayton, Ohio >> > >> > On Mar 9, 2011, at 11:16 AM, Utkarsh Ayachit wrote: >> > >> >> No, Xdmf is not a plugin in ParaView, although, a developer can easily >> >> disable it, we don;t

Re: [Paraview] Object Inspector Tabs

2011-08-08 Thread Brian Panneton
AM > >>>>> To: Panneton, Brian C USA CTR (US) > >>>>> Cc: ParaView > >>>>> Subject: Re: [Paraview] Object Inspector Tabs > >>>>> > >>>>> What's your CMakeLists. txt file? Was vtkMyRepresentation specified >

Re: [Paraview] Object Inspector Tabs

2011-09-13 Thread Brian Panneton
them to the Summary Tab through the XML? Thanks, Brian Panneton On Tue, Aug 30, 2011 at 9:52 AM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > Brian, > > We were currently working on a "Summary Panel" mechanism that looks > very close to what you're tryin

Re: [Paraview] Object Inspector Tabs

2011-09-16 Thread Brian Panneton
I see that Summary Panels will be release in ParaView 4. Do you have any idea when the expected release date will be? On Tue, Sep 13, 2011 at 5:21 PM, Brian Panneton wrote: > I have been away from this for a little while and now I'm coming back to > it. > > The Summary Panels do

[Paraview] Update Display Decorator from server

2011-09-27 Thread Brian Panneton
I have a display decorator that deals with a custom representation in order to modify some parts of the view. (ie: toggle on/off scalar bars). I was wondering how to update some of these display decorator properties from the representation? An example would be that I have a double spinbox on the di

[Paraview] Chart View Question

2011-09-30 Thread Brian Panneton
I currently have a plugin which consists of a reader that outputs a multiblockdataset which then goes into a custom representation and is displayed in the 3d view. I now have more data (xy stats held in a vtkTable) being read in which would end up being viewed in a chart or xyplot. At the moment I

Re: [Paraview] Chart View Question

2011-10-05 Thread Brian Panneton
Does this make sense or is there a better way to achieve what I am trying to do? Thanks, Brian Panneton On Mon, Oct 3, 2011 at 9:42 AM, Panneton, Brian C USA CTR (US) < brian.c.panneton@mail.mil> wrote: > >> 2) Have 1 output with a vtktable as part of the multiblockdataset. A

Re: [Paraview] Chart View Question

2011-10-12 Thread Brian Panneton
ently on. How can I have this show up by default? Thanks, Brian Panneton On Mon, Oct 10, 2011 at 2:20 PM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > Brian, > > The Extension mechanism for adding representation types in only > supported by the SurfaceR

[Paraview] Custom Panel Plugin Changes

2012-01-12 Thread Brian Panneton
I'm updating my custom plugin to the latest version of ParaView. Most everything works as I would expect, however I have run into an issue. My plugin has a reader and a filter each with a custom panel that follows the same layout. The panel has a ComboBox and a ListBox with CheckBoxItems. When the

Re: [Paraview] Custom Panel Plugin Changes

2012-01-13 Thread Brian Panneton
On Fri, Jan 13, 2012 at 10:00 AM, Kyle Lutz wrote: > Hi Brian, > > On Thu, Jan 12, 2012 at 1:56 PM, Brian Panneton > wrote: > > I'm updating my custom plugin to the latest version of ParaView. Most > > everything works as I would expect, however I have run into an i