[Paraview] Linking against VTK with ParaView

Randall Hand randall.hand at gmail.com
Fri Feb 8 12:01:01 EST 2008


Well, I was hoping to purge the source & build directories once the ParaView
build was complete, and just leave the Installed binaries for users.  Then I
could link my app against it as long as I wanted.

Sounds like I have to keep it around for a while..

Thanks for the info tho.

On Feb 8, 2008 10:46 AM, <clinton at elemtech.com> wrote:

> On Friday 08 February 2008 9:33:11 am Randall Hand wrote:
> > Well, that requires me to keep my build tree again.. Not optimal, but
> it's
> > an answer.
>
> I don't quite follow.  I can have one build tree for ParaView (which
> includes
> a VTK build), and have other projects use that one VTK build inside the
> ParaView build.
>
> >
> > Although, stuff like the vtkSpyPlotReader is not in that VTK tree, it's
> > under "Servers/Filters" of the root ParAView tree.  How can I get access
> to
> > these?
>
> FIND_PACKAGE(ParaView)
> INCLUDE(${PARAVIEW_USE_FILE})
>
> Then link with the Paraview libraries that have those extra VTK classes
> you
> need.
>
> Clint
>
> >
> > On Feb 8, 2008 10:30 AM, Clinton Stimpson <clinton at elemtech.com> wrote:
> > > If you do a FIND_PACKAGE(VTK) and set VTK_DIR to the VTK subdirectory
> > > under the paraview build directory, it should work fine.
> > > The UseVTK.cmake file can be included as INCLUDE(${VTK_USE_FILE})
> > >
> > > Clint
> > >
> > > Randall Hand wrote:
> > > > I have a program (ezViz) that links against VTK, and I want to
> update
> > > > it to instead link against ParaView, or specifically the VTK that
> > > > comes with ParaView (to get the VTK classes that don't come with the
> > > > standard VTK distribution like the vtkSpyPlotReader).  But I don't
> see
> > > > a UseVTK.cmake file anywhere in my compiled ParaView 3.2.1 build. Am
> I
> > > > missing something?
> > > >
> > > > --
> > > > ----------------------------------------
> > > > Randall Hand
> > > > Visualization Scientist
> > > > ERDC MSRC-ITL
> > > >
> -----------------------------------------------------------------------
> > > >-
> > > >
> > > > _______________________________________________
> > > > ParaView mailing list
> > > > ParaView at paraview.org
> > > > http://www.paraview.org/mailman/listinfo/paraview
>
>
>


-- 
----------------------------------------
Randall Hand
Visualization Scientist
ERDC MSRC-ITL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20080208/59a8edaf/attachment.html


More information about the ParaView mailing list