#include <FloodPlot.hpp>
Public Types | |
typedef std::shared_ptr< const MatrixFloodPlotData > | ConstPtr |
typedef std::vector< ConstPtr > | ConstVec |
typedef std::weak_ptr< const MatrixFloodPlotData > | ConstWeakPtr |
typedef std::shared_ptr < MatrixFloodPlotData > | Ptr |
typedef std::vector< Ptr > | Vec |
typedef std::weak_ptr < MatrixFloodPlotData > | WeakPtr |
![]() | |
typedef std::shared_ptr< const FloodPlotData > | ConstPtr |
typedef std::vector< ConstPtr > | ConstVec |
typedef std::weak_ptr< const FloodPlotData > | ConstWeakPtr |
typedef std::shared_ptr < FloodPlotData > | Ptr |
typedef std::vector< Ptr > | Vec |
typedef std::weak_ptr < FloodPlotData > | WeakPtr |
Public Member Functions | |
void | colorMapRange (QwtDoubleInterval colorMapRange) |
range of values for which to show the colormap More... | |
QwtDoubleInterval | colorMapRange () |
range of values for which to show the colormap More... | |
virtual MatrixFloodPlotData * | copy () const |
must provide copy More... | |
void | interpMethod (InterpMethod interpMethod) |
set the interp method, defaults to Nearest More... | |
MatrixFloodPlotData (const Matrix &matrix) | |
constructor More... | |
MatrixFloodPlotData (const Matrix &matrix, QwtDoubleInterval colorMapRange) | |
constructor and color map range More... | |
MatrixFloodPlotData (const Vector &xVector, const Vector &yVector, const Matrix &matrix) | |
constructor with x and y vectors More... | |
MatrixFloodPlotData (const Vector &xVector, const Vector &yVector, const Matrix &matrix, const InterpMethod interp) | |
constructor with x and y vectors and interpolation method More... | |
MatrixFloodPlotData (const std::vector< double > &xVector, const std::vector< double > &yVector, const std::vector< double > &matrix) | |
constructor with x and y vectors More... | |
MatrixFloodPlotData (const std::vector< double > &xVector, const std::vector< double > &yVector, const std::vector< double > &matrix, const InterpMethod interp) | |
constructor with x and y vectors and interpolation method More... | |
MatrixFloodPlotData (const Vector &xVector, const Vector &yVector, const Matrix &matrix, QwtDoubleInterval colorMapRange) | |
constructor with x and y vectors and color map range More... | |
double | maxValue () const |
maxValue More... | |
void | maxValue (double max) |
maxValue setter More... | |
double | maxX () const |
maxX More... | |
double | maxY () const |
maxY More... | |
double | meanValue () const |
meanValue More... | |
double | minValue () const |
minValue More... | |
void | minValue (double min) |
minValue setter More... | |
double | minX () const |
minX More... | |
double | minY () const |
minY More... | |
QwtDoubleInterval | range () const |
must provide range of values - colormap range not data range More... | |
double | stdDevValue () const |
stdDevValue More... | |
double | sumValue () const |
sumValue More... | |
std::string | units () const |
units for plotting on axes or scaling More... | |
double | value (double x, double y) const |
get the value at point x, y More... | |
virtual | ~MatrixFloodPlotData () |
virtual destructor More... | |
![]() | |
virtual | ~FloodPlotData () |
virtual destructor More... | |
Static Public Member Functions | |
static Ptr | create (const Matrix &matrix) |
create More... | |
static Ptr | create (const Matrix &matrix, QwtDoubleInterval &colorMapRange) |
static Ptr | create (const Vector &xVector, const Vector &yVector, const Matrix &matrix) |
create with x and y vectors More... | |
static Ptr | create (const Vector &xVector, const Vector &yVector, const Matrix &matrix, const InterpMethod interp) |
static Ptr | create (const Vector &xVector, const Vector &yVector, const Matrix &matrix, QwtDoubleInterval &colorMapRange) |
static Ptr | create (const std::vector< double > &xVector, const std::vector< double > &yVector, const std::vector< double > &matrix) |
create with std::vectors More... | |
static Ptr | create (const std::vector< double > &xVector, const std::vector< double > &yVector, const std::vector< double > &matrix, const InterpMethod interp) |
Additional Inherited Members | |
![]() | |
FloodPlotData () | |
MatrixFloodPlotData converts a Matrix into flood plot data.
typedef std::shared_ptr<const MatrixFloodPlotData > openstudio::MatrixFloodPlotData::ConstPtr |
typedef std::vector<ConstPtr> openstudio::MatrixFloodPlotData::ConstVec |
typedef std::weak_ptr<const MatrixFloodPlotData > openstudio::MatrixFloodPlotData::ConstWeakPtr |
typedef std::shared_ptr< MatrixFloodPlotData > openstudio::MatrixFloodPlotData::Ptr |
typedef std::vector<Ptr> openstudio::MatrixFloodPlotData::Vec |
typedef std::weak_ptr< MatrixFloodPlotData > openstudio::MatrixFloodPlotData::WeakPtr |
openstudio::MatrixFloodPlotData::MatrixFloodPlotData | ( | const Matrix & | matrix | ) |
constructor
openstudio::MatrixFloodPlotData::MatrixFloodPlotData | ( | const Matrix & | matrix, |
QwtDoubleInterval | colorMapRange | ||
) |
constructor and color map range
openstudio::MatrixFloodPlotData::MatrixFloodPlotData | ( | const Vector & | xVector, |
const Vector & | yVector, | ||
const Matrix & | matrix | ||
) |
constructor with x and y vectors
openstudio::MatrixFloodPlotData::MatrixFloodPlotData | ( | const Vector & | xVector, |
const Vector & | yVector, | ||
const Matrix & | matrix, | ||
const InterpMethod | interp | ||
) |
constructor with x and y vectors and interpolation method
openstudio::MatrixFloodPlotData::MatrixFloodPlotData | ( | const std::vector< double > & | xVector, |
const std::vector< double > & | yVector, | ||
const std::vector< double > & | matrix | ||
) |
constructor with x and y vectors
openstudio::MatrixFloodPlotData::MatrixFloodPlotData | ( | const std::vector< double > & | xVector, |
const std::vector< double > & | yVector, | ||
const std::vector< double > & | matrix, | ||
const InterpMethod | interp | ||
) |
constructor with x and y vectors and interpolation method
openstudio::MatrixFloodPlotData::MatrixFloodPlotData | ( | const Vector & | xVector, |
const Vector & | yVector, | ||
const Matrix & | matrix, | ||
QwtDoubleInterval | colorMapRange | ||
) |
constructor with x and y vectors and color map range
|
inlinevirtual |
virtual destructor
|
inlinevirtual |
range of values for which to show the colormap
Implements openstudio::FloodPlotData.
|
inlinevirtual |
range of values for which to show the colormap
Implements openstudio::FloodPlotData.
|
virtual |
must provide copy
Implements openstudio::FloodPlotData.
|
inlinestatic |
create
|
inlinestatic |
|
inlinestatic |
create with x and y vectors
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
create with std::vectors
|
inlinestatic |
void openstudio::MatrixFloodPlotData::interpMethod | ( | InterpMethod | interpMethod | ) |
set the interp method, defaults to Nearest
|
inlinevirtual |
maxValue
Implements openstudio::FloodPlotData.
|
inlinevirtual |
maxValue setter
Implements openstudio::FloodPlotData.
|
virtual |
maxX
Implements openstudio::FloodPlotData.
|
virtual |
maxY
Implements openstudio::FloodPlotData.
|
virtual |
meanValue
Implements openstudio::FloodPlotData.
|
inlinevirtual |
minValue
Implements openstudio::FloodPlotData.
|
inlinevirtual |
minValue setter
Implements openstudio::FloodPlotData.
|
virtual |
minX
Implements openstudio::FloodPlotData.
|
virtual |
minY
Implements openstudio::FloodPlotData.
|
inlinevirtual |
must provide range of values - colormap range not data range
Implements openstudio::FloodPlotData.
|
virtual |
stdDevValue
Implements openstudio::FloodPlotData.
|
virtual |
sumValue
Implements openstudio::FloodPlotData.
|
inlinevirtual |
units for plotting on axes or scaling
Implements openstudio::FloodPlotData.
|
virtual |
get the value at point x, y
Implements openstudio::FloodPlotData.