Changeset 2861 for trunk/src/Plotter2.h


Ignore:
Timestamp:
10/11/13 21:43:16 (11 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: Yes

Module(s): sd

Description: (1) bugfix in setting masks

(2) finished implementation of get_vinfo()
(3) change get_*index() to class methods
(4) modify get_*index() to raise exception when invalid value given


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Plotter2.h

    r2839 r2861  
    148148    void adjustRangeX(float* xmin, float* xmax);
    149149    void adjustRangeY(float* ymin, float* ymax);
    150     void adjustTickIntervalX();
    151150    void adjustTickIntervalX(const float xmin, const float xmax);
    152     void adjustTickIntervalY();
    153151    void adjustTickIntervalY(const float ymin, const float ymax);
    154152};
Note: See TracChangeset for help on using the changeset viewer.