[vtk-developers] use of vtkstd in vtkImageHybridMedian2D
Dean Inglis
dean.inglis at on.aibn.com
Tue Apr 22 12:13:56 EDT 2003
Hi,
I have been using a modified version of
vtkImageHybridMedian2D that makes use of
#include <vector.h>
#include <algorithm>
#include <numeric>
enabling any type instead of the
current float type limitation. If there are
no objections I would like to commit, of course with
#include <vtkstd/vector.h>
#include <vtkstd/algorithm>
#include <vtkstd/numeric>
ok???
Dean
More information about the vtk-developers
mailing list