Skip to content
  • Zhanping Liu's avatar
    ENH: Added vtkAbstractCellLocator (vtkCellLocator / · 4939be4a
    Zhanping Liu authored
    vtkModifiedBSPTree) to vtkStreamTracer and its sub-classes
    for robust cell location during flow line integration. Specifically
    two new classes were added, i.e.,
    vtkAbstractInterpolatedVelocityField and
    vtkCellLocatorInterpolatedVelocityField as the parent and
    sibling of vtkInterpolatedVelocityField, respectively.
     Also added was a new class vtkNonMergingPointLocator in
    contrast with vtkMergePoints.
    The follwing files were added or changed.
     VTK/Filtering/vtkAbstractInterpolatedVelocityField.h/cxx
     VTK/Filtering/vtkCellLocatorInterpolatedVelocityField.h/cxx
     VTK/Filtering/vtkNonMergingPointLocator.h/cxx
     VTK/Filtering/CMakeLists.txt
     VTK/Filtering/vtkInterpolatedVelocityField.h/cxx
     VTK/Parallel/vtkDistributedStreamTracer.cxx
     VTK/Parallel/vtkPStreamTracer.h/cxx
     VTK/Parallel/vtkTemporalStreamTracer.h
     VTK/Graphics/vtkStreamTracer.h/cxx
     ParaView/Servers/ServerManager/Resources/utilities.xml
     ParaView/Servers/ServerManager/Resources/filters.xml
     ParaView/Qt/Components/Resources/UI/pqStreamTracerPanel.ui
    4939be4a