Which libraries should I link to use pqActiveObjects? I tried
${PARAVIEW_BUILD_SHARED_LIBS} but it doesn't work.Joe On Sat, Nov 23, 2013 at 5:48 PM, Utkarsh Ayachit < [email protected]> wrote: > Yes, you can indeed write a client-side plugin that updates the active > opacity transfer function. Your plugin can monitor pqActiveObjects > singleton to get access to the active representation and from that you > can access it's ScalarOpacityFunction. Look at pqColorMapEditor and > pqColorOpacityEditorWidget in ParaView 4.1.0 source to see how that > could be done. > > Utkarsh > > On Fri, Nov 15, 2013 at 10:36 AM, Joe Ping-Lin Hsiao <[email protected]> > wrote: > > I want to modify the transfer function from my plugin, e.g. add and > delete > > points. > > In VTK, it would be calling vtkPiecewiseFunction->AddPoint(). Can I do > that > > in Paraview? > > > > Thanks, > > Joe > > > > _______________________________________________ > > 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 > > > > Follow this link to subscribe/unsubscribe: > > http://www.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 Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
