Empirical
Classes | Namespaces
visualizations.h File Reference

Tools to build D3 visualizations. More...

#include <functional>
#include <algorithm>
#include <deque>
#include "../../config/config.h"
#include "../../tools/BitSet.h"
#include "../../tools/Random.h"
#include "../../tools/stats.h"
#include "../../tools/string_utils.h"
#include "../../tools/FunctionSet.h"
#include "../../tools/const.h"
#include "../init.h"
#include "../Animate.h"
#include "../JSWrap.h"
#include "selection.h"
#include "scales.h"
#include "axis.h"
#include "svg_shapes.h"
#include "layout.h"
#include "visual_elements.h"
#include "histogram.h"

Go to the source code of this file.

Classes

class  emp::web::D3Visualization
 
class  emp::web::D3Visualization::D3VisualizationInfo
 
class  emp::web::DotPlot
 
class  emp::web::HeatMap
 
class  emp::web::HistogramChart< DATA_TYPE, X_SCALE_TYPE, Y_SCALE_TYPE >
 
class  emp::web::LineGraph< DATA_TYPE, X_SCALE_TYPE, Y_SCALE_TYPE >
 
struct  emp::web::TreeDataNode
 
struct  emp::web::TreeNode
 
class  emp::web::TreeVisualization< NODE >
 
class  emp::web::TreeVisualizationReplacement< NODE >
 
struct  emp::web::SpatialGridTreeNode
 
class  emp::web::SpatialGridTreeVisualization< NODE, TREE_TYPE >
 
struct  emp::web::SpatialGridTreeVisualization< NODE, TREE_TYPE >::TreeEdge
 
struct  emp::web::SpatialGridTreeVisualization< NODE, TREE_TYPE >::LegendNode
 

Namespaces

 emp
 If we are in emscripten, make sure to include the header.
 
 emp::web
 

Detailed Description

Tools to build D3 visualizations.

Note
This file is part of Empirical, https://github.com/devosoft/Empirical
Date
2017-2018