[Paraview] Fw: Re: What could cause a reader's code not to be accessed?
Samuel Crow
samuel_crow_work at rocketmail.com
Thu Jul 17 10:11:08 EDT 2008
--- On Thu, 7/17/08, Samuel Crow <samuel_crow_work at rocketmail.com> wrote:
> From: Samuel Crow <samuel_crow_work at rocketmail.com>
> Subject: Re: [Paraview] What could cause a reader's code not to be accessed?
> To: "Jean Favre" <jfavre at cscs.ch>
> Date: Thursday, July 17, 2008, 2:09 PM
> Thank-you very much! This clears up a lot of concerns!
>
> --- On Thu, 7/17/08, Jean Favre <jfavre at cscs.ch>
> wrote:
>
> > From: Jean Favre <jfavre at cscs.ch>
> > Subject: Re: [Paraview] What could cause a
> reader's code not to be accessed?
> > To:
> > Cc: paraview at paraview.org
> > Date: Thursday, July 17, 2008, 11:47 AM
> > Samuel Crow wrote:
> > > 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.
> > >
> > >
> >
> > you are seeing interference between your own Reader
> and a
> > reader already
> > supported by ParaView for the Gaussian Cube file
> format.
> > The Gaussian
> > Cube file takes precedence, and creates the two
> outputs you
> > describe.
> > Your own reader is not being executed.
> >
> > here is a short excerpt from
> > Servers/ServerManager/Resources/readers.xml
> >
> > <SourceProxy name="gaussiancubereader"
> > class="vtkGaussianCubeReader"
> > label="Gaussian Cube
> reader">
> > <Documentation
> > short_help="Read Gaussian Cube data
> > files."
> > long_help="Produce polygonal data by
> reading a
> > Gaussian Cube file.">
> > The Gaussian Cube reader produces polygonal
> data by
> > reading data
> > files produced by the Gaussian software package. The
> > expected file
> > extension is .cube.
> > </Documentation>
> >
> > <OutputPort name="Output"
> > index="0" />
> > <OutputPort name="Gridded Data"
> > index="1" />
> >
> >
> > Jean --
> > Swiss National Supercomputing Center
> > _______________________________________________
> > ParaView mailing list
> > ParaView at paraview.org
> > http://www.paraview.org/mailman/listinfo/paraview
More information about the ParaView
mailing list