Blender V2.61 - r43446

TNT::stopwatch Class Reference

#include <stopwatch.h>

List of all members.

Public Member Functions

 stopwatch ()
void reset ()
void start ()
double stop ()
double read ()

Detailed Description

Definition at line 53 of file stopwatch.h.


Constructor & Destructor Documentation

TNT::stopwatch::stopwatch ( ) [inline]

Definition at line 60 of file stopwatch.h.


Member Function Documentation

double TNT::stopwatch::read ( ) [inline]

Definition at line 70 of file stopwatch.h.

References TNT::seconds().

void TNT::stopwatch::reset ( ) [inline]

Definition at line 61 of file stopwatch.h.

void TNT::stopwatch::start ( ) [inline]

Definition at line 62 of file stopwatch.h.

References TNT::seconds().

double TNT::stopwatch::stop ( void  ) [inline]

Definition at line 63 of file stopwatch.h.

References TNT::seconds().


The documentation for this class was generated from the following file: