HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Counter Class Reference

#include <UT_Counter.h>

Public Member Functions

 UT_Counter (const char *)
 
 ~UT_Counter ()
 
 UT_Counter (const UT_Counter &m)=default
 
UT_Counteroperator= (const UT_Counter &m)=default
 
UT_Countermax (exint)
 
UT_Counteroperator+= (int)
 
UT_Counteroperator++ (int)
 
UT_Counteroperator-= (int)
 
UT_Counteroperator-- (int)
 
void reset ()
 
exint peak () const
 
exint count () const
 
exint increments () const
 

Detailed Description

Examples:
RAY/RAY_DemoMountain.C.

Definition at line 100 of file UT_Counter.h.

Constructor & Destructor Documentation

UT_Counter::UT_Counter ( const char *  )
inline

Definition at line 103 of file UT_Counter.h.

UT_Counter::~UT_Counter ( )
inline

Definition at line 104 of file UT_Counter.h.

UT_Counter::UT_Counter ( const UT_Counter m)
default

Member Function Documentation

exint UT_Counter::count ( ) const
inline

Definition at line 116 of file UT_Counter.h.

exint UT_Counter::increments ( ) const
inline

Definition at line 117 of file UT_Counter.h.

UT_Counter& UT_Counter::max ( exint  )
inline

Definition at line 109 of file UT_Counter.h.

UT_Counter& UT_Counter::operator++ ( int  )
inline

Definition at line 111 of file UT_Counter.h.

UT_Counter& UT_Counter::operator+= ( int  )
inline

Definition at line 110 of file UT_Counter.h.

UT_Counter& UT_Counter::operator-- ( int  )
inline

Definition at line 113 of file UT_Counter.h.

UT_Counter& UT_Counter::operator-= ( int  )
inline

Definition at line 112 of file UT_Counter.h.

UT_Counter& UT_Counter::operator= ( const UT_Counter m)
default
exint UT_Counter::peak ( ) const
inline

Definition at line 115 of file UT_Counter.h.

void UT_Counter::reset ( void  )
inline

Definition at line 114 of file UT_Counter.h.


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