[Paraview] PowerCrust in Filters

Axel Steuwer steuwer at ill.fr
Tue, 23 Mar 2004 16:25:44 +0100 (CET)


Hi,

has anyone tried accessing the PowerCrust SurfaceReconstruction algorithm
(http://www.eastman.ucl.ac.uk/~thutton/powercrust/) as a filter in ParaView?
I added it to the vtk-library, and I tried the following code but it doesn't
work

...
<module>
 <module name="PowerCrustSurfaceReconstruction"
root_name="PowerCrustSurfaceReconstruction" module_type="Filter">
  <Filter class="vtkPowerCrustSurfaceReconstruction">
    <Input name="Input" class="vtkPolyData" />
   <InputMenu trace_name="Input" label="Input" help="PowerCrust Surface
reconstruction"/>
   </Filter>
</module>
....


Any ideas?

Axel