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::wxVectorPanel Class Reference

Panel for displaying and editing vectors. More...

#include <Gui/wxVectorPanel.hh>

+ Inheritance diagram for BIAS::wxVectorPanel:
+ Collaboration diagram for BIAS::wxVectorPanel:

Public Member Functions

BIAS::Vector< double > GetVector () const
 
void SetVector (const BIAS::Vector< double > &vector)
 
 wxVectorPanel (wxWindow *parent, wxWindowID id, bool editable)
 

Detailed Description

Panel for displaying and editing vectors.

Author
jkollmann

Definition at line 46 of file wxVectorPanel.hh.

Constructor & Destructor Documentation

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

Definition at line 47 of file wxVectorPanel.cpp.

Member Function Documentation

Vector< double > BIAS::wxVectorPanel::GetVector ( ) const

Definition at line 88 of file wxVectorPanel.cpp.

void BIAS::wxVectorPanel::SetVector ( const BIAS::Vector< double > &  vector)

Definition at line 53 of file wxVectorPanel.cpp.

References BIAS::AsciiToWx(), and BIAS::Vector< T >::Size().


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