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