[Paraview-developers] Most complete windows testing
Dave Partyka
dave.partyka at kitware.com
Mon Mar 22 14:41:00 EDT 2010
John, I applied your patch to Xdmf.
I just looked through some of you changes to vtkModifiedBSPTree and noticed
you have a method that uses an STL vector in it's API. Can you switch that
to use vtkIdListCollection instead?
http://www.vtk.org/doc/nightly/html/classvtkIdListCollection.html
+ // Description:
+ // After subdivision has completed, one may wish to query the tree to
find
+ // which cells are in which leaf nodes. This function fills an array
+ // which holds a cell Id list for each leaf node.
+ void GetLeafNodeCellInformation(
+ vtksys_stl::vector< vtkSmartPointer<vtkIdList> > &LeafCellsList);
<http://www.vtk.org/doc/nightly/html/classvtkIdListCollection.html>Part of
VTK's coding standards include not using STL as part of your API and I also
I have heard STL doesn't behave well when crossing library boundaries on
Windows Shared library builds.
Thanks!
On Mon, Mar 22, 2010 at 10:19 AM, Biddiscombe, John A. <biddisco at cscs.ch>wrote:
>
> Utkarsh
>
> > You can always try to commit from a checkout of Xdmf from Xdmf
> repository.
>
> Good plan. I'll assume Dave P has the patch under control, but will check
> in via xdmf if asked.
>
> JB
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20100322/ba6488dc/attachment.htm>
More information about the Paraview-developers
mailing list