v0.1.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
oNCGULGeneral utility library
|oNDataTypesEnum full of basic image data types
|oNFileA simple file utility
|oNGLContains all of the OpenGL defines
|oNImageFormatsNamespace full of pre-defined image formats. They are named using the same system as OpenGL. See: http://www.opengl.org/wiki/Image_Format
|oNImageLoaders
||oCJPEGJPEG Loader
||oCPNGPNG Loader
||\CPPMPPM Loader
|oNImageMixMethodsEnum holding the supported image mixing methods
|oNJSON
||oCArray
||oCObject
||\CValue
|oNMathA namespace containing many common mathematical functions
|oNMemoryA simple memory utility
|oNNetworkAn experimental network namespace
||oNIPAddressTypeA list of supported IP address types
||oCAdapterContains information about a network interface
||oCDNSUtility class used to perform DNS lookups
||oCHeaderA structure containing the response header for HTTPRequests
||oCHTTPRequestA class to connect to webpages and request data
||oCIPAddressUtility class to handle IPv4 or IPv6 addresses
||oCSocketTCPA class to connect to or listen on a TCP network
||\CSocketUDPA class to communicate on a UDP network
|oNOpenGLExperimental OpenGL wrapper
||\CContext
|oCArray
|oCContainer
|oCFixedListA fixed list interface to set a fixed amount of data and fill in the slots of data
|oCHashMap
|oCList
|oCVectorA vector functionally equivalent to an std::vector but capable of acting as a FixedList
|oCException
|oCFatalException
|oCFileException
|oCImageException
|oCNetworkException
|oCOpenGLException
|oCStringException
|oCSystemCode
|oCWindowException
|oC_CGUL_PIXELFORMATDESCRIPTOR
|oC_CGUL_PTHREAD_MUTEX_T
|oC_CGUL_PTHREAD_COND_T
|oCFont
|oCGlyph
|oCVector3TA three dimensional 32 bit floating point vector
|oCVector4TA four dimensional 32 bit floating point vector
|oCColorTAn RGBA (red, green, blue, alpha) color
|oCImageFilterA class for performing convolution filters on images. Filter rule: filter size must be odd (e.x 3x3, 5x5, etc) Note: Works similar to the method at: http://lodev.org/cgtutor/filtering.html
|oCImageFormatA struct that defines an image format and how to treat it
|oCImageA container capable of loading and manipulating RGBA images
|oCImageHandlerSingleton class that registers image loaders/writers
|oCImageLoaderBase class for image loaders
|oCAngle
|oCVector2TA two dimensional 32 bit floating point vector
|oCQuaternionTQuaternion
|oCMatrixTA 4v4 matrix
|oCRandomA linear congruential generator capable of generating pseudorandom numbers
|oCAutoReleaseAn AutoRelease class to help be RAII compliant
|oCConditionVariable
|oCEventA simple file utility
|oCFileFinder
|oCLogger
|oCMutex
|oCRegexRegular expressions
|oCStringA Utf-8 compliant string
|oCThread
|oCTimerA timer to keep track of time, similar to a stop watch
|oCWindowKeyButtonEvent
|oCWindowMouseButtonEvent
|oCWindowMouseMoveEvent
|oCWindowA class capable of creating windows and manipulating them
|\CWindowStyleContains customizable attributes for window creation
\CjpegErrorMgr