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

provides functionality for selection of rectangle, point, ... More...

#include <Gui/ImageCanvasRectangularSelection.hh>

+ Inheritance diagram for BIAS::ImageCanvasRectangularSelection:
+ Collaboration diagram for BIAS::ImageCanvasRectangularSelection:

Public Member Functions

void AddDebugLevel (const long int lv)
 
void AddDebugLevel (const std::string &name)
 
bool DebugLevelIsSet (const long int lv) const
 
bool DebugLevelIsSet (const std::string &name) const
 
void DrawRoi (bool enable)
 
int GetDebugLevel () const
 
std::ostream & GetDebugStream () const
 
void GetDebugStream (std::ostream &os) const
 
wxPoint GetHistoPos ()
 
wxSize GetHistoSize ()
 
BIAS::Image< unsigned char > * GetImageShown ()
 
bool GetMousePos (int &x, int &y)
 
BIAS::ImageBaseGetOrigImage ()
 
bool GetShowScaled ()
 
wxPoint GetValueBarPos ()
 
wxSize GetValueBarSize ()
 
void HideImageValueBar ()
 
bool HistogrammIsShown ()
 
 ImageCanvasRectangularSelection (wxWindow *parent, wxStatusBar *sbar=NULL, int sbarid=0, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(320, 240), long style=wxHSCROLL|wxVSCROLL, const wxString &name=AsciiToWx("ScrolledWindow"))
 
bool ImageValueBarIsShown ()
 
bool IsRoiDrawn ()
 
void KeepScrollPosition (bool flag)
 
long int Name2DebugLevel (const std::string &name) const
 looks up a debuglevel in the internal map, returns 0 if not found More...
 
long int NewDebugLevel (const std::string &name)
 creates a new debuglevel More...
 
virtual void OnLeftMouseButton (wxMouseEvent &event)
 
virtual void OnMouseMove (wxMouseEvent &event)
 
virtual void OnPaint (wxPaintEvent &event)
 
virtual void OnRightMouseButton (wxMouseEvent &event)
 
void PrintDebugLevel (std::ostream &os=std::cout) const
 
void RaiseZoomWindow (const bool raise_or_lower)
 
void RemoveDebugLevel (const long int lv)
 
void RemoveDebugLevel (const std::string &name)
 
void SelectRectangle (ICECallbackInterface &obj)
 Call SelectRectangle with an object derived from ICECallbackInterface. More...
 
void SetClearDrawingContext (bool clear)
 Canvas now uses double buffering to avoid flickering, so it should be ok to always clear the canvas. More...
 
void SetDebugLevel (const long int lv)
 
void SetDebugLevel (const std::string &name)
 
void SetDebugStream (const std::ostream &os)
 
void SetDefaultZoom (unsigned z)
 
void SetHighScaleQuality (bool on)
 Set the quality used for image size rescaling false: Uses the normal default scaling method of pixel replication true: Uses bicubic and box averaging resampling methods for upsampling and downsampling respectively. More...
 
void SetRoiColor (unsigned char red, unsigned char green, unsigned char blue, unsigned alpha=128)
 Set the color which is used to draw the roi. More...
 
void SetScaledImageSize (int width, int height)
 Sets the size of the scaled image. More...
 
void SetShowScaled (bool on)
 
virtual void Show (BIAS::Image< unsigned char > &im, std::string name="")
 
virtual void Show (BIAS::ImageBase &origim, BIAS::Image< unsigned char > &scaledrgbim, std::string name="")
 
virtual void Show (BIAS::PyramidImage< unsigned char > &pim, std::string name="")
 
virtual bool Show (bool show=true)
 
void ShowDebugLevel (std::ostream &os=std::cout) const
 prints all internally known debuglevels More...
 
void ShowHistogramm (wxPoint pos=wxPoint(10, 10), wxSize size=wxSize(100, 100))
 
void ShowHistogramm (ImageBase &image, wxPoint pos=wxPoint(10, 10), wxSize size=wxSize(100, 100))
 
void ShowImageValueBar (wxPoint pos=wxPoint(10, 10), wxSize size=wxSize(100, 100))
 
void ShowImageValueBar (ImageBase &image, wxPoint pos=wxPoint(10, 10), wxSize size=wxSize(100, 100))
 
 ~ImageCanvasRectangularSelection ()
 

