#include <STLDisplayDevice.h>
Inheritance diagram for STLDisplayDevice:
Public Methods | |
STLDisplayDevice (void) | |
virtual | ~STLDisplayDevice (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 | triangle (const float *, const float *, const float *, const float *, const float *, const float *) |
single color triangle with interpolated surface normals. More... |
Definition at line 28 of file STLDisplayDevice.h.
|
Definition at line 36 of file STLDisplayDevice.C. |
|
Definition at line 40 of file STLDisplayDevice.C. |
|
single color triangle with interpolated surface normals.
Reimplemented from FileRenderer. Definition at line 42 of file STLDisplayDevice.C. References n, FileRenderer::outfile, Stack< Matrix4 >::top, and FileRenderer::transMat. |
|
write the header info. This is an alias for prepare3D.
Reimplemented from FileRenderer. Definition at line 81 of file STLDisplayDevice.C. References FileRenderer::outfile. |
|
write any trailer info. This is called by update.
Reimplemented from FileRenderer. Definition at line 85 of file STLDisplayDevice.C. References FileRenderer::outfile. |