Functions

ofUtils.h File Reference

#include "ofConstants.h"

Go to the source code of this file.

Functions

int ofNextPow2 (int input)
void ofResetElapsedTimeCounter ()
float ofGetElapsedTimef ()
int ofGetElapsedTimeMillis ()
int ofGetFrameNum ()
int ofGetSeconds ()
int ofGetMinutes ()
int ofGetHours ()
unsigned long ofGetSystemTime ()
int ofGetYear ()
int ofGetMonth ()
int ofGetDay ()
int ofGetWeekday ()
void ofLaunchBrowser (string url)
void ofEnableDataPath ()
void ofDisableDataPath ()
string ofToDataPath (string path, bool absolute=false)
void ofSetDataPathRoot (string root)
string ofToString (double value, int precision=7)
string ofToString (int value)
string ofGetVersionInfo ()
void ofSaveScreen (string filename)
void ofSaveFrame ()
vector< string > ofSplitString (const string &text, const string &delimiter)
void ofSetLogLevel (int logLevel)
void ofLog (int logLevel, string message)
void ofLog (int logLevel, const char *format,...)
void ofSetConsoleColor (int color)
void ofRestoreConsoleColor ()

Function Documentation

void ofDisableDataPath (  )
void ofEnableDataPath (  )
int ofGetDay (  )
float ofGetElapsedTimef (  )
int ofGetElapsedTimeMillis (  )
int ofGetFrameNum (  )
int ofGetHours (  )
int ofGetMinutes (  )
int ofGetMonth (  )
int ofGetSeconds (  )
unsigned long ofGetSystemTime (  )
string ofGetVersionInfo (  )
int ofGetWeekday (  )
int ofGetYear (  )
void ofLaunchBrowser ( string  url )
void ofLog ( int  logLevel,
string  message 
)
void ofLog ( int  logLevel,
const char *  format,
  ... 
)
int ofNextPow2 ( int  input )
void ofResetElapsedTimeCounter (  )
void ofRestoreConsoleColor (  )
void ofSaveFrame (  )
void ofSaveScreen ( string  filename )
void ofSetConsoleColor ( int  color )
void ofSetDataPathRoot ( string  root )
void ofSetLogLevel ( int  logLevel )
vector<string> ofSplitString ( const string &  text,
const string &  delimiter 
)
string ofToDataPath ( string  path,
bool  absolute = false 
)
string ofToString ( int  value )
string ofToString ( double  value,
int  precision = 7 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines