[Paraview] Properties not exposed

2009-11-20 Thread Erik Rasmussen
I have written a reader for some cloud model output arrays that are a custom binary format. I essentially cloned the netCDF reader, and rewrote the internals of the methods of that reader. It seems to work fine. However, I can't seem to get the array names to display in the Properties tab af

[Paraview] How To build plugin on Mac OS X

2009-12-27 Thread Erik Rasmussen
Hello, I've spent a week or two googling and experimenting to correctly build and install plugins on Mac OS X.   When I think I've done things right... in order to build a paraview that looks in the standard spots and loads the plugins... I get errors like Cannot load library /SAMreader/libS

[Paraview] vtkSMProxy::GetProperty gives segmentation fault

2010-01-21 Thread Erik Rasmussen
OS: Ubuntu 8.10 (intrepid) PV: 3.6.1 Qt: 4.5.3 build: Debug I am working with a file-reading filter. There are no error messages or warnings when I compile. After I build, I copy the filter .so files to the bin/plugins location, where they are automatically detected by paraview. When I c

Re: [Paraview] vtkSMProxy::GetProperty gives segmentation fault

2010-01-22 Thread Erik Rasmussen
, Erik Rasmussen wrote: OS: Ubuntu 8.10 (intrepid) PV: 3.6.1 Qt: 4.5.3 build: Debug I am working with a file-reading filter. There are no error messages or warnings when I compile. After I build, I copy the filter .so files to the bin/plugins location, where they are automatically detected by

Re: [Paraview] vtkSMProxy::GetProperty gives segmentation fault

2010-01-26 Thread Erik Rasmussen
Thu, Jan 21, 2010 at 5:13 PM, Erik Rasmussen wrote: OS: Ubuntu 8.10 (intrepid) PV: 3.6.1 Qt: 4.5.3 build: Debug I am working with a file-reading filter. There are no error messages or warnings when I compile. After I build, I copy the filter .so files to the bin/plugins location, where