CrystalSpace

Public API Reference

Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

csGeomDebugHelper Class Reference
[Geometry utilities]

This is a class that does unit testing (and other debug stuff) for most of csgeom classes. More...

#include <csgeom/math3d.h>

Inheritance diagram for csGeomDebugHelper:

iDebugHelper iBase List of all members.

Public Member Functions

virtual int GetSupportedTests () const
 Return a bit field indicating what types of functions this specific unit test implementation supports.
virtual csPtr< iStringUnitTest ()
 Perform a unit test.
virtual csPtr< iStringStateTest ()
 Perform a state test.
virtual csTicks Benchmark (int)
 Perform a benchmark.
virtual csPtr< iStringDump ()
 Do a text dump of the current state of this object.
virtual void Dump (iGraphics3D *)
 Do a graphical dump of the current state of this object.
virtual bool DebugCommand (const char *)
 Perform a debug command as defined by the module itself.

Detailed Description

This is a class that does unit testing (and other debug stuff) for most of csgeom classes.

Definition at line 647 of file math3d.h.


Member Function Documentation

virtual csTicks csGeomDebugHelper::Benchmark int   )  [inline, virtual]
 

Perform a benchmark.

This function will return a number indicating how long the benchmark lasted in milliseconds.

Implements iDebugHelper.

Definition at line 663 of file math3d.h.

References csTicks.

virtual bool csGeomDebugHelper::DebugCommand const char *   )  [inline, virtual]
 

Perform a debug command as defined by the module itself.

Returns 'false' if the command was not recognized.

Implements iDebugHelper.

Definition at line 674 of file math3d.h.

virtual void csGeomDebugHelper::Dump iGraphics3D  )  [inline, virtual]
 

Do a graphical dump of the current state of this object.

Implements iDebugHelper.

Definition at line 671 of file math3d.h.

virtual csPtr<iString> csGeomDebugHelper::Dump  )  [inline, virtual]
 

Do a text dump of the current state of this object.

Returns 0 if not supported or else a string which you should DecRef() after use.

Implements iDebugHelper.

Definition at line 667 of file math3d.h.

virtual int csGeomDebugHelper::GetSupportedTests  )  const [inline, virtual]
 

Return a bit field indicating what types of functions this specific unit test implementation supports.

This will return a combination of the CS_DBGHELP_... flags:

Implements iDebugHelper.

Definition at line 654 of file math3d.h.

virtual csPtr<iString> csGeomDebugHelper::StateTest  )  [inline, virtual]
 

Perform a state test.

This function will test if the current state of the object is ok. It will return 0 if it is ok. Otherwise an iString is returned containing some information about the errors. DecRef() this returned string after using it.

Implements iDebugHelper.

Definition at line 659 of file math3d.h.

virtual csPtr<iString> csGeomDebugHelper::UnitTest  )  [virtual]
 

Perform a unit test.

This function will try to test as much as possible of the given module. This function returns 0 if the test succeeded. Otherwise an iString is returned containing some information about the errors. DecRef() this returned string after using it.

Implements iDebugHelper.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.3.9.1