[Paraview] Grid connectivity, Delaunay3D?
Jean M. Favre
jfavre at cscs.ch
Thu Mar 17 12:19:21 EST 2005
Daniel Goldstein wrote:
> 3) Could someone who has already implemented the necessary xml files to
> allow the Delaunay3D filter to be loaded by ParaView please
> post them
I'll answer question 3 and let others do 1) and 2)
Just use "import package" to activate it.
--
Dr. Jean M. Favre, email:favre @ cscs.ch
http://www.cscs.ch/about/Favre.php
CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.40
Via Cantonale, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82
-------------- next part --------------
<ServerManagerConfiguration>
<ProxyGroup name="filters">
<SourceProxy name="Delaunay3D" class="vtkDelaunay3D">
<InputProperty
name="Input"
command="SetInput">
<ProxyGroupDomain name="groups">
<Group name="sources"/>
<Group name="filters"/>
</ProxyGroupDomain>
<DataTypeDomain name="input_type">
<DataType value="vtkPointSet"/>
</DataTypeDomain>
</InputProperty>
<DoubleVectorProperty
name="Tolerance"
command="SetTolerance"
number_of_elements="1"
default_values="0.001">
<DoubleRangeDomain name="range" min="0.0" max="1.0" />
</DoubleVectorProperty>
<DoubleVectorProperty
name="Alpha"
command="SetAlpha"
number_of_elements="1"
default_values="2.0">
<DoubleRangeDomain name="range" min="0.0" max="10.0" />
</DoubleVectorProperty>
<DoubleVectorProperty
name="Offset"
command="SetOffset"
number_of_elements="1"
default_values="2.5">
<DoubleRangeDomain name="range" min="2.5" max="10.0" />
</DoubleVectorProperty>
<IntVectorProperty
name="BoundingTriangulation"
command="SetBoundingTriangulation"
number_of_elements="1"
default_values="0">
<BooleanDomain name="bool"/>
</IntVectorProperty>
<!-- End Delaunay3D -->
</SourceProxy>
</ProxyGroup>
</ServerManagerConfiguration>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Delaunay3D.xml
Type: text/xml
Size: 1819 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/paraview/attachments/20050317/989ad75c/Delaunay3D.bin
More information about the ParaView
mailing list