36#ifndef CRYPTSTATISTICS_HPP_
37#define CRYPTSTATISTICS_HPP_
39#include "AbstractCryptStatistics.hpp"
61 bool CellIsInSection(
double xBottom,
double xTop,
double yTop,
const c_vector<double,2>& rCellPosition,
double widthOfSection=0.5);
77 bool CellIsInSectionPeriodic(
double xBottom,
double xTop,
double yTop,
const c_vector<double,2>& rCellPosition,
double widthOfSection=1.0);
108 double xBottom = DBL_MAX,
109 double xTop = DBL_MAX,
110 bool periodic =
false);
131 double xBottom = DBL_MAX,
132 double xTop = DBL_MAX);
bool CellIsInSectionPeriodic(double xBottom, double xTop, double yTop, const c_vector< double, 2 > &rCellPosition, double widthOfSection=1.0)
std::vector< CellPtr > GetCryptSectionPeriodic(double yTop, double xBottom=DBL_MAX, double xTop=DBL_MAX)
std::vector< CellPtr > GetCryptSection(double yTop, double xBottom=DBL_MAX, double xTop=DBL_MAX, bool periodic=false)
bool CellIsInSection(double xBottom, double xTop, double yTop, const c_vector< double, 2 > &rCellPosition, double widthOfSection=0.5)