Re: [Paraview] paraview 4.1 and greater not getting slice representation on remote logins

2015-07-24 Thread Kate Fissell
Hi, No slice appears with wavelet source. Kate On 07/24/2015 10:14 AM, Utkarsh Ayachit wrote: Ah! I missed the info about ssh -X from different machines. Try doing a simple Wavelet source and slice that. Does that work? On Thu, Jul 23, 2015 at 5:52 PM Kate Fissell <mailto:fiss...@pitt.

Re: [Paraview] paraview 4.1 and greater not getting slice representation on remote logins

2015-07-23 Thread Kate Fissell
ot; representation, however. Utkarsh On Wed, Jul 22, 2015 at 3:08 PM, Kate Fissell wrote: Hi, On Paraview versions 4.1 and greater if I ssh -X from a Centos machine into an Ubuntu graphics server to run Paraview I have a problem with viewing images. I load the AnalyzeNifTIIO plugin, and load a

[Paraview] disable Ubuntu Unity global menu in ParaView

2015-07-22 Thread Kate Fissell
Hi, When I compiled Paraview-4.3.1 on Ubuntu-14.04 the top menu bar for the Paraview window was no longer on the Paraview window but at the top of the console screen. This "global" or "single" application menu is an Ubuntu Unity desktop thing. To disable this I edited the source code and a

[Paraview] paraview 4.1 and greater not getting slice representation on remote logins

2015-07-22 Thread Kate Fissell
Hi, On Paraview versions 4.1 and greater if I ssh -X from a Centos machine into an Ubuntu graphics server to run Paraview I have a problem with viewing images. I load the AnalyzeNifTIIO plugin, and load a nifti image, and I believe it loads correctly. I get the wireframe, the Information pane

Re: [Paraview] python wrapping and paraview plugins

2013-12-19 Thread Kate Fissell
Hi, I also have the issue of "vtkPythonArgs.h" can not be found: trying to compile Pat's demo plugin example for a filter with python wrapper for ParaView-4.x at https://github.com/patmarion/PythonWrappedPluginExample I set ParaView_DIR to my upper level build dir, but the only copy of vtkPython

[Paraview] auto accept on IntVectorProperty

2013-05-30 Thread FISSELL
Hi, I have a plugin filter that uses an IntVectorProperty. (XML below, adapted from a paraview help posting). I would like auto accept to work on this so the user can just slide the slider and see changes but when I put auto accept on the pipeline is not updated. Is there a way for IntVectorProper

Re: [Paraview] paraview plugin for vtkImageGaussianSmooth, uniform grid slice representation smoothness

2012-03-14 Thread FISSELL
Hi Burlen, Utkarsh, Thanks much for your detailed answers, and the caveat. A developer here just told me that vtkImageGaussianSmooth might not be what I need. I am trying to achive a non-pixellated look in a rendering of a slice from a volume. Right now I read in the volume and choose a slice r

[Paraview] paraview plugin for vtkImageGaussianSmooth

2012-03-14 Thread FISSELL
Hi, I didn't see a paraview plugin for the vtkImageGaussianSmooth.cxx filter in the paraview Filters menus or the filters.xml file. Is there some equivalent ? If not: am I right that I will need to write a little paraview plugin wrapper in order to be able to use vtkImageGaussianSmooth in a pvp

[Paraview] using numpy/scipy methods in Paraview python script

2012-01-11 Thread FISSELL
Hi, I am trying to use numpy/scipy methods in Paraview python shell and programmable filter. I'm using paraview 3.12.0 on a Linux x86_64 platform. I'd like to use a lot more than the dataset_adapter module which is shown in examples in Paraview wiki. What is the best way to do this ? To get sc

[Paraview] create representation to display 3 planes of image data

2011-10-20 Thread FISSELL
Hi, I would like to simultaneously view 3 planes (XY, YZ, XZ) of an image. I made a Python macro to do this, but I think its clunky. I think the right way to do this is to write a plugin representation similar to ImageSliceRepresentation but pulling out 3 slices. -- Would a plugin representatio

Re: [Paraview] attach filebrowser to box in properties panel and does RequestData() block dialogs

2011-10-13 Thread FISSELL
Hi Takuya, Thanks a lot for your suggestion. I looked at the readers.xml file and found an example in vtkExodusIIReader. I copied that to a test reader of mine and it worked like a charm. But, I then put the same code in my custom *filter* and it did not work, the text box and browser widget simp

[Paraview] attach filebrowser to box in properties panel and does RequestData() block dialogs

2011-09-19 Thread FISSELL
Hi, Is there a way to attach a filebrowser to a textbox or dropdown list in the properties panel in a custom filter via the XML spec ? Since I didn't see the way to do that I added a pqFileDialog dialog() call in my filter RequestData() method. It came up ok but did not respond to any mouse/keyb

[Paraview] my custom filter only inserts at end of pipeline

2011-09-15 Thread FISSELL
Hi, I made a custom filter that takes polydata as input. When I select it from the menu it always goes to the end of the pipeline, regardless of what pipeline step is selected/highlighted. If I have a polydata dataset selected midway thru the pipeline I'd like my filter to jump in as a sub-step o

[Paraview] how to get all the arrays associated with Point and Cell data in a filter

2011-09-13 Thread FISSELL
Hi, I am writing a custom filter that takes polydata as input and outputs polydata that contains a subset of the cells in the input polydata. I would like the output polydata to include all the vector/scalar etc arrays associated with the input, appropriately subsetted. I think I have working code

Re: [Paraview] how to add custom filter to custom menu

2011-08-31 Thread FISSELL
Hi Burlen, Thanks so much I tried your code and I do get my filter in my menu. Your code had changes from the Examples/SourceToolbar code that I would not have figured out. Unfortunately my filter does have 2 mandatory inputs, so I got a runtime error ERROR: In /dist/pkg/ParaView-3.10.1-src

[Paraview] how to add custom filter to custom menu

2011-08-31 Thread FISSELL
Hi, I made a custom filter and added a new dropdown menu to the main Paraview menubar, as per wiki tutorials. My filter works in the filters menu, and I can call the OK dialog from my new menu. I would like to add my filter to my new menu and have Paraview understand it as, and treat it just like,

[Paraview] help with PYTHONPATH and Medical3.py

2011-06-24 Thread FISSELL
Hi, New python/paraview user. I built paraview 3.10.1 on CentOS release 5.5 with python scripting enabled. I can run the Utilities/VTKPythonWrapping/site-packages/paraview/demos/demo1.py script successfully. I am trying to get the Medical3.py script from paraview-3.4.0 working http://paraview.so