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

#include <UT_RandomSequence.h>

Public Member Functions

 UT_RandomSequence (int n=0, int c=0)
 
void setCurrent (int c=0)
 
void setSize (int n)
 
unsigned getCurrent ()
 
unsigned getSize ()
 
unsigned getNext ()
 

Detailed Description

Definition at line 13 of file UT_RandomSequence.h.

Constructor & Destructor Documentation

UT_RandomSequence::UT_RandomSequence ( int  n = 0,
int  c = 0 
)
explicit

Member Function Documentation

unsigned UT_RandomSequence::getCurrent ( )
inline

Definition at line 21 of file UT_RandomSequence.h.

unsigned UT_RandomSequence::getNext ( )
unsigned UT_RandomSequence::getSize ( )
inline

Definition at line 22 of file UT_RandomSequence.h.

void UT_RandomSequence::setCurrent ( int  c = 0)
inline

Definition at line 18 of file UT_RandomSequence.h.

void UT_RandomSequence::setSize ( int  n)

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