xml

_help_arrays_xml

PVGeo._helpers.xml._help_arrays_xml(idx, input_name=None, label=None)[source]

Internal helper

get_drop_down_xml

PVGeo._helpers.xml.get_drop_down_xml(name, command, labels, help='', values=None)[source]

Get the XML content for a drop down menu when making a ParaView plugin.

get_file_reader_xml

PVGeo._helpers.xml.get_file_reader_xml(extensions, reader_description='', command='AddFileName')[source]

Get the XML for a selectectable file for a reader when building a ParaView plugin

Note

get_input_array_xml

PVGeo._helpers.xml.get_input_array_xml(labels=None, nInputPorts=1, n_arrays=1, input_names='Input')[source]

Get the XML content for an array selection drop down menu.

get_property_xml

PVGeo._helpers.xml.get_property_xml(name, command, default_values, panel_visibility='default', help='')[source]

Get the XML content for a property of a parameter for a python data object when making a ParaView plugin.

get_python_path_property

PVGeo._helpers.xml.get_python_path_property()[source]

Get the XML content for setting the Python path when making a ParaView plugin.

get_reader_time_step_values

PVGeo._helpers.xml.get_reader_time_step_values(extensions, reader_description)[source]

Get the XML content for reader time step values the Python path when making a ParaView plugin.

get_vtk_type_map

PVGeo._helpers.xml.get_vtk_type_map()[source]

Get the the VTK Type Map as specified in vtkType.h