[Paraview] Custom filter that contains a filename

Paul Edwards paul.m.edwards at gmail.com
Mon Nov 2 13:28:45 EST 2009


Hi,

I have created my own filter which has a filename as one of the
properties, e.g. XML is:

8<------------------------------------------------------
	  <StringVectorProperty
						   name="MyFileName"
						   command="SetMyFileName"
						   number_of_elements="1">
		  <FileListDomain name="files"/>
	  </StringVectorProperty>
	
	  <Hints>
		  <Property name="MyFileName" show="1"/>
	  </Hints>
------------------------------------------------------>8

If I try to create a custom filter inside ParaView and expose this
property it is not displayed in the new custom filters properties
panel of the object inspector.

Regards,
Paul


More information about the ParaView mailing list