#include <itkRealTimeClock.h>
Inheritance diagram for itk::RealTimeClock:


Public Types | |
| typedef RealTimeClock | Self |
| typedef itk::Object | Superclass |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
| double | GetTimestamp () const |
| virtual double | GetFrequency () const |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| RealTimeClock () | |
| virtual | ~RealTimeClock () |
| virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const |
This class represents a real-time clock object and provides a timestamp in platform-independent format.
Definition at line 38 of file itkRealTimeClock.h.
|
|
Reimplemented from itk::Object. Definition at line 46 of file itkRealTimeClock.h. |
|
|
Reimplemented from itk::Object. Definition at line 45 of file itkRealTimeClock.h. |
|
|
Smart pointer typedef support. Reimplemented from itk::Object. Definition at line 43 of file itkRealTimeClock.h. |
|
|
Reimplemented from itk::Object. Definition at line 44 of file itkRealTimeClock.h. |
|
|
constructor |
|
|
destructor |
|
|
Returns the frequency of a clock |
|
|
Method for defining the name of the class Reimplemented from itk::Object. |
|
|
Returns a timestamp in seconds e.g. 52.341243 seconds |
|
|
Method for creation through the object factory Reimplemented from itk::Object. |
|
||||||||||||
|
Print the object information in a stream. |
1.4.1 written by Dimitri van Heesch,
© 1997-2000