#include <DeviceLog.h>
Inheritance diagram for H3D::DeviceLog:

Public Member Functions | |
| DeviceLog (Inst< SFNode > _metadata=0, Inst< SFString > _filename=0) | |
| Constructor. | |
| virtual | ~DeviceLog () |
| Destructor. | |
| virtual void | openLog () |
| virtual void | writeLog (Vec3f pos, Rotation rot) |
| virtual void | writeMessage (char *msg) |
| virtual void | closeLog () |
| virtual string | defaultXMLContainerField () |
| Returns the default xml containerField attribute value. | |
Public Attributes | |
| auto_ptr< SFString > | filename |
Static Public Attributes | |
| static H3DNodeDatabase | database |
| The H3DNodeDatabase for this node. | |
Protected Attributes | |
| FILE * | log_file |
| double | start_time |
|
|
Returns the default xml containerField attribute value. For this node it is "children". Reimplemented from H3D::Node. |
1.4.5