Static Public Member Functions

static long int GetGlobalDebugLevel ()
 
static void SetGlobalDebugLevel (long int lev)
 

Protected Member Functions

long ConsumeNextFreeDebuglevel_ ()
 returns the next available debuglevel More...
 
void DrawRectangle_ (int tl[2], int br[2])
 
void InitHisto (wxPoint pos=wxPoint(10, 10), wxSize size=wxSize(100, 100))
 
void InitImageValueBar (wxPoint pos=wxPoint(10, 10), wxSize size=wxSize(100, 100))
 
virtual void OnErase (wxEraseEvent &event)
 
virtual void OnKeyPress (wxKeyEvent &event)
 
virtual void OnMouseEnter (wxMouseEvent &event)
 
virtual void OnMouseLeave (wxMouseEvent &event)
 
virtual void OnMouseWheel (wxMouseEvent &event)
 
virtual void OnSize (wxSizeEvent &event)
 
virtual void PaintRoiOnDc_ (wxBufferedPaintDC &dc)
 
void RefreshDrawImage_ ()
 
void UpdateStatusBar (unsigned x, unsigned y)
 
void Zoom (unsigned x, unsigned y)
 

Protected Attributes

long int _liDebugLevel
 
long int _liNextDebugLevel
 new concept, debuglevel are managed here in the debug class More...
 
std::map< std::string, long int > _String2Debuglevel
 
wxBitmap * Bitmap_
 
int BottomRight_ [2]
 
ICECallbackInterfaceCallbackObj_
 
bool ClearDrawingContext_
 
unsigned DefaultZoom_
 
bool DrawRoi_
 
unsigned height_
 
std::string ImageName_
 
bool KeepScrollPosition_
 
unsigned lastheight_
 
unsigned lastwidth_
 
int mousex_
 
int mousey_
 
HistoFrameMyHistoWin_
 
ImageLegendFrameMyValueBarFrame_
 
ZoomFrameMyZoomWin_
 
int NumLeftClicks_
 
BIAS::ImageBase origim_
 
wxMutex origim_mutex_
 
BIAS::Image< unsigned char > rgbim_
 
wxBitmap * RoiBitmap_
 
BIAS::Image< unsigned char > roimask_
 
wxStatusBar * SBar_
 
int SBarID_
 
int SBarWidths_ [2]
 
int ScaledImageSizeX_
 
int ScaledImageSizeY_
 
bool SelectRectangle_
 
bool ShowScaled_
 
wxString Title_
 
int TopLeft_ [2]
 
bool UseHighScaleQuality_
 
unsigned width_
 
wxMutex wxbitmap_mutex_
 
wxImage * wximage_
 
wxImage * wxRoiImage_
 

Static Protected Attributes

static std::ostream _zDebugStream
 
static long int GlobalDebugLevel = 0
 

Detailed Description

provides functionality for selection of rectangle, point, ...

Author
woelk 08/2004

Definition at line 43 of file ImageCanvasRectangularSelection.hh.

Constructor & Destructor Documentation

ImageCanvasRectangularSelection::ImageCanvasRectangularSelection ( wxWindow parent,
wxStatusBar *  sbar = NULL,
int  sbarid = 0,
wxWindowID  id = -1,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize(320, 240),
long  style = wxHSCROLL | wxVSCROLL,
const wxString &  name = AsciiToWx("ScrolledWindow") 
)
ImageCanvasRectangularSelection::~ImageCanvasRectangularSelection ( )

Definition at line 45 of file ImageCanvasRectangularSelection.cpp.

Member Function Documentation

void BIAS::Debug::AddDebugLevel ( const long int  lv)
inlineinherited
void BIAS::Debug::AddDebugLevel ( const std::string &  name)
inlineinherited

Definition at line 362 of file Debug.hh.

long BIAS::Debug::ConsumeNextFreeDebuglevel_ ( )
inlineprotectedinherited

returns the next available debuglevel

Author
woelk 09/2006

Definition at line 521 of file Debug.hh.

bool BIAS::Debug::DebugLevelIsSet ( const long int  lv) const
inlineinherited
bool BIAS::Debug::DebugLevelIsSet ( const std::string &  name) const
inlineinherited

