Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
MxTimeStamp Class Reference

MeshViz Manages an identifier that can be used as a time stamp. More...

#include <MeshVizXLM/MxTimeStamp.h>

Static Public Member Functions

static size_t getTimeStamp ()
 

Detailed Description

MeshViz Manages an identifier that can be used as a time stamp.

This static class can be used to get a new value for a time stamp. Each call to getTimeStamp() modifies the time stamp. So every call to getTimeStamp() will return a new value. This class is useful (but just only a possible way) to implement the getTimeStamp method of any MeshVizXLM interface class.

Note
This class is not thread safe and should not be used in a multi-threaded application.

Definition at line 43 of file MxTimeStamp.h.

Member Function Documentation

◆ getTimeStamp()

static size_t MxTimeStamp::getTimeStamp ( )
inlinestatic

Definition at line 46 of file MxTimeStamp.h.


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