레퍼런스
이 페이지는 openFrameworks의 코어와 포함된 addon들에 대한 레퍼런스를 다루고 있습니다. 또한 contributed addons도 있습니다. openFrameworks의 API는 꾸준히 진화하고 있습니다. 수정, 추가, 의견이 있으시다면 언제든지 환영입니다!
도큐먼트 튜토리얼 제작설명서를 읽어볼 수도 있고 GitHub를 통해 이 도큐멘트 제작에 참여하실 수도 있습니다.
이 문서는 가장 최근에 릴리즈된 0.9.0버전을 따릅니다.
- of3dGraphics
- of3dGraphics()
- drawArrow()
- drawAxis()
- drawBox()
- drawCone()
- drawCylinder()
- drawGrid()
- drawGridPlane()
- drawIcoSphere()
- drawPlane()
- drawRotationAxes()
- drawSphere()
- getBoxResolution()
- getConeResolution()
- getCylinderResolution()
- getIcoSphereResolution()
- getPlaneResolution()
- getSphereResolution()
- setBoxResolution()
- setConeResolution()
- setCylinderResolution()
- setIcoSphereResolution()
- setPlaneResolution()
- setSphereResolution()
- ofDrawBox()
- ofDrawCone()
- ofDrawCylinder()
- ofDrawIcoSphere()
- ofDrawPlane()
- ofDrawSphere()
- ofGetBoxResolution()
- ofGetConeResolution()
- ofGetCylinderResolution()
- ofGetIcoSphereResolution()
- ofGetPlaneResolution()
- ofGetSphereResolution()
- ofSetBoxResolution()
- ofSetConeResolution()
- ofSetCylinderResolution()
- ofSetIcoSphereResolution()
- ofSetPlaneResolution()
- ofSetSphereResolution()
- of3dPrimitive
- of3dPrimitive()
- ~of3dPrimitive()
- disableColors()
- disableNormals()
- disableTextures()
- draw()
- drawAxes()
- drawFaces()
- drawNormals()
- drawVertices()
- drawWireframe()
- enableColors()
- enableNormals()
- enableTextures()
- getMesh()
- getMeshPtr()
- getTexCoords()
- getTexCoordsPtr()
- hasNormalsEnabled()
- hasScaling()
- isUsingVbo()
- mapTexCoords()
- mapTexCoordsFromTexture()
- operator=()
- setUseVbo()
- ofBoxPrimitive
- ofBoxPrimitive()
- ~ofBoxPrimitive()
- getDepth()
- getHeight()
- getResolution()
- getResolutionDepth()
- getResolutionHeight()
- getResolutionWidth()
- getSideIndices()
- getSideMesh()
- getSize()
- getWidth()
- resizeToTexture()
- set()
- setDepth()
- setHeight()
- setMode()
- setResolution()
- setResolutionDepth()
- setResolutionHeight()
- setResolutionWidth()
- setSideColor()
- setWidth()
- ofCamera
- ofCamera()
- ~ofCamera()
- begin()
- cameraToWorld()
- disableOrtho()
- enableOrtho()
- end()
- getAspectRatio()
- getFarClip()
- getForceAspectRatio()
- getFov()
- getImagePlaneDistance()
- getLensOffset()
- getModelViewMatrix()
- getModelViewProjectionMatrix()
- getNearClip()
- getOrtho()
- getProjectionMatrix()
- isVFlipped()
- screenToWorld()
- setAspectRatio()
- setFarClip()
- setForceAspectRatio()
- setFov()
- setLensOffset()
- setNearClip()
- setRenderer()
- setVFlip()
- setupOffAxisViewPortal()
- setupPerspective()
- worldToCamera()
- worldToScreen()
- ofConePrimitive
- ofConePrimitive()
- ~ofConePrimitive()
- getCapIndices()
- getCapMesh()
- getConeIndices()
- getConeMesh()
- getHeight()
- getRadius()
- getResolution()
- getResolutionCap()
- getResolutionHeight()
- getResolutionRadius()
- set()
- setCapColor()
- setHeight()
- setMode()
- setRadius()
- setResolution()
- setResolutionCap()
- setResolutionHeight()
- setResolutionRadius()
- setTopColor()
- ofCylinderPrimitive
- ofCylinderPrimitive()
- ~ofCylinderPrimitive()
- getBottomCapIndices()
- getBottomCapMesh()
- getCapped()
- getCylinderIndices()
- getCylinderMesh()
- getHeight()
- getRadius()
- getResolution()
- getResolutionCap()
- getResolutionHeight()
- getResolutionRadius()
- getTopCapIndices()
- getTopCapMesh()
- set()
- setBottomCapColor()
- setCapped()
- setCylinderColor()
- setHeight()
- setMode()
- setRadius()
- setResolution()
- setResolutionCap()
- setResolutionHeight()
- setResolutionRadius()
- setTopCapColor()
- ofEasyCam
- ofEasyCam()
- ~ofEasyCam()
- begin()
- disableMouseInput()
- disableMouseMiddleButton()
- enableMouseInput()
- enableMouseMiddleButton()
- getDistance()
- getDrag()
- getMouseInputEnabled()
- getMouseMiddleButtonEnabled()
- getTarget()
- getTranslationKey()
- reset()
- setAutoDistance()
- setDistance()
- setDrag()
- setEvents()
- setTarget()
- setTranslationKey()
- ofMesh
- ofMesh()
- addColor()
- addColors()
- addIndex()
- addIndices()
- addNormal()
- addNormals()
- addTexCoord()
- addTexCoords()
- addTriangle()
- addVertex()
- addVertices()
- append()
- axis()
- box()
- clear()
- clearColors()
- clearIndices()
- clearNormals()
- clearTexCoords()
- clearVertices()
- cone()
- cylinder()
- disableColors()
- disableIndices()
- disableNormals()
- disableTextures()
- draw()
- drawFaces()
- drawVertices()
- drawWireframe()
- enableColors()
- enableIndices()
- enableNormals()
- enableTextures()
- getCentroid()
- getColor()
- getColors()
- getColorsPointer()
- getFace()
- getFaceNormals()
- getIndex()
- getIndexPointer()
- getIndices()
- getMeshForIndices()
- getMode()
- getNormal()
- getNormals()
- getNormalsPointer()
- getNumColors()
- getNumIndices()
- getNumNormals()
- getNumTexCoords()
- getNumVertices()
- getTexCoord()
- getTexCoords()
- getTexCoordsPointer()
- getUniqueFaces()
- getVertex()
- getVertices()
- getVerticesPointer()
- hasColors()
- hasIndices()
- hasNormals()
- hasTexCoords()
- hasVertices()
- haveColorsChanged()
- haveIndicesChanged()
- haveNormalsChanged()
- haveTexCoordsChanged()
- haveVertsChanged()
- icosahedron()
- icosphere()
- load()
- mergeDuplicateVertices()
- plane()
- removeColor()
- removeIndex()
- removeNormal()
- removeTexCoord()
- removeVertex()
- save()
- setColor()
- setColorForIndices()
- setFromTriangles()
- setIndex()
- setMode()
- setNormal()
- setTexCoord()
- setVertex()
- setupIndicesAuto()
- smoothNormals()
- sphere()
- usingColors()
- usingIndices()
- usingNormals()
- usingTextures()
- ofNode
- ofNode()
- ~ofNode()
- boom()
- clearParent()
- customDraw()
- dolly()
- draw()
- getGlobalOrientation()
- getGlobalPosition()
- getGlobalScale()
- getGlobalTransformMatrix()
- getHeading()
- getLocalTransformMatrix()
- getLookAtDir()
- getOrientationEuler()
- getOrientationQuat()
- getParent()
- getPitch()
- getPosition()
- getRoll()
- getScale()
- getSideDir()
- getUpDir()
- getX()
- getXAxis()
- getY()
- getYAxis()
- getZ()
- getZAxis()
- lookAt()
- move()
- orbit()
- pan()
- resetTransform()
- restoreTransformGL()
- roll()
- rotate()
- rotateAround()
- setGlobalOrientation()
- setGlobalPosition()
- setOrientation()
- setParent()
- setPosition()
- setScale()
- setTransformMatrix()
- tilt()
- transformGL()
- truck()
- ofAppBaseWindow
- close()
- disableSetupScreen()
- doesHWOrientation()
- draw()
- enableSetupScreen()
- events()
- getClipboardString()
- getGLXContext()
- getHeight()
- getOrientation()
- getScreenSize()
- getWidth()
- getWindowContext()
- getWindowMode()
- getWindowPosition()
- getWindowShouldClose()
- getWindowSize()
- getX11Display()
- getX11Window()
- hideCursor()
- makeCurrent()
- renderer()
- setClipboardString()
- setFullscreen()
- setOrientation()
- setVerticalSync()
- setWindowPosition()
- setWindowShape()
- setWindowShouldClose()
- setWindowTitle()
- setup()
- showCursor()
- toggleFullscreen()
- update()
- ofAppEGLWindow
- ofAppEGLWindow()
- ~ofAppEGLWindow()
- allowsMultiWindow()
- close()
- disableSetupScreen()
- doesHWOrientation()
- doesLoop()
- draw()
- enableSetupScreen()
- events()
- getEglConfig()
- getEglContext()
- getEglDisplay()
- getEglSurface()
- getEglVersionMajor()
- getEglVersionMinor()
- getHeight()
- getOrientation()
- getScreenSize()
- getWidth()
- getWindowMode()
- getWindowPosition()
- getWindowSize()
- getX11Display()
- getX11Window()
- hideCursor()
- loop()
- makeCurrent()
- needsPolling()
- pollEvents()
- renderer()
- setFullscreen()
- setOrientation()
- setThreadTimeout()
- setVerticalSync()
- setWindowPosition()
- setWindowShape()
- setWindowTitle()
- setup()
- showCursor()
- toggleFullscreen()
- update()
- ofAppGLFWWindow
- ofAppGLFWWindow()
- ~ofAppGLFWWindow()
- allowsMultiWindow()
- close()
- disableSetupScreen()
- doesLoop()
- draw()
- enableSetupScreen()
- events()
- getClipboardString()
- getGLFWWindow()
- getGLXContext()
- getHeight()
- getOrientation()
- getPixelScreenCoordScale()
- getScreenSize()
- getWidth()
- getWindowContext()
- getWindowMode()
- getWindowPosition()
- getWindowShouldClose()
- getWindowSize()
- getX11Display()
- getX11Window()
- hideCursor()
- iconify()
- isWindowActive()
- isWindowIconified()
- isWindowResizeable()
- listMonitors()
- listVideoModes()
- loop()
- makeCurrent()
- needsPolling()
- operator=()
- pollEvents()
- renderer()
- setClipboardString()
- setFullscreen()
- setOrientation()
- setVerticalSync()
- setWindowPosition()
- setWindowShape()
- setWindowShouldClose()
- setWindowTitle()
- setup()
- showCursor()
- toggleFullscreen()
- update()
- ofAppGlutWindow
- allowsMultiWindow()
- close()
- disableSetupScreen()
- doesLoop()
- draw()
- enableSetupScreen()
- events()
- getHeight()
- getOrientation()
- getScreenSize()
- getWidth()
- getWindowMode()
- getWindowPosition()
- getWindowSize()
- hideCursor()
- loop()
- needsPolling()
- pollEvents()
- renderer()
- setDoubleBuffering()
- setFullscreen()
- setGlutDisplayString()
- setOrientation()
- setVerticalSync()
- setWindowPosition()
- setWindowShape()
- setWindowTitle()
- setup()
- showCursor()
- toggleFullscreen()
- update()
- displayString
- ofAppRunner
- noopDeleter()
- ofCreateWindow()
- ofDoesHWOrientation()
- ofEvents()
- ofExit()
- ofGetAppPtr()
- ofGetCurrentRenderer()
- ofGetFrameNum()
- ofGetFrameRate()
- ofGetGLXContext()
- ofGetHeight()
- ofGetLastFrameTime()
- ofGetMainLoop()
- ofGetOrientation()
- ofGetScreenHeight()
- ofGetScreenWidth()
- ofGetTargetFrameRate()
- ofGetWidth()
- ofGetWindowHeight()
- ofGetWindowMode()
- ofGetWindowPositionX()
- ofGetWindowPositionY()
- ofGetWindowPtr()
- ofGetWindowRect()
- ofGetWindowSize()
- ofGetWindowWidth()
- ofGetX11Display()
- ofGetX11Window()
- ofHideCursor()
- ofInit()
- ofRandomHeight()
- ofRandomWidth()
- ofRunApp()
- ofRunMainLoop()
- ofSetAppPtr()
- ofSetCurrentRenderer()
- ofSetEscapeQuitsApp()
- ofSetFrameRate()
- ofSetFullscreen()
- ofSetMainLoop()
- ofSetOrientation()
- ofSetVerticalSync()
- ofSetWindowPosition()
- ofSetWindowShape()
- ofSetWindowTitle()
- ofSetupOpenGL()
- ofShowCursor()
- ofToggleFullscreen()
- ofBaseApp
- dragEvent()
- dragged()
- draw()
- exit()
- gotMessage()
- keyPressed()
- keyReleased()
- messageReceived()
- mouseDragged()
- mouseEntered()
- mouseExited()
- mouseMoved()
- mousePressed()
- mouseReleased()
- mouseScrolled()
- setup()
- touchCancelled()
- touchDoubleTap()
- touchDown()
- touchMoved()
- touchUp()
- update()
- windowResized()
- mouseX
- mouseY
- ofCoreEvents
- ofCoreEvents()
- disable()
- enable()
- getFrameNum()
- getFrameRate()
- getKeyPressed()
- getLastFrameTime()
- getMousePressed()
- getMouseX()
- getMouseY()
- getPreviousMouseX()
- getPreviousMouseY()
- getTargetFrameRate()
- notifyDragEvent()
- notifyDraw()
- notifyExit()
- notifyKeyEvent()
- notifyKeyPressed()
- notifyKeyReleased()
- notifyMouseDragged()
- notifyMouseEntered()
- notifyMouseEvent()
- notifyMouseExited()
- notifyMouseMoved()
- notifyMousePressed()
- notifyMouseReleased()
- notifyMouseScrolled()
- notifySetup()
- notifyUpdate()
- notifyWindowResized()
- setFrameRate()
- draw
- exit
- fileDragEvent
- keyPressed
- keyReleased
- messageEvent
- mouseDragged
- mouseEntered
- mouseExited
- mouseMoved
- mousePressed
- mouseReleased
- mouseScrolled
- setup
- touchCancelled
- touchDoubleTap
- touchDown
- touchMoved
- touchUp
- update
- windowResized
- ofEvents
- ofEvents()
- ofGetKeyPressed()
- ofGetMousePressed()
- ofGetMouseX()
- ofGetMouseY()
- ofGetPreviousMouseX()
- ofGetPreviousMouseY()
- ofRegisterDragEvents()
- ofRegisterGetMessages()
- ofRegisterKeyEvents()
- ofRegisterMouseEvents()
- ofRegisterTouchEvents()
- ofSendMessage()
- ofUnregisterDragEvents()
- ofUnregisterGetMessages()
- ofUnregisterKeyEvents()
- ofUnregisterMouseEvents()
- ofUnregisterTouchEvents()
- ofFbo
- ofFbo()
- ~ofFbo()
- activateAllDrawBuffers()
- allocate()
- attachTexture()
- begin()
- bind()
- checkGLSupport()
- checkStatus()
- clear()
- createAndAttachDepthStencilTexture()
- createAndAttachRenderbuffer()
- createAndAttachTexture()
- draw()
- end()
- flagDirty()
- getDefaultTextureIndex()
- getDepthBuffer()
- getDepthTexture()
- getHeight()
- getId()
- getIdDrawBuffer()
- getNumTextures()
- getStencilBuffer()
- getTexture()
- getWidth()
- isAllocated()
- isUsingTexture()
- maxColorAttachments()
- maxDrawBuffers()
- maxSamples()
- operator=()
- readToPixels()
- resetAnchor()
- setActiveDrawBuffer()
- setActiveDrawBuffers()
- setAnchorPercent()
- setAnchorPoint()
- setDefaultTextureIndex()
- setUseTexture()
- unbind()
- updateTexture()
- ofGLProgrammableRenderer
- ofGLProgrammableRenderer()
- background()
- begin()
- bind()
- bindForBlitting()
- clear()
- clearAlpha()
- defaultFragmentShaderHeader()
- defaultVertexShaderHeader()
- disableAlphaMask()
- disableAntiAliasing()
- disableLight()
- disableLighting()
- disablePointSprites()
- disableSeparateSpecularLight()
- disableTextureTarget()
- draw()
- drawCircle()
- drawElements()
- drawElementsInstanced()
- drawEllipse()
- drawInstanced()
- drawLine()
- drawRectangle()
- drawString()
- drawTriangle()
- enableAntiAliasing()
- enableLight()
- enableLighting()
- enablePointSprites()
- enableSeparateSpecularLight()
- enableTextureTarget()
- end()
- finishRender()
- get3dGraphics()
- getBackgroundAuto()
- getBackgroundColor()
- getCoordHandedness()
- getCurrentMatrix()
- getCurrentNormalMatrix()
- getCurrentOrientationMatrix()
- getCurrentShader()
- getCurrentTextureTarget()
- getCurrentViewMatrix()
- getCurrentViewport()
- getFillMode()
- getGLVersionMajor()
- getGLVersionMinor()
- getLightingEnabled()
- getNativeViewport()
- getPath()
- getRectMode()
- getStyle()
- getType()
- getVideoShader()
- getViewportHeight()
- getViewportWidth()
- isVFlipped()
- loadIdentityMatrix()
- loadMatrix()
- loadViewMatrix()
- matrixMode()
- multMatrix()
- multViewMatrix()
- popMatrix()
- popStyle()
- popView()
- pushMatrix()
- pushStyle()
- pushView()
- rotate()
- rotateX()
- rotateY()
- rotateZ()
- saveFullViewport()
- saveScreen()
- scale()
- setAlphaMaskTex()
- setBackgroundAuto()
- setBackgroundColor()
- setBitmapTextMode()
- setBlendMode()
- setCircleResolution()
- setColor()
- setCoordHandedness()
- setCurveResolution()
- setDepthTest()
- setFillMode()
- setGlobalAmbientColor()
- setHexColor()
- setLightAmbientColor()
- setLightAttenuation()
- setLightDiffuseColor()
- setLightPosition()
- setLightSpecularColor()
- setLightSpotConcentration()
- setLightSpotDirection()
- setLightSpotlightCutOff()
- setLineSmoothing()
- setLineWidth()
- setOrientation()
- setPolyMode()
- setRectMode()
- setSmoothLighting()
- setStyle()
- setVideoShaderUniforms()
- setup()
- setupGraphicDefaults()
- setupScreen()
- setupScreenOrtho()
- setupScreenPerspective()
- startRender()
- translate()
- unbind()
- viewport()
- TYPE
- ofGLRenderer
- ofGLRenderer()
- ~ofGLRenderer()
- background()
- begin()
- bind()
- bindForBlitting()
- clear()
- clearAlpha()
- disableAlphaMask()
- disableAntiAliasing()
- disableLight()
- disableLighting()
- disablePointSprites()
- disableSeparateSpecularLight()
- disableTextureTarget()
- draw()
- drawCircle()
- drawElements()
- drawElementsInstanced()
- drawEllipse()
- drawInstanced()
- drawLine()
- drawRectangle()
- drawString()
- drawTriangle()
- enableAntiAliasing()
- enableLight()
- enableLighting()
- enablePointSprites()
- enableSeparateSpecularLight()
- enableTextureTarget()
- end()
- finishRender()
- get3dGraphics()
- getBackgroundAuto()
- getBackgroundColor()
- getCoordHandedness()
- getCurrentMatrix()
- getCurrentNormalMatrix()
- getCurrentOrientationMatrix()
- getCurrentViewMatrix()
- getCurrentViewport()
- getFillMode()
- getGLVersionMajor()
- getGLVersionMinor()
- getLightingEnabled()
- getNativeViewport()
- getPath()
- getRectMode()
- getStyle()
- getType()
- getViewportHeight()
- getViewportWidth()
- isVFlipped()
- loadIdentityMatrix()
- loadMatrix()
- loadViewMatrix()
- matrixMode()
- multMatrix()
- multViewMatrix()
- popMatrix()
- popStyle()
- popView()
- pushMatrix()
- pushStyle()
- pushView()
- rotate()
- rotateX()
- rotateY()
- rotateZ()
- saveFullViewport()
- saveScreen()
- scale()
- setAlphaMaskTex()
- setBackgroundAuto()
- setBackgroundColor()
- setBitmapTextMode()
- setBlendMode()
- setCircleResolution()
- setColor()
- setCoordHandedness()
- setCurveResolution()
- setDepthTest()
- setFillMode()
- setGlobalAmbientColor()
- setHexColor()
- setLightAmbientColor()
- setLightAttenuation()
- setLightDiffuseColor()
- setLightPosition()
- setLightSpecularColor()
- setLightSpotConcentration()
- setLightSpotDirection()
- setLightSpotlightCutOff()
- setLineSmoothing()
- setLineWidth()
- setOrientation()
- setPolyMode()
- setRectMode()
- setSmoothLighting()
- setStyle()
- setup()
- setupGraphicDefaults()
- setupScreen()
- setupScreenOrtho()
- setupScreenPerspective()
- startRender()
- texturesNeedVFlip()
- translate()
- unbind()
- viewport()
- TYPE
- ofGLUtils
- ofGLCheckExtension()
- ofGLSLVersionFromGL()
- ofGLSupportsNPOTTextures()
- ofGetBytesPerChannelFromGLType()
- ofGetGLFormatFromInternal()
- ofGetGLFormatFromPixelFormat()
- ofGetGLInternalFormatFromPixelFormat()
- ofGetGLPolyMode()
- ofGetGLPrimitiveMode()
- ofGetGLRenderer()
- ofGetGlFormat()
- ofGetGlInternalFormat()
- ofGetGlInternalFormatName()
- ofGetGlType()
- ofGetGlTypeFromInternal()
- ofGetImageTypeFromGLType()
- ofGetNumChannelsFromGLFormat()
- ofGetOFPolyMode()
- ofGetOFPrimitiveMode()
- ofIsGLProgrammableRenderer()
- ofSetPixelStoreiAlignment()
- ofLight
- ofLight()
- disable()
- enable()
- getAmbientColor()
- getAttenuationConstant()
- getAttenuationLinear()
- getAttenuationQuadratic()
- getDiffuseColor()
- getIsAreaLight()
- getIsDirectional()
- getIsEnabled()
- getIsPointLight()
- getIsSpotlight()
- getLightID()
- getSpecularColor()
- getSpotConcentration()
- getSpotlightCutOff()
- getType()
- setAmbientColor()
- setAreaLight()
- setAttenuation()
- setDiffuseColor()
- setDirectional()
- setPointLight()
- setSpecularColor()
- setSpotConcentration()
- setSpotlight()
- setSpotlightCutOff()
- setup()
- ofDisableLighting()
- ofDisableSeparateSpecularLight()
- ofEnableLighting()
- ofEnableSeparateSpecularLight()
- ofGetGlobalAmbientColor()
- ofGetLightingEnabled()
- ofLightsData()
- ofSetGlobalAmbientColor()
- ofSetSmoothLighting()
- ofShader
- ofShader()
- ~ofShader()
- begin()
- bindAttribute()
- bindDefaults()
- dispatchCompute()
- end()
- getAttributeLocation()
- getGeometryMaxOutputCount()
- getProgram()
- getShader()
- getShaderSource()
- getUniformLocation()
- isLoaded()
- linkProgram()
- load()
- operator!=()
- operator=()
- operator==()
- printActiveAttributes()
- printActiveUniforms()
- setAttribute1d()
- setAttribute1f()
- setAttribute1fv()
- setAttribute1s()
- setAttribute2d()
- setAttribute2f()
- setAttribute2fv()
- setAttribute2s()
- setAttribute3d()
- setAttribute3f()
- setAttribute3fv()
- setAttribute3s()
- setAttribute4d()
- setAttribute4f()
- setAttribute4fv()
- setAttribute4s()
- setGeometryInputType()
- setGeometryOutputCount()
- setGeometryOutputType()
- setUniform1f()
- setUniform1fv()
- setUniform1i()
- setUniform1iv()
- setUniform2f()
- setUniform2fv()
- setUniform2i()
- setUniform2iv()
- setUniform3f()
- setUniform3fv()
- setUniform3i()
- setUniform3iv()
- setUniform4f()
- setUniform4fv()
- setUniform4i()
- setUniform4iv()
- setUniformMatrix3f()
- setUniformMatrix4f()
- setUniformTexture()
- setUniforms()
- setupShaderFromFile()
- setupShaderFromSource()
- unload()
- ofTexture
- ofTexture()
- allocate()
- allocateAsBufferTexture()
- bindAsImage()
- clear()
- copyTo()
- disableAlphaMask()
- disableMipmap()
- disableTextureMatrix()
- draw()
- drawSubsection()
- enableMipmap()
- generateMipmap()
- getAlphaMask()
- getCoordFromPercent()
- getCoordFromPoint()
- getHeight()
- getMeshForSubsection()
- getQuad()
- getTextureData()
- getTextureMatrix()
- getWidth()
- isAllocated()
- isUsingTextureMatrix()
- loadData()
- loadScreenData()
- operator=()
- readToPixels()
- setAlphaMask()
- setAnchorPoint()
- setCompression()
- setRGToRGBASwizzles()
- setSwizzle()
- setTextureMatrix()
- setTextureMinMagFilter()
- setTextureWrap()
- setUseExternalTextureID()
- ofDisableArbTex()
- ofDisableNormalizedTexCoords()
- ofDisableTextureEdgeHack()
- ofEnableArbTex()
- ofEnableNormalizedTexCoords()
- ofEnableTextureEdgeHack()
- ofGetUsingArbTex()
- ofGetUsingNormalizedTexCoords()
- ofIsTextureEdgeHackEnabled()
- ofVbo
- ofVbo()
- ~ofVbo()
- bind()
- clear()
- clearAttribute()
- clearColors()
- clearIndices()
- clearNormals()
- clearTexCoords()
- clearVertices()
- disableColors()
- disableIndices()
- disableNormals()
- disableTexCoords()
- draw()
- drawElements()
- drawElementsInstanced()
- drawInstanced()
- enableColors()
- enableIndices()
- enableNormals()
- enableTexCoords()
- getAttributeBuffer()
- getAttributeId()
- getColorBuffer()
- getColorId()
- getIndexBuffer()
- getIndexId()
- getIsAllocated()
- getNormalBuffer()
- getNormalId()
- getNumIndices()
- getNumVertices()
- getTexCoordBuffer()
- getTexCoordId()
- getUsingColors()
- getUsingIndices()
- getUsingNormals()
- getUsingTexCoords()
- getUsingVerts()
- getVaoId()
- getVertId()
- getVertexBuffer()
- hasAttribute()
- operator=()
- setAttributeBuffer()
- setAttributeData()
- setAttributeDivisor()
- setColorBuffer()
- setColorData()
- setIndexBuffer()
- setIndexData()
- setMesh()
- setNormalBuffer()
- setNormalData()
- setTexCoordBuffer()
- setTexCoordData()
- setVertexBuffer()
- setVertexData()
- unbind()
- updateAttributeData()
- updateColorData()
- updateIndexData()
- updateMesh()
- updateNormalData()
- updateTexCoordData()
- updateVertexData()
- ofCairoRenderer
- ofCairoRenderer()
- ~ofCairoRenderer()
- background()
- bind()
- clear()
- clearAlpha()
- close()
- disableAntiAliasing()
- draw()
- drawCircle()
- drawEllipse()
- drawLine()
- drawRectangle()
- drawString()
- drawTriangle()
- enableAntiAliasing()
- finishRender()
- flush()
- get3dGraphics()
- getBackgroundAuto()
- getBackgroundColor()
- getCairoContext()
- getCairoSurface()
- getContentBuffer()
- getCoordHandedness()
- getCurrentMatrix()
- getCurrentNormalMatrix()
- getCurrentOrientationMatrix()
- getCurrentViewMatrix()
- getCurrentViewport()
- getFillMode()
- getImageSurfacePixels()
- getNativeViewport()
- getPath()
- getRectMode()
- getStyle()
- getType()
- getViewportHeight()
- getViewportWidth()
- isVFlipped()
- loadIdentityMatrix()
- loadMatrix()
- loadViewMatrix()
- matrixMode()
- multMatrix()
- multViewMatrix()
- popMatrix()
- popStyle()
- popView()
- pushMatrix()
- pushStyle()
- pushView()
- rotate()
- rotateX()
- rotateY()
- rotateZ()
- scale()
- setBackgroundAuto()
- setBackgroundColor()
- setBitmapTextMode()
- setBlendMode()
- setCircleResolution()
- setColor()
- setCoordHandedness()
- setCurveResolution()
- setDepthTest()
- setFillMode()
- setHexColor()
- setLineSmoothing()
- setLineWidth()
- setOrientation()
- setPolyMode()
- setRectMode()
- setStyle()
- setup()
- setupGraphicDefaults()
- setupMemoryOnly()
- setupScreen()
- setupScreenOrtho()
- setupScreenPerspective()
- startRender()
- translate()
- unbind()
- viewport()
- TYPE
- ofGraphics
- ofBackground()
- ofBackgroundGradient()
- ofBackgroundHex()
- ofBeginSaveScreenAsPDF()
- ofBeginSaveScreenAsSVG()
- ofBeginShape()
- ofBezierVertex()
- ofClear()
- ofClearAlpha()
- ofCurveVertex()
- ofCurveVertices()
- ofDisableAlphaBlending()
- ofDisableAntiAliasing()
- ofDisableBlendMode()
- ofDisableDepthTest()
- ofDisablePointSprites()
- ofDisableSmoothing()
- ofDrawBezier()
- ofDrawBitmapString()
- ofDrawBitmapStringHighlight()
- ofDrawCircle()
- ofDrawCurve()
- ofDrawEllipse()
- ofDrawLine()
- ofDrawRectRounded()
- ofDrawRectangle()
- ofDrawTriangle()
- ofEnableAlphaBlending()
- ofEnableAntiAliasing()
- ofEnableBlendMode()
- ofEnableDepthTest()
- ofEnablePointSprites()
- ofEnableSmoothing()
- ofEndSaveScreenAsPDF()
- ofEndSaveScreenAsSVG()
- ofEndShape()
- ofFill()
- ofGetBackgroundAuto()
- ofGetBackgroundColor()
- ofGetCoordHandedness()
- ofGetCurrentMatrix()
- ofGetCurrentNormalMatrix()
- ofGetCurrentOrientationMatrix()
- ofGetCurrentViewMatrix()
- ofGetCurrentViewport()
- ofGetFill()
- ofGetNativeViewport()
- ofGetRectMode()
- ofGetStyle()
- ofGetViewportHeight()
- ofGetViewportWidth()
- ofIsVFlipped()
- ofLoadIdentityMatrix()
- ofLoadMatrix()
- ofLoadViewMatrix()
- ofMultMatrix()
- ofMultViewMatrix()
- ofNextContour()
- ofNoFill()
- ofOrientationToDegrees()
- ofPopMatrix()
- ofPopStyle()
- ofPopView()
- ofPushMatrix()
- ofPushStyle()
- ofPushView()
- ofRotate()
- ofRotateX()
- ofRotateY()
- ofRotateZ()
- ofScale()
- ofSetBackgroundAuto()
- ofSetBackgroundColor()
- ofSetBackgroundColorHex()
- ofSetCircleResolution()
- ofSetColor()
- ofSetCoordHandedness()
- ofSetCurveResolution()
- ofSetDepthTest()
- ofSetDrawBitmapMode()
- ofSetHexColor()
- ofSetLineWidth()
- ofSetMatrixMode()
- ofSetPolyMode()
- ofSetRectMode()
- ofSetStyle()
- ofSetupScreen()
- ofSetupScreenOrtho()
- ofSetupScreenPerspective()
- ofTranslate()
- ofVertex()
- ofVertices()
- ofViewport()
- ofImage
- ofImage_()
- ~ofImage_()
- allocate()
- bind()
- clear()
- clone()
- crop()
- cropFrom()
- draw()
- drawSubsection()
- getColor()
- getHeight()
- getImageType()
- getPixels()
- getTexture()
- getWidth()
- grabScreen()
- isAllocated()
- isUsingTexture()
- load()
- mirror()
- operator=()
- resetAnchor()
- resize()
- rotate90()
- save()
- setAnchorPercent()
- setAnchorPoint()
- setColor()
- setCompression()
- setFromPixels()
- setImageType()
- setUseTexture()
- unbind()
- update()
- ofLoadImage()
- ofSaveImage()
- bpp
- height
- type
- width
- ofPath
- ofPath()
- append()
- arc()
- arcNegative()
- bezierTo()
- circle()
- clear()
- close()
- curveTo()
- draw()
- ellipse()
- getCircleResolution()
- getCommands()
- getCurveResolution()
- getFillColor()
- getMode()
- getOutline()
- getStrokeColor()
- getStrokeWidth()
- getTessellation()
- getUseShapeColor()
- getWindingMode()
- hasOutline()
- isFilled()
- lineTo()
- moveTo()
- newSubPath()
- quadBezierTo()
- rectRounded()
- rectangle()
- rotate()
- scale()
- setCircleResolution()
- setColor()
- setCurveResolution()
- setFillColor()
- setFillHexColor()
- setFilled()
- setHexColor()
- setMode()
- setPolyWindingMode()
- setStrokeColor()
- setStrokeHexColor()
- setStrokeWidth()
- setUseShapeColor()
- simplify()
- tessellate()
- translate()
- triangle()
- ofPixels
- ofPixels_()
- ~ofPixels_()
- allocate()
- begin()
- blendInto()
- clear()
- crop()
- cropTo()
- end()
- getBitsPerChannel()
- getBitsPerPixel()
- getBytesPerChannel()
- getBytesPerPixel()
- getBytesStride()
- getChannel()
- getColor()
- getConstLine()
- getConstLines()
- getConstPixelsIter()
- getData()
- getHeight()
- getImageType()
- getLine()
- getLines()
- getNumChannels()
- getNumPlanes()
- getPixelFormat()
- getPixelIndex()
- getPixelsIter()
- getPlane()
- getTotalBytes()
- getWidth()
- isAllocated()
- mirror()
- mirrorTo()
- operator=()
- operator[]()
- pasteInto()
- rbegin()
- rend()
- resize()
- resizeTo()
- rotate90()
- rotate90To()
- set()
- setChannel()
- setColor()
- setFromAlignedPixels()
- setFromExternalPixels()
- setFromPixels()
- setImageType()
- setNumChannels()
- size()
- swap()
- swapRgb()
- ofPolyline
- ofPolyline()
- addVertex()
- addVertices()
- arc()
- arcNegative()
- begin()
- bezierTo()
- clear()
- close()
- curveTo()
- draw()
- end()
- flagHasChanged()
- fromRectangle()
- getAngleAtIndex()
- getAngleAtIndexInterpolated()
- getArea()
- getBoundingBox()
- getCentroid2D()
- getClosestPoint()
- getIndexAtLength()
- getIndexAtPercent()
- getLengthAtIndex()
- getLengthAtIndexInterpolated()
- getNormalAtIndex()
- getNormalAtIndexInterpolated()
- getPerimeter()
- getPointAtIndexInterpolated()
- getPointAtLength()
- getPointAtPercent()
- getResampledByCount()
- getResampledBySpacing()
- getRightVector()
- getRotationAtIndex()
- getRotationAtIndexInterpolated()
- getSmoothed()
- getTangentAtIndex()
- getTangentAtIndexInterpolated()
- getVertices()
- getWrappedIndex()
- hasChanged()
- insertVertex()
- inside()
- isClosed()
- lineTo()
- operator[]()
- quadBezierTo()
- rbegin()
- rend()
- resize()
- setClosed()
- setRightVector()
- simplify()
- size()
- ofTrueTypeFont
- drawString()
- drawStringAsShapes()
- getAscenderHeight()
- getCharacterAsPoints()
- getDescenderHeight()
- getFontTexture()
- getGlyphBBox()
- getLetterSpacing()
- getLineHeight()
- getNumCharacters()
- getSize()
- getSpaceSize()
- getStringAsPoints()
- getStringBoundingBox()
- getStringMesh()
- hasFullCharacterSet()
- isAntiAliased()
- isLoaded()
- load()
- setGlobalDpi()
- setLetterSpacing()
- setLineHeight()
- setSpaceSize()
- stringHeight()
- stringWidth()
- ofTrueTypeShutdown()
- ofMath
- ofAngleDifferenceDegrees()
- ofAngleDifferenceRadians()
- ofBezierPoint()
- ofBezierTangent()
- ofClamp()
- ofCurvePoint()
- ofCurveTangent()
- ofDegToRad()
- ofDist()
- ofDistSquared()
- ofInRange()
- ofInsidePoly()
- ofInterpolateCatmullRom()
- ofInterpolateCosine()
- ofInterpolateCubic()
- ofInterpolateHermite()
- ofLerp()
- ofLerpDegrees()
- ofLerpRadians()
- ofLineSegmentIntersection()
- ofMap()
- ofNextPow2()
- ofNoise()
- ofNormalize()
- ofRadToDeg()
- ofRandom()
- ofRandomHeight()
- ofRandomWidth()
- ofRandomf()
- ofRandomuf()
- ofSeedRandom()
- ofSign()
- ofSignedNoise()
- ofWrap()
- ofWrapDegrees()
- ofWrapRadians()
- ofMatrix4x4
- ofMatrix4x4()
- ~ofMatrix4x4()
- decompose()
- getFrustum()
- getInverse()
- getInverseOf()
- getLookAt()
- getOrtho()
- getOrthoNormalOf()
- getPerspective()
- getPtr()
- getRotate()
- getRowAsVec3f()
- getRowAsVec4f()
- getScale()
- getTranslation()
- getTransposedOf()
- glRotate()
- glRotateRad()
- glScale()
- glTranslate()
- isIdentity()
- isNaN()
- isValid()
- makeFromMultiplicationOf()
- makeFrustumMatrix()
- makeIdentityMatrix()
- makeInvertOf()
- makeLookAtMatrix()
- makeLookAtViewMatrix()
- makeOrtho2DMatrix()
- makeOrthoMatrix()
- makeOrthoNormalOf()
- makePerspectiveMatrix()
- makeRotationMatrix()
- makeScaleMatrix()
- makeTranslationMatrix()
- newFrustumMatrix()
- newIdentityMatrix()
- newLookAtMatrix()
- newOrtho2DMatrix()
- newOrthoMatrix()
- newPerspectiveMatrix()
- newRotationMatrix()
- newScaleMatrix()
- newTranslationMatrix()
- operator()()
- operator*()
- operator*=()
- operator=()
- postMult()
- postMultRotate()
- postMultScale()
- postMultTranslate()
- preMult()
- preMultRotate()
- preMultScale()
- preMultTranslate()
- rotate()
- rotateRad()
- scale()
- set()
- setRotate()
- setTranslation()
- transform3x3()
- translate()
- operator*()
- operator<<()
- operator>>()
- _mat
- ofQuaternion
- ofQuaternion()
- asVec3()
- asVec4()
- conj()
- get()
- getEuler()
- getRotate()
- inverse()
- length()
- length2()
- makeRotate()
- makeRotate_original()
- normalize()
- operator!=()
- operator*()
- operator*=()
- operator+()
- operator+=()
- operator-()
- operator-=()
- operator/()
- operator/=()
- operator<<()
- operator=()
- operator==()
- operator>>()
- operator[]()
- set()
- slerp()
- w()
- x()
- y()
- z()
- zeroRotation()
- _v
- ofVec2f
- ofVec2f()
- align()
- alignRad()
- angle()
- angleRad()
- average()
- distance()
- dot()
- getInterpolated()
- getLimited()
- getMiddle()
- getNormalized()
- getPerpendicular()
- getPtr()
- getRotated()
- getRotatedRad()
- getScaled()
- interpolate()
- isAligned()
- isAlignedRad()
- length()
- limit()
- map()
- match()
- middle()
- normalize()
- one()
- operator!=()
- operator*()
- operator*=()
- operator+()
- operator+=()
- operator-()
- operator-=()
- operator/()
- operator/=()
- operator==()
- operator[]()
- perpendicular()
- rotate()
- rotateRad()
- scale()
- set()
- squareDistance()
- zero()
- operator*()
- operator+()
- operator-()
- operator/()
- operator<<()
- operator>>()
- DIM
- x
- y
- ofVec3f
- ofVec3f()
- align()
- alignRad()
- angle()
- angleRad()
- average()
- cross()
- distance()
- dot()
- getCrossed()
- getInterpolated()
- getLimited()
- getMapped()
- getMiddle()
- getNormalized()
- getPerpendicular()
- getPtr()
- getRotated()
- getRotatedRad()
- getScaled()
- interpolate()
- isAligned()
- isAlignedRad()
- length()
- limit()
- map()
- match()
- middle()
- normalize()
- one()
- operator!=()
- operator*()
- operator*=()
- operator+()
- operator+=()
- operator-()
- operator-=()
- operator/()
- operator/=()
- operator==()
- operator[]()
- perpendicular()
- rotate()
- rotateRad()
- scale()
- set()
- squareDistance()
- zero()
- operator*()
- operator+()
- operator-()
- operator/()
- operator<<()
- operator>>()
- DIM
- x
- y
- z
- ofVec4f
- ofVec4f()
- average()
- distance()
- dot()
- getInterpolated()
- getLimited()
- getMiddle()
- getNormalized()
- getPtr()
- getScaled()
- interpolate()
- length()
- lengthSquared()
- limit()
- match()
- middle()
- normalize()
- one()
- operator!=()
- operator*()
- operator*=()
- operator+()
- operator+=()
- operator-()
- operator-=()
- operator/()
- operator/=()
- operator==()
- operator[]()
- scale()
- set()
- squareDistance()
- zero()
- operator*()
- operator+()
- operator-()
- operator/()
- operator<<()
- operator>>()
- DIM
- w
- x
- y
- z
- ofSoundBuffer
- ofSoundBuffer()
- addTo()
- allocate()
- append()
- clear()
- copyFrom()
- copyTo()
- fillWithNoise()
- fillWithTone()
- getBuffer()
- getChannel()
- getDeviceID()
- getDurationMS()
- getDurationMicros()
- getDurationNanos()
- getNumChannels()
- getNumFrames()
- getRMSAmplitude()
- getRMSAmplitudeChannel()
- getSample()
- getSampleRate()
- getTickCount()
- hermiteResampleTo()
- linearResampleTo()
- normalize()
- operator*()
- operator*=()
- operator[]()
- resample()
- resampleTo()
- resize()
- set()
- setChannel()
- setDeviceID()
- setNumChannels()
- setSampleRate()
- setTickCount()
- size()
- stereoPan()
- swap()
- toShortPCM()
- trimSilence()
- defaultAlgorithm
- ofSoundPlayer
- getPan()
- getPlayer()
- getPosition()
- getPositionMS()
- getSpeed()
- getVolume()
- isLoaded()
- isPlaying()
- load()
- play()
- setLoop()
- setMultiPlay()
- setPan()
- setPaused()
- setPlayer()
- setPosition()
- setPositionMS()
- setSpeed()
- setVolume()
- stop()
- unload()
- ofSoundGetSpectrum()
- ofSoundSetVolume()
- ofSoundShutdown()
- ofSoundStopAll()
- ofSoundUpdate()
- ofSoundStream
- ofSoundStream()
- close()
- getBufferSize()
- getDeviceList()
- getMatchingDevices()
- getNumInputChannels()
- getNumOutputChannels()
- getSampleRate()
- getSoundStream()
- getTickCount()
- printDeviceList()
- setDevice()
- setDeviceID()
- setInput()
- setOutput()
- setSoundStream()
- setup()
- start()
- stop()
- ofSoundStreamClose()
- ofSoundStreamListDevices()
- ofSoundStreamSetup()
- ofSoundStreamStart()
- ofSoundStreamStop()
- ofColor
- ofColor_()
- clamp()
- fromHex()
- fromHsb()
- getBrightness()
- getClamped()
- getHex()
- getHsb()
- getHue()
- getHueAngle()
- getInverted()
- getLerped()
- getLightness()
- getSaturation()
- invert()
- lerp()
- limit()
- operator!=()
- operator*()
- operator*=()
- operator+()
- operator+=()
- operator-()
- operator-=()
- operator/()
- operator/=()
- operator=()
- operator==()
- operator[]()
- set()
- setBrightness()
- setHex()
- setHsb()
- setHue()
- setHueAngle()
- setSaturation()
- a
- aliceBlue
- antiqueWhite
- aqua
- aquamarine
- azure
- b
- beige
- bisque
- black
- blanchedAlmond
- blue
- blueSteel
- blueViolet
- brown
- burlyWood
- cadetBlue
- chartreuse
- chocolate
- coral
- cornflowerBlue
- cornsilk
- crimson
- cyan
- darkBlue
- darkCyan
- darkGoldenRod
- darkGray
- darkGreen
- darkGrey
- darkKhaki
- darkMagenta
- darkOliveGreen
- darkOrchid
- darkRed
- darkSalmon
- darkSeaGreen
- darkSlateBlue
- darkSlateGray
- darkSlateGrey
- darkTurquoise
- darkViolet
- darkorange
- deepPink
- deepSkyBlue
- dimGray
- dimGrey
- dodgerBlue
- fireBrick
- floralWhite
- forestGreen
- fuchsia
- g
- gainsboro
- ghostWhite
- gold
- goldenRod
- gray
- green
- greenYellow
- grey
- honeyDew
- hotPink
- indianRed
- indigo
- ivory
- khaki
- lavender
- lavenderBlush
- lawnGreen
- lemonChiffon
- lightBlue
- lightCoral
- lightCyan
- lightGoldenRodYellow
- lightGray
- lightGreen
- lightGrey
- lightPink
- lightSalmon
- lightSeaGreen
- lightSkyBlue
- lightSlateGray
- lightSlateGrey
- lightSteelBlue
- lightYellow
- lime
- limeGreen
- linen
- magenta
- maroon
- mediumAquaMarine
- mediumBlue
- mediumOrchid
- mediumPurple
- mediumSeaGreen
- mediumSlateBlue
- mediumSpringGreen
- mediumTurquoise
- mediumVioletRed
- midnightBlue
- mintCream
- mistyRose
- moccasin
- navajoWhite
- navy
- oldLace
- olive
- oliveDrab
- orange
- orangeRed
- orchid
- paleGoldenRod
- paleGreen
- paleTurquoise
- paleVioletRed
- papayaWhip
- peachPuff
- peru
- pink
- plum
- powderBlue
- purple
- r
- red
- rosyBrown
- royalBlue
- saddleBrown
- salmon
- sandyBrown
- seaGreen
- seaShell
- sienna
- silver
- skyBlue
- slateBlue
- slateGray
- slateGrey
- snow
- springGreen
- steelBlue
- tan
- teal
- thistle
- tomato
- turquoise
- violet
- wheat
- white
- whiteSmoke
- yellow
- yellowGreen
- ofParameter
- ofParameter()
- addListener()
- disableEvents()
- enableEvents()
- fromString()
- get()
- getFirstParent()
- getMax()
- getMin()
- getName()
- isReadOnly()
- isSerializable()
- makeReferenceTo()
- newReference()
- operator%=()
- operator&=()
- operator*=()
- operator++()
- operator+=()
- operator--()
- operator-=()
- operator->()
- operator/=()
- operator<<=()
- operator=()
- operator>>=()
- operator^=()
- operator|=()
- removeListener()
- set()
- setMax()
- setMin()
- setName()
- setParent()
- setSerializable()
- setWithoutEventNotifications()
- toString()
- ofParameterGroup
- ofParameterGroup()
- add()
- back()
- begin()
- clear()
- contains()
- end()
- fromString()
- front()
- get()
- getBool()
- getChar()
- getColor()
- getEscapedName()
- getFloat()
- getFloatColor()
- getGroup()
- getInt()
- getIsReadOnly()
- getName()
- getPoint()
- getPosition()
- getShortColor()
- getString()
- getType()
- getVec2f()
- getVec3f()
- getVec4f()
- isReadOnly()
- isSerializable()
- newReference()
- operator[]()
- parameterChangedE()
- rbegin()
- rend()
- setName()
- setParent()
- setSerializable()
- size()
- toString()
- ofRectangle
- ofRectangle()
- ~ofRectangle()
- alignTo()
- alignToHorz()
- alignToVert()
- getArea()
- getAspectRatio()
- getBottom()
- getBottomLeft()
- getBottomRight()
- getCenter()
- getHeight()
- getHorzAnchor()
- getIntersection()
- getLeft()
- getMax()
- getMaxX()
- getMaxY()
- getMin()
- getMinX()
- getMinY()
- getPerimeter()
- getPosition()
- getPositionRef()
- getRight()
- getStandardized()
- getTop()
- getTopLeft()
- getTopRight()
- getUnion()
- getVertAnchor()
- getWidth()
- getX()
- getY()
- growToInclude()
- inside()
- intersects()
- isEmpty()
- isStandardized()
- isZero()
- operator!=()
- operator+()
- operator-()
- operator==()
- scale()
- scaleFromCenter()
- scaleHeight()
- scaleTo()
- scaleWidth()
- set()
- setFromCenter()
- setHeight()
- setPosition()
- setSize()
- setWidth()
- setX()
- setY()
- standardize()
- translate()
- translateX()
- translateY()
- operator<<()
- operator>>()
- height
- position
- width
- x
- y
- ofDirectory
- ofDirectory()
- allowExt()
- begin()
- canExecute()
- canRead()
- canWrite()
- close()
- copyTo()
- create()
- createDirectory()
- doesDirectoryExist()
- end()
- exists()
- getAbsolutePath()
- getFile()
- getFiles()
- getName()
- getOriginalDirectory()
- getPath()
- getShowHidden()
- getSorted()
- isDirectory()
- isDirectoryEmpty()
- isHidden()
- listDir()
- moveTo()
- open()
- operator!=()
- operator<()
- operator<=()
- operator==()
- operator>()
- operator>=()
- operator[]()
- path()
- rbegin()
- remove()
- removeDirectory()
- renameTo()
- rend()
- reset()
- setExecutable()
- setReadOnly()
- setShowHidden()
- setWriteable()
- size()
- sort()
- ofFile
- ofFile()
- ~ofFile()
- canExecute()
- canRead()
- canWrite()
- changeMode()
- close()
- copyFromTo()
- copyTo()
- create()
- doesFileExist()
- exists()
- getAbsolutePath()
- getBaseName()
- getEnclosingDirectory()
- getExtension()
- getFileBuffer()
- getFileName()
- getSize()
- isDevice()
- isDirectory()
- isFile()
- isHidden()
- isLink()
- moveFromTo()
- moveTo()
- open()
- operator!=()
- operator<()
- operator<=()
- operator=()
- operator==()
- operator>()
- operator>=()
- path()
- readToBuffer()
- remove()
- removeFile()
- renameTo()
- setExecutable()
- setReadOnly()
- setWriteable()
- writeFromBuffer()
- ofFilePath
- addLeadingSlash()
- addTrailingSlash()
- createEnclosingDirectory()
- getAbsolutePath()
- getBaseName()
- getCurrentExeDir()
- getCurrentExePath()
- getCurrentWorkingDirectory()
- getEnclosingDirectory()
- getFileExt()
- getFileName()
- getPathForDirectory()
- getUserHomeDir()
- isAbsolute()
- join()
- makeRelative()
- removeExt()
- removeTrailingSlash()
- ofURLFileLoader
- ofURLFileLoader()
- clear()
- get()
- getAsync()
- handleRequest()
- remove()
- saveAsync()
- saveTo()
- stop()
- ofLoadURL()
- ofLoadURLAsync()
- ofRegisterURLNotification()
- ofRemoveAllURLRequests()
- ofRemoveURLRequest()
- ofSaveURLAsync()
- ofSaveURLTo()
- ofStopURLLoader()
- ofURLResponseEvent()
- ofUnregisterURLNotification()
- ofUtils
- ofAppendUTF8()
- ofBinaryToChar()
- ofBinaryToFloat()
- ofBinaryToInt()
- ofBinaryToString()
- ofContains()
- ofFind()
- ofFromString()
- ofGetDay()
- ofGetElapsedTimeMicros()
- ofGetElapsedTimeMillis()
- ofGetElapsedTimef()
- ofGetFrameNum()
- ofGetHours()
- ofGetMinutes()
- ofGetMonth()
- ofGetSeconds()
- ofGetSystemTimeMicros()
- ofGetTargetPlatform()
- ofGetTimestampString()
- ofGetUnixTime()
- ofGetVersionInfo()
- ofGetVersionMajor()
- ofGetVersionMinor()
- ofGetVersionPatch()
- ofGetVersionPreRelease()
- ofGetWeekday()
- ofGetYear()
- ofHexToChar()
- ofHexToFloat()
- ofHexToInt()
- ofHexToString()
- ofIsStringInString()
- ofJoinString()
- ofLaunchBrowser()
- ofRandomize()
- ofRemove()
- ofResetElapsedTimeCounter()
- ofRestoreWorkingDirectoryToDefault()
- ofSaveFrame()
- ofSaveScreen()
- ofSaveViewport()
- ofSetDataPathRoot()
- ofSleepMillis()
- ofSort()
- ofSplitString()
- ofStringReplace()
- ofStringTimesInString()
- ofSystem()
- ofToBinary()
- ofToBool()
- ofToChar()
- ofToDataPath()
- ofToDouble()
- ofToFloat()
- ofToHex()
- ofToInt()
- ofToInt64()
- ofToLower()
- ofToString()
- ofToUpper()
- ofTrim()
- ofTrimBack()
- ofTrimFront()
- ofVAArgsToString()
- ofXml
- ofXml()
- ~ofXml()
- addChild()
- addValue()
- addXml()
- clear()
- deserialize()
- exists()
- getAttribute()
- getAttributes()
- getBoolValue()
- getFloatValue()
- getInt64Value()
- getIntValue()
- getName()
- getNumChildren()
- getPocoDocument()
- getPocoElement()
- getValue()
- load()
- loadFromBuffer()
- operator=()
- remove()
- removeAttribute()
- removeAttributes()
- removeContents()
- reset()
- save()
- serialize()
- setAttribute()
- setTo()
- setToChild()
- setToParent()
- setToPrevSibling()
- setToSibling()
- setValue()
- toString()
- tokenize()
- ofAVFoundationPlayer
- ofAVFoundationPlayer()
- ~ofAVFoundationPlayer()
- close()
- draw()
- firstFrame()
- getAVFoundationVideoPlayer()
- getCurrentFrame()
- getDuration()
- getHeight()
- getIsMovieDone()
- getLoopState()
- getPixelFormat()
- getPixels()
- getPosition()
- getSpeed()
- getTexturePtr()
- getTotalNumFrames()
- getWidth()
- initTextureCache()
- isFrameNew()
- isLoaded()
- isPaused()
- isPlaying()
- killTexture()
- killTextureCache()
- load()
- loadAsync()
- nextFrame()
- play()
- previousFrame()
- setFrame()
- setLoopState()
- setPaused()
- setPixelFormat()
- setPosition()
- setSpeed()
- setVolume()
- stop()
- update()
- ofDirectShowPlayer
- ofDirectShowPlayer()
- ~ofDirectShowPlayer()
- close()
- draw()
- firstFrame()
- getCurrentFrame()
- getDuration()
- getHeight()
- getIsMovieDone()
- getLoopState()
- getPixelFormat()
- getPixels()
- getPosition()
- getSpeed()
- getTotalNumFrames()
- getWidth()
- isFrameNew()
- isLoaded()
- isPaused()
- isPlaying()
- load()
- nextFrame()
- play()
- previousFrame()
- setFrame()
- setLoopState()
- setPaused()
- setPixelFormat()
- setPosition()
- setSpeed()
- setVolume()
- stop()
- update()
- ofVideoGrabber
- bind()
- close()
- draw()
- getGrabber()
- getHeight()
- getPixelFormat()
- getPixels()
- getTexture()
- getTexturePlanes()
- getWidth()
- initGrabber()
- isFrameNew()
- isInitialized()
- isUsingTexture()
- listDevices()
- setAnchorPoint()
- setDesiredFrameRate()
- setDeviceID()
- setGrabber()
- setPixelFormat()
- setUseTexture()
- setVerbose()
- setup()
- unbind()
- update()
- videoSettings()
- ofVideoPlayer
- bind()
- close()
- closeMovie()
- draw()
- firstFrame()
- getCurrentFrame()
- getDuration()
- getHeight()
- getIsMovieDone()
- getLoopState()
- getMoviePath()
- getPixelFormat()
- getPixels()
- getPlayer()
- getPosition()
- getSpeed()
- getTexture()
- getTexturePlanes()
- getTotalNumFrames()
- getWidth()
- isFrameNew()
- isInitialized()
- isLoaded()
- isPaused()
- isPlaying()
- isUsingTexture()
- load()
- loadAsync()
- nextFrame()
- play()
- previousFrame()
- setAnchorPoint()
- setFrame()
- setLoopState()
- setPaused()
- setPixelFormat()
- setPlayer()
- setPosition()
- setSpeed()
- setUseTexture()
- setVolume()
- stop()
- unbind()
- update()
- ofAppAndroidWindow
- ofAppAndroidWindow()
- ~ofAppAndroidWindow()
- allowsMultiWindow()
- disableSetupScreen()
- doesHWOrientation()
- doesLoop()
- draw()
- enableSetupScreen()
- events()
- getHeight()
- getOrientation()
- getScreenSize()
- getWidth()
- getWindowMode()
- getWindowPosition()
- getWindowSize()
- hideCursor()
- loop()
- needsPolling()
- pollEvents()
- renderer()
- setAccumulateTouchEvents()
- setFullscreen()
- setOrientation()
- setThreadedEvents()
- setWindowPosition()
- setWindowShape()
- setWindowTitle()
- setup()
- showCursor()
- toggleFullscreen()
- update()
- ofxAndroidUtils
- ofGetJNIEnv()
- ofGetJavaOFAndroid()
- ofGetJavaVMPtr()
- ofGetOFActivityObject()
- ofxAndroidAlertBox()
- ofxAndroidAlertListBox()
- ofxAndroidAlertTextBox()
- ofxAndroidCheckSDCardMounted()
- ofxAndroidDisableMulticast()
- ofxAndroidDismissProgressBox()
- ofxAndroidEnableMulticast()
- ofxAndroidEvents()
- ofxAndroidGetStringRes()
- ofxAndroidGetTextBoxResult()
- ofxAndroidIsMobileOnline()
- ofxAndroidIsOnline()
- ofxAndroidIsWifiOnline()
- ofxAndroidLaunchBrowser()
- ofxAndroidLockScreenSleep()
- ofxAndroidMonitorNetworkState()
- ofxAndroidNotifyLoadPercent()
- ofxAndroidOkCancelBox()
- ofxAndroidProgressBox()
- ofxAndroidRandomUUID()
- ofxAndroidSetViewItemChecked()
- ofxAndroidToast()
- ofxAndroidUnlockScreenSleep()
- ofxAndroidYesNoBox()
- ofxJavaCallBoolMethod()
- ofxJavaCallFloatMethod()
- ofxJavaCallIntMethod()