Definition at line 350 of file Debug.hh.

void ImageCanvasRectangularSelection::DrawRectangle_ ( int  tl[2],
int  br[2] 
)
protected
void BIAS::ImageCanvas::DrawRoi ( bool  enable)
inlineinherited

Definition at line 126 of file ImageCanvas.hh.

int BIAS::Debug::GetDebugLevel ( ) const
inlineinherited
std::ostream& BIAS::Debug::GetDebugStream ( ) const
inlineinherited

Definition at line 405 of file Debug.hh.

void BIAS::Debug::GetDebugStream ( std::ostream &  os) const
inlineinherited

Definition at line 414 of file Debug.hh.

static long int BIAS::Debug::GetGlobalDebugLevel ( )
inlinestaticinherited

Definition at line 431 of file Debug.hh.

wxPoint ImageCanvas::GetHistoPos ( )
inherited

Definition at line 288 of file ImageCanvas.cpp.

wxSize ImageCanvas::GetHistoSize ( )
inherited

Definition at line 297 of file ImageCanvas.cpp.

BIAS::Image<unsigned char>* BIAS::ImageCanvas::GetImageShown ( )
inlineinherited

Definition at line 84 of file ImageCanvas.hh.

Referenced by BIAS::ImageLegendFrame::OnSave().

bool ImageCanvas::GetMousePos ( int &  x,
int &  y 
)
inherited

Definition at line 449 of file ImageCanvas.cpp.

BIAS::ImageBase* BIAS::ImageCanvas::GetOrigImage ( )
inlineinherited

Definition at line 82 of file ImageCanvas.hh.

bool BIAS::ImageCanvas::GetShowScaled ( )
inlineinherited

Definition at line 99 of file ImageCanvas.hh.

wxPoint ImageCanvas::GetValueBarPos ( )
inherited

Definition at line 306 of file ImageCanvas.cpp.

wxSize ImageCanvas::GetValueBarSize ( )
inherited

Definition at line 315 of file ImageCanvas.cpp.

void ImageCanvas::HideImageValueBar ( )
inherited

Definition at line 477 of file ImageCanvas.cpp.

bool ImageCanvas::HistogrammIsShown ( )
inherited

Definition at line 457 of file ImageCanvas.cpp.

bool ImageCanvas::ImageValueBarIsShown ( )
inherited

Definition at line 467 of file ImageCanvas.cpp.

void ImageCanvas::InitHisto ( wxPoint  pos = wxPoint(10,10),
wxSize  size = wxSize(100,100) 
)
protectedinherited

Definition at line 96 of file ImageCanvas.cpp.

void ImageCanvas::InitImageValueBar ( wxPoint  pos = wxPoint(10,10),
wxSize  size = wxSize(100,100) 
)
protectedinherited

Definition at line 103 of file ImageCanvas.cpp.

bool BIAS::ImageCanvas::IsRoiDrawn ( )
inlineinherited

Definition at line 127 of file ImageCanvas.hh.

void ImageCanvas::KeepScrollPosition ( bool  flag)
inherited

Definition at line 483 of file ImageCanvas.cpp.

Referenced by BIAS::ScaledImageCanvas::KeepScrollPosition().

long int BIAS::Debug::Name2DebugLevel ( const std::string &  name) const
inlineinherited

looks up a debuglevel in the internal map, returns 0 if not found

Author
woelk 09/2006

Definition at line 454 of file Debug.hh.

long int BIAS::Debug::NewDebugLevel ( const std::string &  name)
inlineinherited
void ImageCanvas::OnErase ( wxEraseEvent &  event)
protectedvirtualinherited

Definition at line 503 of file ImageCanvas.cpp.

void ImageCanvas::OnKeyPress ( wxKeyEvent &  event)
protectedvirtualinherited

Definition at line 734 of file ImageCanvas.cpp.

void ImageCanvasRectangularSelection::OnLeftMouseButton ( wxMouseEvent &  event)
virtual

Reimplemented from BIAS::ImageCanvas.

Definition at line 70 of file ImageCanvasRectangularSelection.cpp.

void ImageCanvas::OnMouseEnter ( wxMouseEvent &  event)
protectedvirtualinherited

