[RBM]
- committed local changes git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@270 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -56,9 +56,8 @@ public:
|
||||
//[UserMethods] -- You can add your own custom methods in this section.
|
||||
void setListener(DrawListener *pListener);
|
||||
void drawAt(int x, int y, bool setColor);
|
||||
void setData(const VectorXd& data);
|
||||
void DrawData(const VectorXd& data);
|
||||
const VectorXd& getData();
|
||||
void setData(const RowVectorXd& data);
|
||||
const RowVectorXd& getData();
|
||||
void clear();
|
||||
//[/UserMethods]
|
||||
|
||||
@@ -83,10 +82,11 @@ private:
|
||||
float m_scaleX;
|
||||
float m_scaleY;
|
||||
ScopedPointer<Graphics>m_pG;
|
||||
VectorXd m_data;
|
||||
RowVectorXd m_data;
|
||||
Image m_image;
|
||||
double m_currData;
|
||||
Colour m_currColor;
|
||||
void DrawData();
|
||||
//[/UserVariables]
|
||||
|
||||
//==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user