WindowCustom¶
-
class
WindowCustom
: public feasst::Window¶ Input custom window values directly.
Public Functions
-
std::vector<double>
segment
() const¶ Return the continuous, segmented boundaries of the range. This should be return num + 1 boundaries, to include global min and max.
-
int
minimum
() const¶ Return the minimum.
-
int
maximum
() const¶ Return the maximum.
-
int
num
() const¶ Return the number of windows.
-
std::vector<double>