Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
BIAS::wxMatrixPanel Class Reference

Panel for displaying and editing matrices. More...

#include <Gui/wxMatrixPanel.hh>

+ Inheritance diagram for BIAS::wxMatrixPanel:
+ Collaboration diagram for BIAS::wxMatrixPanel:

Public Member Functions

Matrix< double > GetMatrix ()
 
void SetMatrix (const Matrix< double > &matrix)
 
 wxMatrixPanel (wxWindow *parent, wxWindowID id, bool editable)
 

Detailed Description

Panel for displaying and editing matrices.

Author
jkollmann

Definition at line 25 of file wxMatrixPanel.hh.

Constructor & Destructor Documentation

BIAS::wxMatrixPanel::wxMatrixPanel ( wxWindow parent,
wxWindowID  id,
bool  editable 
)

Definition at line 22 of file wxMatrixPanel.cpp.

Member Function Documentation

Matrix< double > BIAS::wxMatrixPanel::GetMatrix ( )

Definition at line 71 of file wxMatrixPanel.cpp.

void BIAS::wxMatrixPanel::SetMatrix ( const Matrix< double > &  matrix)

The documentation for this class was generated from the following files: