casa
5.7.0-16
|
An enumeration of the different curves that a user can ask to be displayed on the plot. More...
#include <FeatherCurveType.h>
Public Types | |
enum | CurveType { SUM_LOW_HIGH, WEIGHT_LOW, WEIGHT_HIGH, LOW_ORIGINAL, LOW_WEIGHTED, LOW_CONVOLVED_HIGH, LOW_CONVOLVED_HIGH_WEIGHTED, HIGH_ORIGINAL, HIGH_WEIGHTED, HIGH_CONVOLVED_LOW, HIGH_CONVOLVED_LOW_WEIGHTED, DIRTY_ORIGINAL, DIRTY_WEIGHTED, DIRTY_CONVOLVED_LOW, DIRTY_CONVOLVED_LOW_WEIGHTED, ZOOM, DISH_DIAMETER, X_Y, CURVES_END } |
Note: Order in this listing is important. More... | |
Static Public Member Functions | |
static bool | isSumCurve (CurveType curveType) |
static bool | isWeightCurve (CurveType curveType) |
static bool | isSliceCurve (CurveType curveType) |
Private Member Functions | |
FeatherCurveType () | |
virtual | ~FeatherCurveType () |
An enumeration of the different curves that a user can ask to be displayed on the plot.
This does not exactly match the enumeration of data types in FeatherDataType because several different curves can use the same set of data and other curves can be shown using derived data.
Definition at line 39 of file FeatherCurveType.h.
Note: Order in this listing is important.
First, we list things which will have legend items in the slice plot. Next, we list things in the slice plot that do not have legend items. Finally, we list items in the scatter plot
Definition at line 46 of file FeatherCurveType.h.
|
private |
|
privatevirtual |
|
inlinestatic |
Definition at line 73 of file FeatherCurveType.h.
References DIRTY_CONVOLVED_LOW, DIRTY_CONVOLVED_LOW_WEIGHTED, DIRTY_ORIGINAL, DIRTY_WEIGHTED, HIGH_CONVOLVED_LOW, HIGH_CONVOLVED_LOW_WEIGHTED, HIGH_ORIGINAL, HIGH_WEIGHTED, LOW_CONVOLVED_HIGH, LOW_CONVOLVED_HIGH_WEIGHTED, LOW_ORIGINAL, LOW_WEIGHTED, WEIGHT_HIGH, and WEIGHT_LOW.
|
inlinestatic |
Definition at line 57 of file FeatherCurveType.h.
References SUM_LOW_HIGH.
|
inlinestatic |
Definition at line 65 of file FeatherCurveType.h.
References WEIGHT_HIGH, and WEIGHT_LOW.