Skip to content

epc writer GUI Parameters

cedricRobert edited this page Feb 28, 2024 · 2 revisions

GUI Parameters

GUI information for the epc writer can be found in file Energistics.xml. In category:

	<ProxyGroup name="writers">
<InputProperty name="Input" command="SetInputConnection">

The proxy of source or filter groups can be extracted.

	<ProxyGroupDomain name="groups">
		<Group name="sources"/>
		<Group name="filters"/>
	</ProxyGroupDomain>

The input data types are: vtkUnstructuredGrid vtkPartitionedDataSetCollection

	<DataTypeDomain name="input_type" composite_data_supported="1">
		<DataType value="vtkUnstructuredGrid"/>
		<DataType value="vtkPartitionedDataSetCollection"/>
	</DataTypeDomain>

Properties for the files to be created

    <StringVectorProperty name="FileName" command="SetFileName" number_of_elements="1">
    <FileListDomain name="files"/>
        <Documentation>The name of the file to be written.</Documentation>
    </StringVectorProperty>
        
    <Hints>
        <Property name="Input" show="0"/>
        <Property name="FileName" show="0"/>
        <WriterFactory extensions="epc" file_description="epc file format"/>
    </Hints>