Definition at line 673 of file ImageCanvas.cpp.

void ImageCanvas::OnMouseLeave ( wxMouseEvent &  event)
protectedvirtualinherited

Definition at line 664 of file ImageCanvas.cpp.

void ImageCanvasRectangularSelection::OnMouseMove ( wxMouseEvent &  event)
virtual
void ImageCanvas::OnMouseWheel ( wxMouseEvent &  event)
protectedvirtualinherited

Definition at line 645 of file ImageCanvas.cpp.

void ImageCanvasRectangularSelection::OnPaint ( wxPaintEvent &  event)
virtual

Reimplemented from BIAS::ImageCanvas.

Definition at line 119 of file ImageCanvasRectangularSelection.cpp.

References NumLeftClicks_, and SelectRectangle_.

void ImageCanvasRectangularSelection::OnRightMouseButton ( wxMouseEvent &  event)
virtual

Reimplemented from BIAS::ImageCanvas.

Definition at line 105 of file ImageCanvasRectangularSelection.cpp.

References NumLeftClicks_, RefreshDrawImage_(), and SelectRectangle_.

void ImageCanvas::OnSize ( wxSizeEvent &  event)
protectedvirtualinherited

Definition at line 726 of file ImageCanvas.cpp.

void ImageCanvas::PaintRoiOnDc_ ( wxBufferedPaintDC &  dc)
protectedvirtualinherited
void BIAS::Debug::PrintDebugLevel ( std::ostream &  os = std::cout) const
inlineinherited

Definition at line 383 of file Debug.hh.

void ImageCanvas::RaiseZoomWindow ( const bool  raise_or_lower)
inherited

Definition at line 490 of file ImageCanvas.cpp.

Referenced by BIAS::ScaledImageCanvas::RaiseZoomWindow().

void ImageCanvasRectangularSelection::RefreshDrawImage_ ( )
protected
void BIAS::Debug::RemoveDebugLevel ( const long int  lv)
inlineinherited

Definition at line 369 of file Debug.hh.

void BIAS::Debug::RemoveDebugLevel ( const std::string &  name)
inlineinherited

Definition at line 376 of file Debug.hh.

void ImageCanvasRectangularSelection::SelectRectangle ( ICECallbackInterface obj)

Call SelectRectangle with an object derived from ICECallbackInterface.

The function RectangleSelected() should be overloaded in this object. After rectangle selection is finished (2 clicks with left mouse, right button cancels) the function obj.RectangleSelected() is called with top left (tl) and bottom right (br) coordinates.

Author
woelk 08/2004

Definition at line 50 of file ImageCanvasRectangularSelection.cpp.

References CallbackObj_, NumLeftClicks_, BIAS::ImageCanvas::origim_, BIAS::ImageCanvas::origim_mutex_, and SelectRectangle_.

void BIAS::ImageCanvas::SetClearDrawingContext ( bool  clear)
inlineinherited

Canvas now uses double buffering to avoid flickering, so it should be ok to always clear the canvas.

Definition at line 95 of file ImageCanvas.hh.

void BIAS::Debug::SetDebugLevel ( const long int  lv)
inlineinherited
void BIAS::Debug::SetDebugLevel ( const std::string &  name)
inlineinherited

Definition at line 325 of file Debug.hh.

void BIAS::Debug::SetDebugStream ( const std::ostream &  os)
inlineinherited

Definition at line 398 of file Debug.hh.

void BIAS::ImageCanvas::SetDefaultZoom ( unsigned  z)
inlineinherited

Definition at line 88 of file ImageCanvas.hh.

static void BIAS::Debug::SetGlobalDebugLevel ( long int  lev)
inlinestaticinherited

Definition at line 424 of file Debug.hh.

void BIAS::ImageCanvas::SetHighScaleQuality ( bool  on)
inlineinherited

Set the quality used for image size rescaling false: Uses the normal default scaling method of pixel replication true: Uses bicubic and box averaging resampling methods for upsampling and downsampling respectively.

Definition at line 114 of file ImageCanvas.hh.

void BIAS::ImageCanvas::SetRoiColor ( unsigned char  red,
unsigned char  green,
unsigned char  blue,
unsigned  alpha = 128 
)
inherited

Set the color which is used to draw the roi.

