Re: [Paraview] About CmakeLists.txt for paraview plugin

2018-01-07 Thread Yangguang Liao
I see, yes, I will use some classes in Paraview/VTK, which mean if your
plugin use inside source you will need to build your own paraview to run it?

Thanks,
Yangguang

On Sun, Jan 7, 2018 at 6:56 AM, Utkarsh Ayachit  wrote:

> Doesn't your plugin need other classes from VTK/ParaView? If so, you
> can't mix and match. I am afraid you'll have to build ParaView from
> source and then compile the plugin against it.
>
> On Sun, Jan 7, 2018 at 12:20 AM, Yangguang Liao 
> wrote:
> > Hi,
> >
> > I used some vtkOpenGL class in my plugin. When I developed in my own
> > machine, I have paraview source which has vtkOpenGL.cmake that I can use
> to
> > include header file I need. but when I try to compile my plugin on
> Maverick,
> > it only has release paraview, which doesn't have such .cmake file. but
> > Maverick does have VTK installed. How should I modify my cmakelists.txt
> to
> > include vtkOpengl lib.
> > Thanks.
> >
> > --
> > Yangguang Liao
> > PhD. student of Computer Science Department
> > University of California, Davis
> >
> > ___
> > Powered by www.kitware.com
> >
> > Visit other Kitware open-source projects at
> > http://www.kitware.com/opensource/opensource.html
> >
> > Please keep messages on-topic and check the ParaView Wiki at:
> > http://paraview.org/Wiki/ParaView
> >
> > Search the list archives at: http://markmail.org/search/?q=ParaView
> >
> > Follow this link to subscribe/unsubscribe:
> > https://paraview.org/mailman/listinfo/paraview
> >
>



-- 
Yangguang Liao
PhD. student of Computer Science Department
University of California, Davis
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://paraview.org/mailman/listinfo/paraview


Re: [Paraview] About CmakeLists.txt for paraview plugin

2018-01-07 Thread Utkarsh Ayachit
Doesn't your plugin need other classes from VTK/ParaView? If so, you
can't mix and match. I am afraid you'll have to build ParaView from
source and then compile the plugin against it.

On Sun, Jan 7, 2018 at 12:20 AM, Yangguang Liao  wrote:
> Hi,
>
> I used some vtkOpenGL class in my plugin. When I developed in my own
> machine, I have paraview source which has vtkOpenGL.cmake that I can use to
> include header file I need. but when I try to compile my plugin on Maverick,
> it only has release paraview, which doesn't have such .cmake file. but
> Maverick does have VTK installed. How should I modify my cmakelists.txt to
> include vtkOpengl lib.
> Thanks.
>
> --
> Yangguang Liao
> PhD. student of Computer Science Department
> University of California, Davis
>
> ___
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> https://paraview.org/mailman/listinfo/paraview
>
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://paraview.org/mailman/listinfo/paraview