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-
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:
>
>
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
>
> 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
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
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
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
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
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
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
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
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'
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
13 matches
Mail list logo