Please refer to: http://paraview.org/Wiki/Plugin_HowTo#Adding_a_Filter
The process for adding is source is similar to that for a filter. Thanks Utkarsh On Fri, Apr 1, 2011 at 7:31 AM, Atanas Atanasov <[email protected]> wrote: > Hello , > thank you for your answer. What i want to have is a structuredgrid source. > What are the steps to create such source-plugin for Paraview? Should i > create a vtk source class, which generates the initial grid. Do i need to > write vtk....ClientServer classes?Can i generate them automatically? > Best regards, > A.Atanasov > On 03/30/2011 03:07 PM, Utkarsh Ayachit wrote: >> >> Yes, that's what all the default data-sources do. Take a look at the >> code for any of the other sources that matches most closely to what >> you're generating as a starting point. >> >> Utkarsh >> >> On Wed, Mar 30, 2011 at 8:23 AM, Atanas Atanasov<[email protected]> >> wrote: >>> >>> Hello, >>> i am trying to develop a small client application for the paraview >>> servermanager. I have managed to create views and representations. >>> Now i need to generate source data on the fly (something like the >>> programmablesource from pvpython). Can i do this directly from c++ >>> without >>> using the python wrapper. >>> Best regards, >>> A.Atanasov >>> _______________________________________________ >>> 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
