[vtkusers] vtkWarpScalar

Peter Parente parente at cs.unc.edu
Mon Nov 18 00:31:06 EST 2002


Hi,

I've got a vtkPlaneSource cutting through a set of structured points. I'm
using vtkProbeFilter to extract the points along the plane and then using
vtkWarpScalar to build a height field. This method works fine as long as the
plane stays in the XY plane. If I rotate the cut plane so that it is in the
YZ plane and try the same approach, I get a scrunched height field that
looks like it has been flattened to a single plane.

I've tried configuring vtkWarpScalar with the XYPlane option on and off, and
with my own normal. All I want is for the height field to be based off of
the orientation of the cutting plane and extend outward in the normal
direction of this plane. I just can't seem to get it to work.

Any suggestions? Is there another way of building a height field?

Pete


----- Original Message -----
From: <vtkusers-request at public.kitware.com>
To: <vtkusers at public.kitware.com>
Sent: Sunday, November 17, 2002 6:30 AM
Subject: vtkusers digest, Vol 1 #1417 - 2 msgs


> Send vtkusers mailing list submissions to
> vtkusers at public.kitware.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://public.kitware.com/mailman/listinfo/vtkusers
> or, via email, send a message with subject or body 'help' to
> vtkusers-request at public.kitware.com
>
> You can reach the person managing the list at
> vtkusers-admin at public.kitware.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of vtkusers digest..."
>
>
> Today's Topics:
>
>    1. problems with linking (Atul Patil bt cse)
>    2. custom vtkInteractorStyle  ??! linking problem (imho)
>
> --__--__--
>
> Message: 1
> Date: Sat, 16 Nov 2002 21:09:03 +0530 (IST)
> From: Atul Patil bt cse <atulp at iitk.ac.in>
> To: Vtk <vtkusers at public.kitware.com>
> Subject: [vtkusers] problems with linking
>
> Hi! list
>    I installed VTK on comp(WinXp) to work with Tcl and C++.
> Now i m able to run Tcl applications but not CPP applications(using
> MSVC++).After Compiling it is giving strange linking problems.....
> like
>
>
> --------------------Configuration: Win32Cone - Win32
> Debug--------------------_______________________________________________
> Linking..
>
> LNK2001: unresolved external symbol "__declspec(dllimport) public: void
> __thiscall vtkRenderer::AddActor(class vtkProp *)"
> (__imp_?AddActor at vtkRenderer@@QAEXPAVvtkProp@@@Z)
> Win32Cone.obj : error LNK2001: unresolved external symbol
> "__declspec(dllimport) public: static class vtkActor * __cdecl
> vtkActor::New(void)" (
> ...........____________________________________________________________
>
>
> and much more like this.Can anybody suggest solution to this problem
> Thanks in advance...........
>
>
>
> --__--__--
>
> Message: 2
> Date: Sun, 17 Nov 2002 11:31:40 +0100
> From: imho <imho at skynet.be>
> To: vtkusers at public.kitware.com
> Subject: [vtkusers] custom vtkInteractorStyle  ??! linking problem
>
> Hi,
> I try to create my own subclass from vtkInteractorStyle. But I 've got a
> linkage error on visual c++ :
>
> vtkInteractorStyleCustom.obj : error LNK2001: unresolved external symbol
> "public: virtual char const * __thiscall
> vtkInteractorStyle::GetClassNameW(void)"
> (?GetClassNameW at vtkInteractorStyle@@UAEPBDXZ)
>
>
> What can I do?
>
> thanks a lot!
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
> <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
>
>
>
>
> --__--__--
>
> _______________________________________________
> vtkusers mailing list
> vtkusers at public.kitware.com
> http://public.kitware.com/mailman/listinfo/vtkusers
>
>
> End of vtkusers Digest
>




More information about the vtkusers mailing list