![]() |
Bridges-C++
3.2.0
Bridges(C++API)
|
#include <string>
#include <vector>
#include <curl/curl.h>
#include "./data_src/EarthquakeUSGS.h"
#include "./data_src/Game.h"
#include "./data_src/Shakespeare.h"
#include "./data_src/GutenbergBook.h"
#include "./data_src/CancerIncidence.h"
#include "./data_src/ActorMovieIMDB.h"
#include "./data_src/Song.h"
Go to the source code of this file.
Classes | |
class | bridges::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. More... | |
Namespaces | |
bridges | |
these methods convert byte arrays in to base64 codes and are used in BRIDGES to represent the color arrays as strings. The code is adapted from external sources detailed below. | |