#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 |
typedef double | TimeStampType |
typedef double | FrequencyType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual FrequencyType | GetFrequency () const |
TimeStampType | GetTimeStamp () const |
TimeStampType | GetTimestamp () const |
Static Public Member Functions | |
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. |
|
Define the type for the frequency of the clock Definition at line 58 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. |
|
Define the type for the timestap Definition at line 55 of file itkRealTimeClock.h. Referenced by GetTimestamp(). |
|
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 Definition at line 62 of file itkRealTimeClock.h. References itkWarningMacro, and TimeStampType. |
|
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. Reimplemented from itk::Object. |