Ignore:
Timestamp:
Apr 16, 2013 1:16:52 AM (11 years ago)
Author:
ldelgass
Message:

Refactor names in particle renderer to match other classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/ParticleRenderer.h

    r3630 r3631  
    7070    }
    7171
    72     void setAxis(FlowSliceAxis axis);
     72    void setSliceAxis(FlowSliceAxis axis);
    7373
    74     FlowSliceAxis getAxis() const
     74    FlowSliceAxis getSliceAxis() const
    7575    {
    7676        return _sliceAxis;
    7777    }
    7878
    79     void setPos(float pos);
     79    void setSlicePosition(float pos);
    8080
    81     float getPos() const
     81    float getSlicePosition() const
    8282    {
    8383        return _slicePos;
Note: See TracChangeset for help on using the changeset viewer.