<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Can you provide the source code, xml files and the CMakeList.txt?<br>
Samuel Crow wrote:
<blockquote cite="mid:934631.520.qm@web59513.mail.ac4.yahoo.com"
 type="cite">
  <pre wrap="">Correction:  The cube reader is based on VTK/Examples/DataManipulation/Cxx/Cube.cxx not CubeSource.cxx


--- On Tue, 7/15/08, Samuel Crow <a class="moz-txt-link-rfc2396E" href="mailto:samuel_crow_work@rocketmail.com">&lt;samuel_crow_work@rocketmail.com&gt;</a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">From: Samuel Crow <a class="moz-txt-link-rfc2396E" href="mailto:samuel_crow_work@rocketmail.com">&lt;samuel_crow_work@rocketmail.com&gt;</a>
Subject: [Paraview] What could cause a reader's code not to be accessed?
To: <a class="moz-txt-link-abbreviated" href="mailto:paraview@paraview.org">paraview@paraview.org</a>
Date: Tuesday, July 15, 2008, 3:42 PM
Hello again,

My practice reader creates a file in its constructor and
closes it in its destructor.  There is no file created when
I put my "libCubeReaderGUIPlugin.dylib" and
"libCubeReaderSMPlugin.dylib" into
/usr/local/plugins/ , enter them into the plugin manager
requester in the appropriate list gadgets, and try to open
a *.cube file that I created.  The attempt at reading the
file just produces 2 outputs with the first being a
polygonal mesh with one point and no polygons in it, and
the second being an unused uniform rectalinear grid.

The *.cube filetype is correctly registered by the client
side so I know that the GUI plugin is working.  I'm
using vtkPolyDataAlgorithm as my parent class in
vtkCubeReader.h and am trying to follow the instructions in
the VTK User's Guide and the ParaView Guide for making a
reader.  The contents of my vtkCubeReader.cxx file is based
on the VTK/Examples/Graphics/vtkCubeSource.cxx source code.
 There is nothing proprietary in this reader yet so, if you
need me to post code, I can post it to the list.

I'm running Paraview 3.2.2 on a Macintosh Pro with 4
GiB of RAM and 2 quad-core Xeon processors.

Thanks,

--Sam Crow


      

_______________________________________________
ParaView mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ParaView@paraview.org">ParaView@paraview.org</a>
<a class="moz-txt-link-freetext" href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->

      

_______________________________________________
ParaView mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ParaView@paraview.org">ParaView@paraview.org</a>
<a class="moz-txt-link-freetext" href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a>
  </pre>
</blockquote>
<br>
</body>
</html>