#include <cstdlib>
#include <cstdio>
#include <vector>
#include <iostream>
#include <fstream>
#include <string>
#include <math.h>
#include <sstream>
#include <optional>
#include "gzip.hpp"
#include <boost/iostreams/filtering_streambuf.hpp>
#include <boost/iostreams/stream.hpp>
#include "json_parser.h"
#include "Typedefs.h"
#include "Coarsing.h"
#include "Reader.h"
#include "Reader-Liggghts.h"
#include "Reader-NDDEM.h"
#include "Reader-interactive.h"
#include "Reader-Mercury.h"
#include "Reader-Yade.h"
#include "Parameters.h"
Go to the source code of this file.
|
template<typename T > |
std::vector< std::vector< T > > | to_js_array (std::vector< std::vector< T >> &data) |
|
template<typename T > |
std::vector< T > | to_js_array (std::vector< T > &data) |
|
◆ Vector1Djs
◆ Vector2Djs
using Vector2Djs = std::vector<std::vector<double> > |
◆ to_js_array() [1/2]
template<typename T >
std::vector<std::vector<T> > to_js_array |
( |
std::vector< std::vector< T >> & |
data | ) |
|
◆ to_js_array() [2/2]
template<typename T >
std::vector<T> to_js_array |
( |
std::vector< T > & |
data | ) |
|