Bridges-C++
3.4.5-dev1-6-g935685a
Bridges(C++ API)
|
Cbridges::dataset::ActorMovieIMDB | A class to hold actor movie data – using IMDB dataset |
CAmenity | Class that hold Open Street Map Amenity data |
CAmenityData | Class that holds Open Street Map Amenity Data |
CAudioChannel | Class that represents an audio channel |
Cbridges::dataset::Book | A Book object, used along with the books data source |
Cbridges::datastructure::Array2D< E >::Bracket_helper | Helper class to make [][] operators work on array 2d. You should never use it directly |
Cbridges::datastructure::Array3D< E >::Bracket_helper | Bracker_helper class to make [] operators work on array 2d. You should never use it directly |
Cbridges::datastructure::Array3D< E >::Bracket_helper2 | Bracker_helper class to make [][] operators work on array 2d. You should never use it directly |
Cbridges::datastructure::Array3D< E >::Bracket_helper2_const | Helper2 const class is to make [][] operators work on array 2d. You should never use it directly |
Cbridges::datastructure::Array2D< E >::Bracket_helper_const | Helper class to make [][] operators work on array 2d. You should never use it directly |
Cbridges::datastructure::Array3D< E >::Bracket_helper_const | Helper const class is to make [][] operators work on array 2d. You should never use it directly |
Cbridges::datastructure::Grid< E >::BracketHelper | This BracketHelper is a helper class to get the [] operators to work. It is not intended to be used by bridges users |
Cbridges::datastructure::Grid< E >::BracketHelperConst | This BracketHelperConst is a helper class to get the [] operators to work |
Cbridges::Bridges | This class contains methods to connect and transmit a user's data structure representation to the Bridges server |
►Cbridges::Cache | |
Cbridges::Camera | |
Cbridges::dataset::CancerIncidence | A class representing the attributes for cancer incidence |
Cbridges::datastructure::CircDLelement< E >::CircDLelement_constlisthelper | These are helper classes for CircDLelement for easy iteration in a range for loop. It is not meant to be created by the bridges user. But it may be returned by Bridges to provide an STL compliant list API |
Cbridges::datastructure::CircDLelement< E >::CircDLelement_listhelper | These are helper classes for CircDLelement for easy iteration in a range for loop. It is not meant to be created by the bridges user. But it may be returned by Bridges to provide an STL compliant list API |
Cbridges::datastructure::CircSLelement< E >::CircSLelement_constlisthelper | These are helper classes for CircSLelement for easy iteration in a range for loop. It is not meant to be created by the bridges user. But it may be returned by Bridges to provide an STL compliant list API |
Cbridges::datastructure::CircSLelement< E >::CircSLelement_listhelper | This is a helper class to facilitate using iterators to traverse circular list |
Cbridges::dataset::City | Class that holds data of a city |
Cbridges::datastructure::Color | This class represents Color, and supports rgba, hexadecimal and named color values |
Cbridges::datastructure::Array1D< E >::const_iterator | Enabling iterator loops in const contexts |
Cbridges::datastructure::GraphAdjList< K, E1, E2 >::constVertexElementSet_listhelper::const_iterator | This is a helper class to return sets of vertices ina way that are iterable with range for loops. Students should not have to use this directly |
Cbridges::datastructure::GraphAdjList< K, E1, E2 >::KeySet_helper::const_iterator | |
Cbridges::datastructure::GraphAdjList< K, E1, E2 >::VertexElementSet_listhelper::const_iterator | This is a helper class to return sets of vertices in a way that are iterable with range for loops. Students should have to use this directly |
Cbridges::datastructure::GraphAdjList< K, E1, E2 >::constVertexElementSet_listhelper | This is a helper class to return sets of vertices in a way that are iterable with range for loops. Students should not have to use this directly |
Cbridges::DataSource | This class provides an API to various data sources used in BRIDGES |
►Cbridges::datastructure::DataStructure | This is the superclass of all data structure types in BRIDGES |
Cbridges::datastructure::DLelement< E >::DLelement_constlisthelper | These are helper classes for DLelement for easy iteration in a range for loop. It is not meant to be created by the bridges user. But it may be returned by Bridges to provide an STL compliant list API |
Cbridges::datastructure::DLelement< E >::DLelement_listhelper | These are helper classes for DLelement for easy iteration in a range for loop. It is not meant to be created by the bridges user. But it may be returned by Bridges to provide an STL compliant list API |
Cbridges::dataset::EarthquakeUSGS | Class that hold earthquake data, for use with USGIS retrieved quake data |
Cbridges::datastructure::Edge< K, E2 > | This helper class is used by the graph classes - GraphAdjList , GraphAdjMatrix - to keep track of edge information |
►Cbridges::datastructure::Element< E > | This is the fundamental building block for all data structures in BRIDGES |
►Cbridges::datastructure::Element< bridges::datastructure::Edge< K, K > > | |
Cbridges::datastructure::Element< E1 > | |
Cbridges::datastructure::Element< K > | |
Cbridges::datastructure::ElementVisualizer | This class maintains the visual properties of the a Bridges element |
Cbridges::dataset::ElevationData | Class that hold elevation data |
►Cstd::exception | STL class |
Cbridges::dataset::Game | A Game object, used along with the Games data source |
►Cbridges::game::GameBase | The base class building and using the BRIDGES based games |
►Cbridges::game::GameBase3D | This class extends the GameBase class to 3D environments |
Cbridges::game::GameCell | This class represents a single cell of the Game Grid |
►Cbridges::benchmark::GraphBenchmark | Base class for a variety of graph based benchmark |
Cbridges::dataset::GutenbergBook | A Gutenberg Book object (meta data and book's full text) |
Cbridges::game::InputStateMachine | |
Cbridges::datastructure::Array1D< E >::iterator | Enabling range for loops |
Cbridges::datastructure::CircDLelement< E >::CircDLelement_constlisthelper::iterator | |
Cbridges::datastructure::CircDLelement< E >::CircDLelement_listhelper::iterator | |
Cbridges::datastructure::CircSLelement< E >::CircSLelement_constlisthelper::iterator | |
Cbridges::datastructure::CircSLelement< E >::CircSLelement_listhelper::iterator | |
Cbridges::datastructure::DLelement< E >::DLelement_constlisthelper::iterator | |
Cbridges::datastructure::DLelement< E >::DLelement_listhelper::iterator | |
Cbridges::datastructure::GraphAdjList< K, E1, E2 >::VertexElementSet_listhelper::iterator | This is a helper class to return sets of vertices in a way that are iterable with range for loops. Students should have to use this directly |
Cbridges::datastructure::SLelement< E >::SLelement_constlisthelper::iterator | |
Cbridges::datastructure::SLelement< E >::SLelement_listhelper::iterator | |
►Cbridges::game::KeypressListener | This is meant to be an internal class, not something that the library user will use. Provides support for input handling for the Game API |
Cbridges::datastructure::GraphAdjList< K, E1, E2 >::KeySet_helper | |
Cbridges::datastructure::LinkVisualizer | This class maintains the visual properties of links within data structures |
►Cbridges::datastructure::Map | Abstract class for Map API |
Cbridges::Mesh | |
Cbridges::dataset::MovieActorWikidata | This is a helper class for accessing actor-movie data from Wikidata |
Cbridges::dataset::OSMData | Class that hold Open Street Map Data |
Cbridges::dataset::OSMEdge | Class that hold Open Street Map edges |
Cbridges::dataset::OSMVertex | Class that hold Open Street Map vertices |
Crapidjson_exception | |
Cbridges::dataset::Reddit | An object to represent a Reddit post, used along with the Reddit data source |
Cbridges::ServerComm | This is a class for handling calls to the BRIDGES server to transmit JSON to the server and subsequent visualization. It is not intended for external use |
Cbridges::dataset::Shakespeare | A Shakespeare Data source object containing sonnets, poems and plays |
Cbridges::datastructure::SLelement< E >::SLelement_constlisthelper | These are helper classes for SLelement for easy iteration |
Cbridges::datastructure::SLelement< E >::SLelement_listhelper | These are helper classes for SLelement for easy iteration |
Cbridges::game::SocketConnection | This is meant to be an internal class, not something that the library user will use |
Cbridges::dataset::Song | A Song object, used along with the Songs data source |
Cbridges::benchmark::SortingBenchmark | Benchmarks sorting algorithm |
►Cbridges::datastructure::Symbol | This is an abstract class for deriving a number of Symbol shape objects, for use in a SymbolCollection. Symbols correspond to a simplified subset of SVG paths and shapes for custom visual representations in BRIDGES |
Cbridges::TerrainMesh | |
Cbridges::dataset::USCounty | This object contains US county related information |
Cbridges::dataset::USState | |
Cbridges::datastructure::GraphAdjList< K, E1, E2 >::VertexElementSet_listhelper | This is a helper class to return sets of vertices in a way that are iterable with range for loops. Students should have to use this directly |
Cbridges::WaveHeader |