From 858a9fa99fa8410b69523fa4ed69272015fcf0d3 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Wed, 10 Jan 2018 18:45:08 +0000 Subject: [Travis] Rebuilding documentation --- hierarchy.html | 120 ++++++++++++++++++++++++--------------------------------- 1 file changed, 51 insertions(+), 69 deletions(-) (limited to 'hierarchy.html') diff --git a/hierarchy.html b/hierarchy.html index 20aaf235..b405c8c8 100644 --- a/hierarchy.html +++ b/hierarchy.html @@ -8,13 +8,6 @@ - - - - -
oCyage::Collider |\Cyage::RectangleCollider oCyage::Colour -oCyage::details::Coordinate -oCyage::Drawable -|\Cyage::Shape -| \Cyage::Rectangle -oCyage::details::GlyphGlyph with information of the texture -oCyage::ImageLoader -oCyage::IoManager -oCyage::Logger

Logger

- -oCyage::LogMessage -oCyage::LogSink -oCyage::Matrix< Rows, Cols, Type >Base Matrix class used by other similar classes -oCyage::Matrix< Rows, 1, double > -|\Cyage::Vector< 2, double > -| \Cyage::Vector2< double > -oCyage::Matrix< Rows, 1, Type > -|oCyage::Vector< 2, Type > -||\Cyage::Vector2< Type >2D Vector class -|oCyage::Vector< 3, Type > -||\Cyage::Vector3< Type >3D Vector class -|oCyage::Vector< 4, Type > -||\Cyage::Vector4< Type >4D Vector class -|\Cyage::Vector< Rows, Type > -oCyage::LogMessage::Meta -oCyage::Position -oCyage::details::RenderBatch -oCyage::ResourceManager -oCyage::details::Row< Rows, Cols, Type > -oCyage::Shader -oCyage::Sprite -oCyage::SpriteBatch -oCyage::SpriteSheet -oCstbi_io_callbacks -oCyage::SyncQueue< T > -oCyage::SyncQueue< Callback > -oCyage::Texture -oCyage::TextureCache -oCyage::UV -oCyage::Vertex -\Cyage::Window +oCComponent +oCyage::details::Coordinate +oCyage::Drawable +|\Cyage::Shape +| \Cyage::Rectangle +oCyage::EngineMain engine class that contains a systems, the main loop and the update function that updates all the systems +oCyage::EntityEntity convenience class +oCyage::EntityManagerManages entities in a space +oCyage::details::GlyphGlyph with information of the texture +oCyage::ImageLoader +oCyage::IoManager +oCyage::Logger +oCyage::LogMessage +oCyage::LogSink +oCyage::Matrix< Rows, Cols, Type >Base Matrix class used by other similar classes +oCyage::Matrix< Rows, 1, double > +|\Cyage::Vector< 2, double > +| \Cyage::Vector2< double > +oCyage::Matrix< Rows, 1, Type > +|oCyage::Vector< 2, Type > +||\Cyage::Vector2< Type >2D Vector class +|oCyage::Vector< 3, Type > +||\Cyage::Vector3< Type >3D Vector class +|oCyage::Vector< 4, Type > +||\Cyage::Vector4< Type >4D Vector class +|\Cyage::Vector< Rows, Type > +oCyage::LogMessage::Meta +oCyage::Position +oCyage::details::RenderBatch +oCyage::ResourceManager +oCyage::details::Row< Rows, Cols, Type > +oCyage::Shader +oCyage::SpaceSpace that keeps track of all the entities, componenets and runs the systems on the data to update them +oCyage::Sprite +oCyage::SpriteBatch +oCyage::SpriteSheet +oCstbi_io_callbacks +oCyage::SyncQueue< T > +oCyage::SyncQueue< Callback > +oCyage::SystemSystem interface for the different systems in the engine +oCyage::Texture +oCyage::TextureCache +oCyage::UV +oCyage::Vertex +\Cyage::Window
- - + -- cgit