Talk:ParaView/Plugin HowTo

From KitwarePublic
Revision as of 00:12, 6 January 2015 by DWilches (talk | contribs) (Added suggestion for improvement in this page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.