[RBM]
- refactored and cleaned up git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@290 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -56,9 +56,9 @@ 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 RowVectorXd& data);
|
||||
RowVectorXd& getData();
|
||||
void clear();
|
||||
void DrawData();
|
||||
//[/UserMethods]
|
||||
|
||||
void paint (Graphics& g);
|
||||
@@ -86,7 +86,6 @@ private:
|
||||
Image m_image;
|
||||
double m_currData;
|
||||
Colour m_currColor;
|
||||
void DrawData();
|
||||
//[/UserVariables]
|
||||
|
||||
//==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user