VrmlViewer Class Reference#include <VrmlViewer.h>
Inheritance diagram for VrmlViewer:
List of all members.
|
Public Member Functions |
| VrmlViewer (char *fileName, Domain &theDomain, ColorMap &theMap) |
| ~VrmlViewer () |
int | clearImage (void) |
int | doneImage (void) |
int | drawLine (const Vector &, const Vector &, float V1, float V2) |
int | drawTriangle (const Vector &, const Vector &, const Vector &, float V1, float V2, float V3) |
int | setVRP (float x, float y, float z) |
int | setVPN (float x, float y, float z) |
int | setVUP (float x, float y, float z) |
int | setViewWindow (float, float, float, float) |
int | setPlaneDist (float, float) |
int | setProjectionMode (int) |
int | setFillMode (int) |
int | setPRP (float u, float v, float n) |
int | setPortWindow (float, float, float, float) |
Detailed Description
Definition at line 48 of file VrmlViewer.h.
Constructor & Destructor Documentation
VrmlViewer::VrmlViewer |
( |
char * |
fileName, |
|
|
Domain & |
theDomain, |
|
|
ColorMap & |
theMap | |
|
) |
| | |
VrmlViewer::~VrmlViewer |
( |
|
) |
|
Member Function Documentation
int VrmlViewer::clearImage |
( |
void |
|
) |
[virtual] |
int VrmlViewer::doneImage |
( |
void |
|
) |
[virtual] |
int VrmlViewer::drawLine |
( |
const Vector & |
, |
|
|
const Vector & |
, |
|
|
float |
V1, |
|
|
float |
V2 | |
|
) |
| | |
int VrmlViewer::drawTriangle |
( |
const Vector & |
, |
|
|
const Vector & |
, |
|
|
const Vector & |
, |
|
|
float |
V1, |
|
|
float |
V2, |
|
|
float |
V3 | |
|
) |
| | |
int VrmlViewer::setVRP |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z | |
|
) |
| | [virtual] |
int VrmlViewer::setVPN |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z | |
|
) |
| | [virtual] |
int VrmlViewer::setVUP |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z | |
|
) |
| | [virtual] |
int VrmlViewer::setViewWindow |
( |
float |
, |
|
|
float |
, |
|
|
float |
, |
|
|
float |
| |
|
) |
| | [virtual] |
int VrmlViewer::setPlaneDist |
( |
float |
, |
|
|
float |
| |
|
) |
| | [virtual] |
int VrmlViewer::setProjectionMode |
( |
int |
|
) |
|
int VrmlViewer::setFillMode |
( |
int |
|
) |
|
int VrmlViewer::setPRP |
( |
float |
u, |
|
|
float |
v, |
|
|
float |
n | |
|
) |
| | [virtual] |
int VrmlViewer::setPortWindow |
( |
float |
, |
|
|
float |
, |
|
|
float |
, |
|
|
float |
| |
|
) |
| | [virtual] |
The documentation for this class was generated from the following files:
Generated on Mon Oct 23 15:05:51 2006 for OpenSees by 1.5.0
|