[vtkusers] Lightweight Visualisation (via VTK) Software
Shakes
Shekhar.Chandra at sci.monash.edu.au
Thu Jun 4 03:26:00 EDT 2009
Hi David,
I found Paraview and VTK daunting to use at first and certain things
weren't obvious. DGV was designed as a first step program so that one
could quickly check the data one produces without having to learn and/or
understand VTK and/or Paraview.
I also needed quick 1D plots, their animations and transforms and to see
raw image data. On a side note, the DGV API has a much more simple
interface than VTK imo (i.e. wrapper around VTK), making VTK usage
easier. For instance a Surface Plot is:
DGVSurfacePlotVTK *plot = new DGVSurfacePlotVTK;
plot->setName(name);
plot->setData(data);
plot->generatePlot();
plot->generateAxes();
plot->show();
It will in future be designed with custom Discrete Tomography methods
which are currently part of my PhD. Hope that answers some of your
questions about DGV.
Cheers
Shakes
David Doria wrote:
> On Wed, Jun 3, 2009 at 3:39 AM, Shakes
> <Shekhar.Chandra at sci.monash.edu.au
> <mailto:Shekhar.Chandra at sci.monash.edu.au>> wrote:
>
> Hi,
>
> I have written a lightweight visualisation software using VTK called
> DGV found at <http://qcplusplus.sourceforge.net/>.
>
> The main aim is to view your data quickly and do some basic
> filtering and arithmetic.
>
> Feel free to try it out and any feedback would be much appreciated.
>
> Cheers
> Shakes
>
>
> Shakes,
>
> I'm curious as to why this is better/different from Paraview?
>
> Thanks,
>
> David
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Shekhar_Chandra.vcf
Type: text/x-vcard
Size: 247 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090604/f3479bfb/attachment.vcf>
More information about the vtkusers
mailing list