[Paraview-developers] writing a plugin

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Fri Dec 20 23:50:45 EST 2013


Try applying the "Slice" filter. Does that show any data "inside" the
outline? Or try switching the representation type to "Surface" from
"Outline". Or try using the spreadsheet view to see what data the
reader is producing.



On Fri, Dec 20, 2013 at 12:36 PM, moeinvaz <moeinvaz at gmail.com> wrote:
> Hi,
>
> I'm new at paraview and trying to finish a plugin
> for IDX data format. I seem to have hard time, debugging
> it. At this point, the plugin loads and displays a box
> around volume, but no data point is show inside. Here is
> the logic behind the code:
>
> - A pointer to vtkRectilinearGrid is set up
> - Dimensions and x,y,z coordinates are set
> - A new array is created, consisting of data points
>   which is passed to new grid with SetScalars
>
> I appreciate any pointers on this (documentation,
> samples).
>
> Thanks,
> -AM
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers


More information about the Paraview-developers mailing list