Talk:ParaView/Plugin HowTo

From KitwarePublic
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

About: "To create a plugin, one must have their own build of ParaView3."

  • Building Paraview takes hours, more than 24 in my case. A packaged build of Paraview's resources needed for plugin development would be very welcomed by plugin developers. For example, there could be a git repository containing all headers, libs and everything else needed.

Adding GUI Parameters

  • There are parts where more documentation would be useful. For example when you say that in the XML one can write command="SetbStartByMatchingCentroids". The question unresolved there is "what is that command?" because the reader cannot know if it needs to be the name of a function inside the class or if it can be something else.