<ServerManagerConfiguration>
  <ProxyGroup name="filters">
   <SourceProxy name="ImageConstantPad" class="vtkImageConstantPad" label="Image Constant Pad">
     <Documentation
        long_help="Makes image larger by padding with constant."
        short_help="Makes image larger by padding with constant.">
          Changes the image extent of its input. Any pixels outside of the original image extent are filled with a constant value (default is 0.0).
     </Documentation>

     <InputProperty
        name="Input"
        command="SetInputConnection">
           <ProxyGroupDomain name="groups">
             <Group name="sources"/>
             <Group name="filters"/>
           </ProxyGroupDomain>
           <DataTypeDomain name="input_type">
             <DataType value="vtkImageData"/>
           </DataTypeDomain>
      </InputProperty>

      <IntVectorProperty
         name="OutputWholeExtent"
         label="Output Whole Extent"
         command="SetOutputWholeExtent"
         number_of_elements="6"
         default_values="0 1 0 1 0 1" >
         <Documentation>
           The image extent of the output.
         </Documentation>
      </IntVectorProperty>

      <DoubleVectorProperty
         name="Constant"
         label="Constant"
         command="SetConstant"
         number_of_elements="1"
         default_values="0" >
         <Documentation>
           The pad value.
         </Documentation>
      </DoubleVectorProperty>

   <!-- End ImageConstantPad -->

   </SourceProxy>
 </ProxyGroup>
</ServerManagerConfiguration>

