VISU_IsoSurfacesPL.hxx \
VISU_DeformedShapePL.hxx \
VISU_VectorsPL.hxx \
- VISU_Streamer.hxx \
- VISU_StreamLine.hxx \
VISU_StreamLinesPL.hxx \
VISU_LookupTable.hxx \
VISU_ScalarBarActor.hxx \
VISU_IsoSurfacesPL.cxx \
VISU_DeformedShapePL.cxx \
VISU_VectorsPL.cxx \
- VISU_Streamer.cxx \
- VISU_StreamLine.cxx \
VISU_StreamLinesPL.cxx \
VISU_LookupTable.cxx \
VISU_ScalarBarActor.cxx \
//#include "VISU_UsedPointsFilter.hxx"
#include "VISU_MaskPointsFilter.hxx"
#include "VISU_PipeLineUtils.hxx"
-#include "VISU_StreamLine.hxx"
#include "VTKViewer_CellCenters.h"
#include "VTKViewer_GeometryFilter.h"
#include <vtkCell.h>
#include <vtkDataSet.h>
+#include <vtkStreamLine.h>
#ifdef _DEBUG_
static int MYDEBUG = 0;
SetIsShrinkable(false);
SetIsFeatureEdgesAllowed(false);
- myStream = VISU_StreamLine::New();
+ myStream = vtkStreamLine::New();
myCenters = VTKViewer_CellCenters::New();
myGeomFilter = VTKViewer_GeometryFilter::New();
myPointsFilter = VISU_MaskPointsFilter::New();
class VTKViewer_CellCenters;
class VTKViewer_GeometryFilter;
class VISU_MaskPointsFilter;
-class VISU_StreamLine;
+class vtkStreamLine;
//----------------------------------------------------------------------------
vtkFloatingPointType
GetUsedPointsDefault();
- VISU_StreamLine* myStream;
+ vtkStreamLine* myStream;
vtkPointSet* mySource;
VTKViewer_CellCenters* myCenters;
VTKViewer_GeometryFilter *myGeomFilter;
{
}
-static const double VTK_EPSILON=1E-7;
+static const double VTK_EPSILON=1E-12;
VTK_THREAD_RETURN_TYPE VISU_Streamer::ThreadedIntegrate( void *arg )
{