 boost | |
  asio | |
 cinder | |
  app | |
   BooleanOrEventCombiner | Returns true if any slots return true, else false. Does not short-circuit. Returns true if there are no slots |
   BooleanAndEventCombiner | Returns true if all slots return true, else false. Does not short-circuit. Returns true if there are no slots |
   BitwiseAndEventCombiner | Returns a bitmask where in order for the bit in type T to be be 1, it has to be 1 from all slot. Returns 0 if there are no slots |
   App | |
    Settings | |
   AppImplMsw | |
   WindowImplMsw | |
   BlankingWindow | |
   AppImplMswBasic | |
   WindowImplMswBasic | |
   AppImplMswRenderer | |
   AppImplMswRendererGdi | |
   AppImplMswRendererGl | |
   AppImplMswScreenSaver | |
   WindowImplMswScreenSaver | |
   EventCombiner | |
   Event | Base class for all Events |
   FileDropEvent | Represents a file-drop event, typically received from Windows Explorer or Mac OS X Finder |
   KeyEvent | Represents a keyboard event |
   MouseEvent | Represents a mouse event |
   Renderer | |
   TouchEvent | Represents a touch event |
    Touch | |
  audio | |
   LoaderSourceCallback | |
   Callback | |
   CircularBuffer | |
   CocoaCaConverter | |
   FftProcessorImpl | |
   FftProcessor | |
   FftProcessorImplAccelerate | |
   Input | |
   InputExc | |
   InvalidDeviceInputExc | |
   InputImplAudioUnit | |
    Device | |
   Io | |
   Target | |
   Source | |
   Loader | |
   IoException | |
   IoExceptionFailedLoad | |
   IoExceptionSourceNotFound | |
   IoExceptionUnsupportedDataType | |
   IoExceptionUnsupportedDataFormat | |
   IoRegistrar | |
   IoRegistrant | |
   Track | |
   OutputImpl | |
   Output | |
   OutputException | |
   OutOfTracksException | |
   TargetOutputImplAudioUnit | |
   OutputImplAudioUnit | |
   TargetOutputImplXAudio | |
   OutputImplXAudio | |
    Track | |
   BufferT | |
   BufferListT | |
   PcmBufferT | |
   PcmBufferException | |
   InvalidChannelPcmBufferException | |
   OutOfRangePcmBufferException | |
   LoaderSourceFile | |
   SourceFile | |
   LoaderSourceFileWav | |
   SourceFileWav | |
   LoaderSourceFileWindowsMedia | |
   SourceFileWindowsMedia | |
  cocoa | |
   SafeNsString | Represents an exception-safe Cocoa NSString which behaves like a shared_ptr but can implicitly cast itself to NSString* |
   SafeNsData | Represents an exception-safe Cocoa NSData which behaves like a shared_ptr but can implicitly cast itself to NSData* |
   SafeNsAutoreleasePool | Represents an exception-safe NSAutoreleasePool. Replaces the global NSAutoreleasePool for its lifetime |
   SafeUiImage | A class which encapsulate a UIImage and an associated CGImageRef in order to work around memory ownership ambiguities in Cocoa Touch |
  gl | |
   DisplayList | |
    Obj | |
   Renderbuffer | Represents an OpenGL Renderbuffer, used primarily in conjunction with FBOs. Supported on OpenGL ES but multisampling is currently ignored. Implicitly shared object |
   Fbo | Represents an OpenGL Framebuffer Object. //! Represents an instance of a font at a point size. Implicitly shared object |
    Format | |
    Obj | |
   FboException | |
   FboExceptionInvalidSpecification | |
   SaveTextureBindState | Convenience class designed to push and pop the currently bound texture for a given texture unit |
   BoolState | Convenience class designed to push and pop a boolean OpenGL state |
   ClientBoolState | Convenience class designed to push and pop a boolean OpenGL state |
   SaveColorState | Convenience class designed to push and pop the current color |
   SaveFramebufferBinding | Convenience class which pushes and pops the currently bound framebuffer |
   Exception | |
   ExceptionUnknownTarget | |
   GlslProg | Represents an OpenGL GLSL program. Implicitly shared object |
    Obj | |
   GlslProgCompileExc | |
   GlslNullProgramExc | |
   Light | |
   Material | |
   StereoAutoFocuser | |
   Texture | Represents an OpenGL Texture. Implicitly shared object |
    Format | |
    Obj | |
   TextureCache | |
    Obj | |
   SurfaceConstraintsGLTexture | |
   TextureDataExc | |
   TextureFont | |
    DrawOptions | |
    Format | |
    GlyphInfo | |
   TileRender | |
   Vbo | |
    Obj | |
   VboMesh | |
    Layout | |
    Obj | |
    VertexIter | |
     Obj | |
   VboExc | |
   VboInvalidTargetExc | |
   VboFailedMapExc | |
   VboFailedUnmapExc | |
  ip | |
   AdaptiveThresholdT | |
  msw | |
   ComOStream | Wraps a cinder::OStream with a COM ::IStream |
   basic_debugbuf | |
   basic_dostream | |
  params | |
   InterfaceGl | |
  qtime | |
   MovieWriter | Outputs QuickTime movies |
    Format | Defines the encoding parameters of a MovieWriter |
   MovieWriterExc | |
   MovieWriterExcInvalidPath | |
   MovieWriterExcFrameEncode | |
   MovieWriterExcAlreadyFinished | |
   MovieBase | |
    Obj | |
   ImageTargetCvPixelBuffer | |
   ImageTargetGWorld | |
  svg | |
   Renderer | Base class from which Renderers are derived |
   Value | SVG Value/Unit pair |
   Paint | SVG Paint specification for fill or stroke, including solids and gradients |
   Style | SVG Style for a node. Corresponds to SVG Styling: http://www.w3.org/TR/SVG/styling.html |
   Node | Base class for an element of an SVG Document |
   Gradient | Base class for SVG Gradients. See SVG Gradients: http://www.w3.org/TR/SVG/pservers.html#Gradients |
    Stop | |
   LinearGradient | SVG Linear gradient |
   RadialGradient | SVG Radial gradient |
   Circle | SVG Circle element: http://www.w3.org/TR/SVG/shapes.html#CircleElement |
   Ellipse | SVG Ellipse element: http://www.w3.org/TR/SVG/shapes.html#EllipseElement |
   Path | SVG Path element: http://www.w3.org/TR/SVG/paths.html#PathElement |
   Line | SVG Line element: http://www.w3.org/TR/SVG/shapes.html#LineElement |
   Rect | SVG Rect element: http://www.w3.org/TR/SVG/shapes.html#RectElement |
   Polygon | SVG Polygon Element: http://www.w3.org/TR/SVG/shapes.html#PolygonElement |
   Polyline | SVG Polyline Element: http://www.w3.org/TR/SVG/shapes.html#PolylineElement |
   Use | SVG Use Element, which instantiates a different element: http://www.w3.org/TR/SVG/struct.html#UseElement |
   Image | SVG Image Element. Represents an unpremultiplied bitmap. http://www.w3.org/TR/SVG/struct.html#ImageElement |
   TextSpan | SVG tspan Element. Generally owned by a svg::Text Node. http://www.w3.org/TR/SVG/text.html#TSpanElement |
    Attributes | |
   Text | SVG Text element. http://www.w3.org/TR/SVG/text.html#TextElement |
   Group | Represents a group of SVG elements. http://www.w3.org/TR/SVG/struct.html#Groups |
   Doc | Represents an SVG Document. See SVG Document Structure http://www.w3.org/TR/SVG/struct.html |
   Exc | SVG Exception base-class |
   ValueExc | |
   FloatParseExc | |
   PathParseExc | |
   TransformParseExc | |
   ExcChildNotFound | |
  signals | |
  Arcball | |
  RectT | |
  Area | |
  AxisAlignedBox3f | |
  BandedMatrix | |
  BSplineBasis | |
  BSpline | |
  Buffer | |
  Camera | |
  CameraPersp | |
  CameraOrtho | |
  CameraStereo | |
  Capture | |
   Device | |
   Obj | |
  CaptureImplAvFoundationDevice | |
  CaptureImplCocoaDummyDevice | This class implements a stubbed-out Capture implementation in order to allow an iOS app which requires capture support to run in the simulator |
  CaptureImplDirectShow | |
   Device | |
  CaptureImplQtKitDevice | |
  ChannelT | A single channel of image data, either a color channel of a Surface or a grayscale image. Implicitly shared object |
   ConstIter | Convenience class for iterating the pixels of a Channel. The iteration is const, performing read-only operations on the Channel |
   Iter | Convenience class for iterating the pixels of a Channel |
  CHANTRAIT | |
  CHANTRAIT< uint8_t > | |
  CHANTRAIT< uint16_t > | |
  CHANTRAIT< float > | |
  math | |
  math< float > | |
  Clipboard | Singleton representing the system's clipboard |
  ColorT | |
  ColorAT | |
  ConcurrentCircularBuffer | |
  DataSource | |
  DataSourcePath | |
  DataSourceUrl | |
  DataSourceBuffer | |
  DataTarget | |
  DataTargetPath | |
  DataTargetStream | |
  Display | |
  EaseNone | Easing equation for a simple linear tweening with no easing. Functor edition |
  EaseInQuad | Easing equation for a quadratic (t^2) ease-in, accelerating from zero velocity. Functor edition |
  EaseOutQuad | Easing equation for a quadratic (t^2) ease-out, decelerating to zero velocity. Functor edition |
  EaseInOutQuad | Easing equation for a quadratic (t^2) ease-in/out, accelerating until halfway, then decelerating. Functor edition |
  EaseOutInQuad | Easing equation for a quadratic (t^2) ease-out/in, decelerating until halfway, then accelerating. Functor edition |
  EaseInCubic | Easing equation function for a cubic (t^3) ease-in, accelerating from zero velocity. Functor edition |
  EaseOutCubic | Easing equation for a cubic (t^3) ease-out, decelerating to zero velocity. Functor edition |
  EaseInOutCubic | Easing equation for a cubic (t^3) ease-in/out, accelerating until halfway, then decelerating. Functor edition |
  EaseOutInCubic | Easing equation for a cubic (t^3) ease-out/in, decelerating until halfway, then accelerating. Functor edition |
  EaseInQuart | Easing equation for a quartic (t^4) ease-in, accelerating from zero velocity. Functor edition |
  EaseOutQuart | Easing equation for a quartic (t^4) ease-out, decelerating to zero velocity. Functor edition; |
  EaseInOutQuart | Easing equation for a quartic (t^4) ease-in/out, accelerating until halfway, then decelerating. Functor edition |
  EaseOutInQuart | Easing equation for a quartic (t^4) ease-out/in, decelerating until halfway, then accelerating. Funtor edition |
  EaseInQuint | Easing equation function for a quintic (t^5) ease-in, accelerating from zero velocity. Functor edition |
  EaseOutQuint | Easing equation function for a quintic (t^5) ease-in, accelerating from zero velocity. Functor edition |
  EaseInOutQuint | Easing equation for a quintic (t^5) ease-in/out, accelerating until halfway, then decelerating. Functor edition |
  EaseOutInQuint | Easing equation for a quintic (t^5) ease-out/in, decelerating until halfway, then accelerating. Functor edition |
  EaseInSine | Easing equation for a sinusoidal (sin(t)) ease-in, accelerating from zero velocity. Functor edition |
  EaseOutSine | Easing equation for a sinusoidal (sin(t)) easing out, decelerating from zero velocity. Functor edition |
  EaseInOutSine | Easing equation for a sinusoidal (sin(t)) ease-in/out, accelerating until halfway, then decelerating. Functor edition |
  EaseOutInSine | Easing equation for a sinusoidal (sin(t)) ease-out/in, decelerating until halfway, then accelerating. Functor edition |
  EaseInExpo | Easing equation for an exponential (2^t) ease-in, accelerating from zero velocity. Functor edition |
  EaseOutExpo | Easing equation for an exponential (2^t) ease-out, decelerating from zero velocity. Functor edition |
  EaseInOutExpo | Easing equation for an exponential (2^t) ease-in/out, accelerating until halfway, then decelerating. Functor edition |
  EaseOutInExpo | Easing equation for an exponential (2^t) ease-out/in, decelerating until halfway, then accelerating. Functor edition |
  EaseInCirc | Easing equation for a circular (sqrt(1-t^2)) ease-in, accelerating from zero velocity. Functor edition |
  EaseOutCirc | Easing equation for a circular (sqrt(1-t^2)) ease-out, decelerating from zero velocity. Functor edition |
  EaseInOutCirc | Easing equation for a circular (sqrt(1-t^2)) ease-in/out, accelerating until halfway, then decelerating. Functor edition |
  EaseOutInCirc | Easing equation for a circular (sqrt(1-t^2)) ease-out/in, decelerating until halfway, then accelerating. Functor edition |
  EaseInBounce | Easing equation for a bounce (exponentially decaying parabolic bounce) ease-in, accelerating from zero velocity. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot |
  EaseOutBounce | Easing equation for a bounce (exponentially decaying parabolic bounce) ease-out, decelerating from zero velocity. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot |
  EaseInOutBounce | Easing equation for a bounce (exponentially decaying parabolic bounce) ease-in/out, accelerating until halfway, then decelerating. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot |
  EaseOutInBounce | Easing equation for a bounce (exponentially decaying parabolic bounce) ease-out/in, decelerating until halfway, then accelerating. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot |
  EaseInBack | Easing equation for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) ease-in, accelerating from zero velocity. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot |
  EaseOutBack | Easing equation for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) ease-out, decelerating from zero velocity. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot |
  EaseInOutBack | Easing equation for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) ease-in/out, accelerating until halfway, then decelerating. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot |
  EaseOutInBack | Easing equation for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) ease-out/in, decelerating until halfway, then accelerating. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot |
  EaseInElastic | Easing equation for an elastic (exponentially decaying sine wave) ease-in, accelerating from zero velocity. Functor edition |
  EaseOutElastic | Easing equation for an elastic (exponentially decaying sine wave) ease-out, decelerating from zero velocity. Functor edition |
  EaseInOutElastic | Easing equation for an elastic (exponentially decaying sine wave) ease-in/out, accelerating until halfway, then decelerating. Functor edition |
  EaseOutInElastic | Easing equation for an elastic (exponentially decaying sine wave) ease-out/in, decelerating until halfway, then accelerating. Functor edition |
  EaseInAtan | Easing equation for an atan ease-in, accelerating from zero velocity. Functor edition. Used by permssion from Chris McKenzie |
  EaseOutAtan | Easing equation for an atan ease-out, decelerating from zero velocity. Functor edition. Used by permssion from Chris McKenzie |
  EaseInOutAtan | Easing equation for an atan ease-in/out, accelerating until halfway, then decelerating. Functor edition. Used by permssion from Chris McKenzie |
  Exception | |
  FilterBase | |
  FilterBox | |
  FilterTriangle | |
  FilterQuadratic | |
  FilterCubic | |
  FilterCatmullRom | |
  FilterMitchell | |
  FilterSincBlackman | |
  FilterGaussian | |
  FilterBesselBlackman | |
  Font | Represents an instance of a font at a point size. Implicitly shared object |
  FontInvalidNameExc | |
  FontGlyphFailureExc | |
  Frustum | |
  CallbackMgr | Implements a utility class for maintaining a list of callbacks |
  ImageIo | |
  ImageSource | |
   Options | |
  ImageTarget | |
   Options | |
  ImageIoException | |
  ImageIoExceptionFailedLoad | |
  ImageIoExceptionFailedWrite | |
  ImageIoExceptionUnknownExtension | |
  ImageIoExceptionIllegalColorModel | |
  ImageIoExceptionIllegalDataType | |
  ImageIoExceptionIllegalChannelOrder | |
  ImageIoRegistrar | |
  ImageIoRegistrant | |
  ImageSourceFileQuartz | |
  ImageSourceFileWic | |
  ImageSourcePng | |
  ImageTargetFileQuartz | |
  ImageTargetFileWic | |
  JsonTree | |
   ExcChildNotFound | Exception expressing the absence of an expected child node |
   Exception | Base class for JsonTree exceptions |
   ExcJsonParserError | Exception expressing the existence of errors when serializing or deserializing JSON |
   ExcNonConvertible | Exception expressing the inability to convert a node's value to a requested type |
   ParseOptions | Options for JSON parsing. Passed to the JsonTree constructor |
   WriteOptions | Options for JSON writing. Passed to the write method |
  KdNode | |
  NullLookupProc | |
  KdTree | |
  NodeDataVectorTraits | |
  NodeDataTraits | |
  NodeDataTraits< Vec2f > | |
  CompareNode | |
  Matrix22 | |
  Matrix33 | |
  Matrix44 | |
  MatrixAffine2 | Represents a two dimensional affine transformation |
  MayaCamUI | |
  SurfaceConstraintsGdiPlus | |
  ObjLoader | Loads Alias|Wavefront .OBJ file format |
   Face | |
   Group | |
   Material | |
  Path2d | |
  Path2dExc | |
  Perlin | |
  Plane | |
  PlaneExc | |
  PolyLine | |
  QUATCONV | |
  Quaternion | |
  Rand | |
  Ray | |
  RectMapping | |
  Serial | |
   Device | |
   Obj | |
  SerialExc | |
  SerialExcOpenFailed | |
  SerialExcDeviceEnumerationFailed | |
  SerialExcReadFailure | |
  SerialExcWriteFailure | |
  SerialTimeoutExc | |
  Shape2d | |
  Sphere | |
  StreamBase | |
  OStream | |
  IStream | |
  IoStream | |
  IStreamFile | |
  OStreamFile | |
  IoStreamFile | |
  IStreamMem | |
  OStreamMem | |
  IStreamStateRestore | |
  StreamExc | |
  StreamExcOutOfMemory | |
  cinder_stream_source | |
  cinder_stream_sink | |
  cinder_stream_bidirectional_device | |
  SurfaceChannelOrder | Specifies the in-memory ordering of the channels of a Surface |
  SurfaceConstraints | Base class for defining the properties of a Surface necessary to be interoperable with different APIs |
  SurfaceConstraintsDefault | |
  SurfaceT | An in-memory representation of an image. Implicitly shared object |
   ConstIter | Convenience class for iterating the pixels of a Surface. The iteration is const, performing read-only operations on the Surface |
   Iter | Convenience class for iterating the pixels of a Surface |
  SurfaceExc | |
  SurfaceConstraintsExc | |
  SvgRendererGl | |
  System | Queries system software and hardware capabilities of the computer. Values are cached so there is low overhead in calling these functions more than once |
   NetworkAdapter | Represents a single Network Adapter of the system |
  SystemExc | |
  SystemExcFailedQuery | |
  TextLayout | |
  TextBox | |
  ThreadSetup | Create an instance of this class at the beginning of any multithreaded code that makes use of Cinder functionality |
  Timeline | |
  Cue | |
  TimelineItem | Base interface for anything that can go on a Timeline |
  Timer | A high-resolution timer class |
  Triangulator | Converts an arbitrary Shape2d into a TriMesh2d |
   Exception | |
  TriMesh | |
  TriMesh2d | |
  Tween | |
   Options | |
  Anim | |
  TweenBase | |
   Options | |
  TweenRef | |
  FnTween | |
  FnTweenRef | |
  AnimBase | |
  Url | |
  UrlOptions | Options for loadUrl() to dictate caching and timeout behavior |
  IStreamUrl | |
  UrlLoadExc | Exception for failed Url loading |
  IStreamUrlImplCurl | |
  IStreamUrlImplWinInet | |
  Vec3 | |
  Vec2 | |
  Vec4 | |
  XmlTree | |
   Attr | XML attribute |
   ConstIter | A const iterator over the children of an XmlTree |
   ExcAttrNotFound | Exception expressing the absence of an expected attribute |
   ExcChildNotFound | Exception expressing the absence of an expected child node |
   Exception | Base class for XmlTree exceptions |
   ExcUnknownNodeType | Exception implying an XML node of an unknown type. Implies a low-level problem communicating with RapidXML |
   Iter | An iterator over the children of an XmlTree |
   ParseOptions | Options for XML parsing. Passed to the XmlTree constructor |
 Gdiplus | |
 Json | |
 std | STL namespace |
  this_thread | |
 <CinderViewCocoaTouchDelegate> | |
 <CinderViewDelegate> | |
 StackWalker | |
  CallstackEntry | |
 tagTOUCHINPUT | |
 <WindowImplCocoa> | |