void BIAS::ImageCanvas::SetScaledImageSize ( int  width,
int  height 
)
inlineinherited

Sets the size of the scaled image.

Only used if show scaled is on.

Definition at line 102 of file ImageCanvas.hh.

void BIAS::ImageCanvas::SetShowScaled ( bool  on)
inlineinherited

Definition at line 98 of file ImageCanvas.hh.

void ImageCanvas::Show ( BIAS::Image< unsigned char > &  im,
std::string  name = "" 
)
virtualinherited
void ImageCanvas::Show ( BIAS::ImageBase origim,
BIAS::Image< unsigned char > &  scaledrgbim,
std::string  name = "" 
)
virtualinherited

Definition at line 152 of file ImageCanvas.cpp.

References BIAS::AsciiToWx(), and BIAS::ROI_Mask.

void ImageCanvas::Show ( BIAS::PyramidImage< unsigned char > &  pim,
std::string  name = "" 
)
virtualinherited

Definition at line 110 of file ImageCanvas.cpp.

References BIAS::PyramidImage< T >::GetSingleImage().

virtual bool BIAS::ImageCanvas::Show ( bool  show = true)
inlinevirtualinherited

Definition at line 80 of file ImageCanvas.hh.

void BIAS::Debug::ShowDebugLevel ( std::ostream &  os = std::cout) const
inlineinherited

prints all internally known debuglevels

Author
woelk 09/2006

Definition at line 496 of file Debug.hh.

void ImageCanvas::ShowHistogramm ( wxPoint  pos = wxPoint(10,10),
wxSize  size = wxSize(100,100) 
)
inherited

Definition at line 341 of file ImageCanvas.cpp.

References BIAS::AsciiToWx().

void ImageCanvas::ShowHistogramm ( ImageBase image,
wxPoint  pos = wxPoint(10,10),
wxSize  size = wxSize(100,100) 
)
inherited

Definition at line 325 of file ImageCanvas.cpp.

References BIAS::AsciiToWx(), and BIAS::ImageBase::IsEmpty().

void ImageCanvas::ShowImageValueBar ( wxPoint  pos = wxPoint(10,10),
wxSize  size = wxSize(100,100) 
)
inherited

Definition at line 371 of file ImageCanvas.cpp.

void ImageCanvas::ShowImageValueBar ( ImageBase image,
wxPoint  pos = wxPoint(10,10),
wxSize  size = wxSize(100,100) 
)
inherited

Definition at line 357 of file ImageCanvas.cpp.

void ImageCanvas::UpdateStatusBar ( unsigned  x,
unsigned  y 
)
protectedinherited

Definition at line 402 of file ImageCanvas.cpp.

References BIAS::AsciiToWx(), and BIAS::ImageBase::PrintPixelValue().

void ImageCanvas::Zoom ( unsigned  x,
unsigned  y 
)
protectedinherited

Definition at line 385 of file ImageCanvas.cpp.

References BIAS::AsciiToWx().

Member Data Documentation

long int BIAS::Debug::_liDebugLevel
protectedinherited

Definition at line 510 of file Debug.hh.

Referenced by BIAS::Debug::operator=(), and BIAS::ImageBase::operator=().

long int BIAS::Debug::_liNextDebugLevel
protectedinherited

new concept, debuglevel are managed here in the debug class

Definition at line 516 of file Debug.hh.

Referenced by BIAS::Debug::operator=().

std::map<std::string, long int> BIAS::Debug::_String2Debuglevel
protectedinherited

Definition at line 517 of file Debug.hh.

Referenced by BIAS::Debug::operator=().

std::ostream BIAS::Debug::_zDebugStream
staticprotectedinherited

Definition at line 511 of file Debug.hh.

Referenced by BIAS::Debug::operator=().

wxBitmap* BIAS::ImageCanvas::Bitmap_
protectedinherited

Definition at line 161 of file ImageCanvas.hh.

int BIAS::ImageCanvasRectangularSelection::BottomRight_[2]
protected
ICECallbackInterface* BIAS::ImageCanvasRectangularSelection::CallbackObj_
protected
bool BIAS::ImageCanvas::ClearDrawingContext_
protectedinherited

Definition at line 173 of file ImageCanvas.hh.

