Felipe,

Unfortunately, there is no one place that documents all the XML
elements and attributes. There is some documentation on property
attributes in [1], but I'm not sure this is an exhaustive list. Your
user is doing one of the most effective things already, looking for
desired functionality in an existing source/filter and looking at how
it is done in the .xml files.

Digging deeper, one can view the code in the methods ReadXMLAttributes
in the various vtkSM*Proxy classes in ParaView, e.g.,
vtkSMProxy::ReadXMLAttributes [2]., to understand which attributes are
available in different proxies.

Hope that helps,
Cory

[1] 
https://www.paraview.org/ParaView/Doc/Nightly/www/cxx-doc/classvtkSMProperty.html#details

[2] 
https://gitlab.kitware.com/paraview/paraview/blob/master/ParaViewCore/ServerManager/Core/vtkSMProxy.cxx#L1439

On Mon, Jan 15, 2018 at 10:18 AM, Felipe Bordeu <felipebor...@gmail.com> wrote:
> Hi to all,
>
> I have a user that use intensively xml files to deploy and customise his
> python programmable filters.
> He would like to know if there is a list with all the xml keyword available
> (for filters, readers,writers).
> He uses the files in
> "./ParaViewCore/ServerManager/SMApplication/Resources/*.xml"  for
> inspiration but not actually sure about the potential and limits of the xml
> customization.
>
> for info: We use also the wiki
> (https://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Adding_Categories_to_the_Filters_Menu)
> for inspiration
>
> Felipe
>
>
> _______________________________________________
> 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
>



-- 
Cory Quammen
Staff R&D Engineer
Kitware, Inc.
_______________________________________________
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

Reply via email to