Re: [Paraview] ParaView3 64-bit on Mac OS X 10.6.1

2009-10-31 Thread Elvis Dowson
Hi Michael, On Nov 1, 2009, at 1:58 AM, Michael Wild wrote: First I had to build a universal dbus (1.2.16) with the following options (mostly taken from fink): ./configure --prefix=/usr/local/dbus-1.2.16 --disable-static -- enable-console-owner-file --with-dbus-user=messagebus --disable-

Re: [Paraview] "Syntax error found parsing header file" while compiling plugin

2009-10-31 Thread Sven Buijssen
David, > > Add > > vtkTypeRevisionMacro(vtkICPFilter, vtkPolyDataAlgorithm); > > to your vtkICPFilter.h. > > > > That did the trick. However, now that it compiles correctly, when I load > the plugin in Paraview it has a yellow warning symbol (! in a triangle) > and it says: > >

Re: [Paraview] ParaView3 64-bit on Mac OS X 10.6.1

2009-10-31 Thread Michael Wild
On 30. Oct, 2009, at 18:20 , Elvis Dowson wrote: Hi Michael, On Oct 24, 2009, at 12:40 AM, Michael Wild wrote: First I had to build a universal dbus (1.2.16) with the following options (mostly taken from fink): ./configure --prefix=/usr/local/dbus-1.2.16 --disable-static -- enable-consol

Re: [Paraview] "Syntax error found parsing header file" while compiling plugin

2009-10-31 Thread David Doria
> > Add > vtkTypeRevisionMacro(vtkICPFilter, vtkPolyDataAlgorithm); > to your vtkICPFilter.h. > > Sven > That did the trick. However, now that it compiles correctly, when I load the plugin in Paraview it has a yellow warning symbol (! in a triangle) and it says: Load Error, Plugin verificatio

Re: [Paraview] "Syntax error found parsing header file" while compiling plugin

2009-10-31 Thread Sven Buijssen
Hi David, >> (That's a classic one and something else for the wiki.) >> Just wrap all variable declarations involving vtkSmartPointer up into a >> //BTX >> ... code ... >> //ETX >> comment. To hide that particular setting from the parser in >> vtkWrapClientServer which does not handle well

Re: [Paraview] "Syntax error found parsing header file" while compiling plugin

2009-10-31 Thread David Doria
On Sat, Oct 31, 2009 at 12:04 PM, Sven Buijssen wrote: > Hi David, > > (That's a classic one and something else for the wiki.) > Just wrap all variable declarations involving vtkSmartPointer up into a >  //BTX >      ... code ... >  //ETX > comment. To hide that particular setting from the parser

Re: [Paraview] "Syntax error found parsing header file" while compiling plugin

2009-10-31 Thread Sven Buijssen
Hi David, (That's a classic one and something else for the wiki.) Just wrap all variable declarations involving vtkSmartPointer up into a //BTX ... code ... //ETX comment. To hide that particular setting from the parser in vtkWrapClientServer which does not handle well those declarations

Re: [Paraview] Shaft Length property for Arrows

2009-10-31 Thread pat marion
I think the idea is that the arrow always has length 1, the tip length is a parameter that decides the proportional size of the arrow tip to the whole. Commonly the arrow is used as a glyph source, so the final length of the arrow is determined by a scaling factor. If you just want a different si

[Paraview] "Syntax error found parsing header file" while compiling plugin

2009-10-31 Thread David Doria
When I try to build this filter as a plugin: http://www.rpi.edu/~doriad/Paraview_List/ICP/ I get this error: *** SYNTAX ERROR found in parsing the header file vtkICPFilter.h before line 30 *** It builds just fine as a non-plugin (using CMakeLists.txt.vtk). Can anyone see the problem? Thanks, D

Re: [Paraview] Shaft Length property for Arrows

2009-10-31 Thread David Doria
On Wed, Oct 21, 2009 at 3:03 PM, David Doria wrote: > It seems possible to customize arrows in every way except shaft > length. Is there a reason for this? > > Thanks, > > David > Any thoughts on this? Thanks, David ___ Powered by www.kitware.com Vis

[Paraview] Automatic color application (AddArray vs SetScalars)

2009-10-31 Thread David Doria
If I add colors to a polydata using polydata->GetPointData()->SetScalars ( Colors ); then open the polydata in Paraview, the colors are applied automatically. However, if I use polydata->GetPointData()->AddArray ( Colors ); which is apparently (from the vtk-users list) the "new/correct" way to d

Re: [Paraview] Bug tracker Paraview vs Paraview3

2009-10-31 Thread David Doria
On Wed, Oct 21, 2009 at 12:20 PM, Berk Geveci wrote: > You are not misinterpreting. I was under the assumption that marking a > project "obsolete" in Mantis would disable it but it doesn't seem to. > What we should do is to move all of the ParaView3 bugs to ParaView and > then delete ParaView3. I'

Re: [Paraview] Displaying points and normals

2009-10-31 Thread Christoph Heindl
David, thanks for adding it to the wiki! Best regards, Christoph On Fri, Oct 30, 2009 at 7:26 PM, David Doria wrote: > On Fri, Oct 30, 2009 at 2:18 PM, Moreland, Kenneth wrote: >> David, >> >> Good idea.  Thanks for volunteering to do this. >> >> -Ken > > Haha Ken - by "we" I meant more of "wh