unsigned BIAS::ImageCanvas::DefaultZoom_
protectedinherited

Definition at line 181 of file ImageCanvas.hh.

bool BIAS::ImageCanvas::DrawRoi_
protectedinherited

Definition at line 169 of file ImageCanvas.hh.

long int BIAS::Debug::GlobalDebugLevel = 0
staticprotectedinherited

Definition at line 513 of file Debug.hh.

unsigned BIAS::ImageCanvas::height_
protectedinherited

Definition at line 182 of file ImageCanvas.hh.

std::string BIAS::ImageCanvas::ImageName_
protectedinherited
bool BIAS::ImageCanvas::KeepScrollPosition_
protectedinherited

Definition at line 170 of file ImageCanvas.hh.

unsigned BIAS::ImageCanvas::lastheight_
protectedinherited

Definition at line 183 of file ImageCanvas.hh.

unsigned BIAS::ImageCanvas::lastwidth_
protectedinherited

Definition at line 183 of file ImageCanvas.hh.

int BIAS::ImageCanvas::mousex_
protectedinherited

Definition at line 179 of file ImageCanvas.hh.

int BIAS::ImageCanvas::mousey_
protectedinherited

Definition at line 179 of file ImageCanvas.hh.

HistoFrame* BIAS::ImageCanvas::MyHistoWin_
protectedinherited

Definition at line 153 of file ImageCanvas.hh.

ImageLegendFrame* BIAS::ImageCanvas::MyValueBarFrame_
protectedinherited

Definition at line 154 of file ImageCanvas.hh.

ZoomFrame* BIAS::ImageCanvas::MyZoomWin_
protectedinherited

Definition at line 152 of file ImageCanvas.hh.

int BIAS::ImageCanvasRectangularSelection::NumLeftClicks_
protected
BIAS::ImageBase BIAS::ImageCanvas::origim_
protectedinherited
wxMutex BIAS::ImageCanvas::origim_mutex_
protectedinherited

Definition at line 164 of file ImageCanvas.hh.

Referenced by SelectRectangle().

BIAS::Image<unsigned char> BIAS::ImageCanvas::rgbim_
protectedinherited
wxBitmap* BIAS::ImageCanvas::RoiBitmap_
protectedinherited

Definition at line 160 of file ImageCanvas.hh.

BIAS::Image<unsigned char> BIAS::ImageCanvas::roimask_
protectedinherited

Definition at line 158 of file ImageCanvas.hh.

wxStatusBar* BIAS::ImageCanvas::SBar_
protectedinherited

Definition at line 165 of file ImageCanvas.hh.

int BIAS::ImageCanvas::SBarID_
protectedinherited

Definition at line 177 of file ImageCanvas.hh.

int BIAS::ImageCanvas::SBarWidths_[2]
protectedinherited

Definition at line 178 of file ImageCanvas.hh.

int BIAS::ImageCanvas::ScaledImageSizeX_
protectedinherited

Definition at line 175 of file ImageCanvas.hh.

int BIAS::ImageCanvas::ScaledImageSizeY_
protectedinherited

Definition at line 175 of file ImageCanvas.hh.

bool BIAS::ImageCanvasRectangularSelection::SelectRectangle_
protected
bool BIAS::ImageCanvas::ShowScaled_
protectedinherited

Definition at line 168 of file ImageCanvas.hh.

wxString BIAS::ImageCanvas::Title_
protectedinherited

Definition at line 186 of file ImageCanvas.hh.

int BIAS::ImageCanvasRectangularSelection::TopLeft_[2]
protected
bool BIAS::ImageCanvas::UseHighScaleQuality_
protectedinherited

Definition at line 176 of file ImageCanvas.hh.

unsigned BIAS::ImageCanvas::width_
protectedinherited

Definition at line 182 of file ImageCanvas.hh.

wxMutex BIAS::ImageCanvas::wxbitmap_mutex_
protectedinherited

Definition at line 164 of file ImageCanvas.hh.

wxImage* BIAS::ImageCanvas::wximage_
protectedinherited

Definition at line 163 of file ImageCanvas.hh.

wxImage* BIAS::ImageCanvas::wxRoiImage_
protectedinherited

Definition at line 162 of file ImageCanvas.hh.


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