Ignore:
Timestamp:
Jan 12, 2012 2:35:17 PM (12 years ago)
Author:
ldelgass
Message:

Fix cutplane colormapping when gaussian splatter is used to convert point cloud
to volume. Note that splatter only works on the active scalar field, so the
colormode subcommand can not be used on vector fields or to change scalar
fields, instead the dataset scalar command must be used to change the active
scalar field.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/vtkvis/RpCutplane.h

    r2760 r2761  
    1717#include <vtkPlane.h>
    1818#include <vtkOutlineFilter.h>
     19#include <vtkGaussianSplatter.h>
    1920
    2021#include "ColorMap.h"
     
    108109    vtkSmartPointer<vtkPlane> _cutPlane[3];
    109110    vtkSmartPointer<vtkOutlineFilter> _outlineFilter[3];
     111    vtkSmartPointer<vtkGaussianSplatter> _splatter;
    110112};
    111113
Note: See TracChangeset for help on using the changeset viewer.