Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <CPanelTendencyCurves.hpp>
Public Member Functions | |
SPrvPointsTendencyCurve (bool showPoint, double xPoint, double yPoint, CGeoCanvas **geoCanvas, const std::shared_ptr< CTendencyCurve > &curve, std::shared_ptr< std::vector< std::shared_ptr< std::vector< iv::math::geometry::Point2d > > > > plotLines) | |
~SPrvPointsTendencyCurve () | |
Public Attributes | |
bool | m_showPoint |
double | m_xPoint |
double | m_yPoint |
CGeoCanvas * | m_geoCanvas |
std::shared_ptr< CTendencyCurve > | m_curve |
std::shared_ptr< std::vector< std::shared_ptr< std::vector< iv::math::geometry::Point2d > > > > | m_plotLines |
TendencyCurveVisualProperties | m_properties |
SPrvPointsTendencyCurve::SPrvPointsTendencyCurve | ( | bool | showPoint, |
double | xPoint, | ||
double | yPoint, | ||
CGeoCanvas ** | geoCanvas, | ||
const std::shared_ptr< CTendencyCurve > & | curve, | ||
std::shared_ptr< std::vector< std::shared_ptr< std::vector< iv::math::geometry::Point2d > > > > | plotLines ) |
SPrvPointsTendencyCurve::~SPrvPointsTendencyCurve | ( | ) |
std::shared_ptr<CTendencyCurve> SPrvPointsTendencyCurve::m_curve |
CGeoCanvas* SPrvPointsTendencyCurve::m_geoCanvas |
std::shared_ptr<std::vector<std::shared_ptr<std::vector<iv::math::geometry::Point2d> > > > SPrvPointsTendencyCurve::m_plotLines |
TendencyCurveVisualProperties SPrvPointsTendencyCurve::m_properties |
bool SPrvPointsTendencyCurve::m_showPoint |
double SPrvPointsTendencyCurve::m_xPoint |
double SPrvPointsTendencyCurve::m_yPoint |