iRoCS Toolbox
1.1.0
|
#include <OrthoViewOverlay.hh>
Public Member Functions | |
OrthoViewOverlay (OrthoViewWidget *view) | |
virtual void | render (QPainter *painter=NULL)=0 |
void | setDimensions (blitz::TinyVector< int, 2 > &dimensions) |
OrthoViewWidget * | view () const |
Protected Attributes | |
blitz::TinyVector< int, 2 > | _dimensions |
OrthoViewWidget * | p_view |
Definition at line 38 of file OrthoViewOverlay.hh.
OrthoViewOverlay::OrthoViewOverlay | ( | OrthoViewWidget * | view | ) |
OrthoViewWidget* OrthoViewOverlay::view | ( | ) | const |
|
pure virtual |
void OrthoViewOverlay::setDimensions | ( | blitz::TinyVector< int, 2 > & | dimensions | ) |
|
protected |
Definition at line 47 of file OrthoViewOverlay.hh.
|
protected |
Definition at line 48 of file OrthoViewOverlay.hh.