<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    &nbsp;&nbsp;&nbsp; I have a plugin which I'm trying to get working in ParaView
    3.98. The source code for the plugin can be found here:
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
href="https://github.com/mantidproject/mantid/blob/6315_build_pv_398/Code/Mantid/Vates/ParaviewPlugins/ParaViewReaders/PeaksReader/vtkPeaksReader.cxx">http://github.com/mantidproject/mantid/blob/6315_build_pv_398/Code/Mantid/Vates/ParaviewPlugins/ParaViewReaders/PeaksReader/vtkPeaksReader.cxx.</a>
    After fixing function calls on the vtkPVGlyphFilter to get it to
    compile (lines 96 and 97), the plugin crashes at the
    vtkGlyphFilter::Update() call on vtkPoints::GetNumberOfPoints(). I
    checked the structuredMesh (it's actually a vtkUnstructuredGrid)
    object used in the vtkGlyphFilter::SetInputData() call and found
    that it does contain data points (40 for the particular file I'm
    looking at). <br>
    &nbsp;&nbsp;&nbsp; I did some digging about the vtkGlyphFilter::SetInputData() and
    found that it no longer sets up a pipeline connection. I think this
    might be the cause of the glyph filter not finding any data, but I'm
    unsure. However, I'm having trouble figuring out how to use
    vtkGlyphFilter::SetInputConnection() and the structuredMesh object.
    Is there anyway to make this work using the structuredMesh object or
    is the best thing to make another plugin to create the
    structuredMesh and then do
    vtkGlyphFilter::SetInputConnection(newPlugin-&gt;GetOutputPort())
    and remove the vtkGlyphFilter::SetInputData() call?<br>
    <br>
    Thanks,<br>
    M<br>
    <pre class="moz-signature" cols="72">-- 
Dr. Michael Reuter
Data Analaysis and Visualization Group
Neutron Data Analysis and Visualization Division
Oak Ridge National Laboratory

Office: 1-865-241-7216
Fax: 1-865-574-6080
Email: <a class="moz-txt-link-abbreviated" href="mailto:reuterma@ornl.gov">reuterma@ornl.gov</a></pre>
  </body>
</html>