NDDEM
Classes | Typedefs | Functions
CoarseGraining.h File Reference
#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.

Classes

class  CoarseGraining
 

Typedefs

using Vector2Djs = std::vector< std::vector< double > >
 
using Vector1Djs = std::vector< double >
 

Functions

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)
 

Typedef Documentation

◆ Vector1Djs

using Vector1Djs = std::vector<double>

◆ Vector2Djs

using Vector2Djs = std::vector<std::vector<double> >

Function Documentation

◆ 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)