#include <WavefrontDisplayDevice.h>
Inheritance diagram for WavefrontDisplayDevice:

Public Methods | |
| WavefrontDisplayDevice (void) | |
| virtual | ~WavefrontDisplayDevice (void) |
| void | write_header (void) |
| write the header info. This is an alias for prepare3D. More... | |
| void | write_trailer (void) |
| write any trailer info. This is called by update. More... | |
Protected Methods | |
| void | point (float *xyz) |
| void | line (float *xyz1, float *xyz2) |
| void | triangle (const float *, const float *, const float *, const float *, const float *, const float *) |
Definition at line 29 of file WavefrontDisplayDevice.h.
|
|
Definition at line 41 of file WavefrontDisplayDevice.C. |
|
|
Definition at line 45 of file WavefrontDisplayDevice.C. |
|
||||||||||||
|
Reimplemented from FileRenderer. Definition at line 59 of file WavefrontDisplayDevice.C. References DASH_LENGTH, FileRenderer::lineStyle, FileRenderer::outfile, Stack< Matrix4 >::top, and FileRenderer::transMat. |
|
|
Reimplemented from FileRenderer. Definition at line 48 of file WavefrontDisplayDevice.C. References FileRenderer::outfile, Stack< Matrix4 >::top, and FileRenderer::transMat. |
|
||||||||||||||||||||||||||||
|
Reimplemented from FileRenderer. Definition at line 118 of file WavefrontDisplayDevice.C. References FileRenderer::outfile, Stack< Matrix4 >::top, and FileRenderer::transMat. |
|
|
write the header info. This is an alias for prepare3D.
Reimplemented from FileRenderer. Definition at line 143 of file WavefrontDisplayDevice.C. References FileRenderer::outfile. |
|
|
write any trailer info. This is called by update.
Reimplemented from FileRenderer. Definition at line 147 of file WavefrontDisplayDevice.C. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002