iRoCS Toolbox  1.1.0
Public Member Functions | Protected Attributes
OrthoViewOverlay Class Referenceabstract

#include <OrthoViewOverlay.hh>

Collaboration diagram for OrthoViewOverlay:

Public Member Functions

 OrthoViewOverlay (OrthoViewWidget *view)
 
virtual void render (QPainter *painter=NULL)=0
 
void setDimensions (blitz::TinyVector< int, 2 > &dimensions)
 
OrthoViewWidgetview () const
 

Protected Attributes

blitz::TinyVector< int, 2 > _dimensions
 
OrthoViewWidgetp_view
 

Detailed Description

Definition at line 38 of file OrthoViewOverlay.hh.

Constructor & Destructor Documentation

◆ OrthoViewOverlay()

OrthoViewOverlay::OrthoViewOverlay ( OrthoViewWidget view)

Member Function Documentation

◆ view()

OrthoViewWidget* OrthoViewOverlay::view ( ) const

◆ render()

virtual void OrthoViewOverlay::render ( QPainter *  painter = NULL)
pure virtual

◆ setDimensions()

void OrthoViewOverlay::setDimensions ( blitz::TinyVector< int, 2 > &  dimensions)

Field Documentation

◆ p_view

OrthoViewWidget* OrthoViewOverlay::p_view
protected

Definition at line 47 of file OrthoViewOverlay.hh.

◆ _dimensions

blitz::TinyVector<int,2> OrthoViewOverlay::_dimensions
protected

Definition at line 48 of file OrthoViewOverlay.hh.


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