Biomechanical Joint Model
 Author: Anderson Maciel

COME_View Class Reference

#include <comeview.h>

Inherits COME.

Inheritance diagram for COME_View:

Inheritance graph
[legend]
Collaboration diagram for COME_View:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void setHeight (int h)
void setWidth (int w)
int getHeight ()
int getWidth ()
virtual bool update ()=0

Static Protected Attributes

static int height
static int width

Detailed Description

This abstract class is the "V" in the MVC of the COME framework at VRLab. It must be implemented to provide the functionality of displaying a scenario on a graphic output device.

Definition at line 43 of file comeview.h.


Member Function Documentation

int COME_View::getHeight  ) 
 

Definition at line 55 of file comeview.cpp.

References height.

int COME_View::getWidth  ) 
 

Definition at line 61 of file comeview.cpp.

References width.

void COME_View::setHeight int  h  ) 
 

PROJECT.....: CO-ME RESPONSIBLE.:

AUTHOR......: Anderson Maciel DATE........: 25/July/2002 DESCRIPTION.: Class declaration.

Definition at line 40 of file comeview.cpp.

References height.

void COME_View::setWidth int  w  ) 
 

Definition at line 46 of file comeview.cpp.

References width.

virtual bool COME_View::update  )  [pure virtual]
 


Member Data Documentation

int COME_View::height [static, protected]
 

Definition at line 47 of file comeview.h.

Referenced by getHeight(), and setHeight().

int COME_View::width [static, protected]
 

Definition at line 48 of file comeview.h.

Referenced by getWidth(), and setWidth().


The documentation for this class was generated from the following files:
Generated on Thu Dec 1 10:14:30 2005 for COME - Biomechanical Joint Model by  doxygen 1.4.5