Polynomial.h File Reference
#include <GeneralDefine.h>
#include "IntegralType.h"
#include <iostream>
#include <vector>
#include "Polynomial.hcc"

Go to the source code of this file.

Classes

class  CGFunctions::Polynomial< Coordinates >
 Defines the position of the CGPoint (e.g. x, y, z) and the parameters of a polynomial coarse-graining function (width and cutoff). More...
 

Namespaces

 CGFunctions
 Contains base classes of CGPoint; CGPoint is always templated with one of these classes; these classes contain the position of the CGPoint and the parameters of the coarse-graining function (width, cutoff, ...).
 

Enumerations

enum class  CGFunctions::PolynomialType : unsigned char { CGFunctions::HEAVISIDE = 0 , CGFunctions::LINEAR = 1 , CGFunctions::LUCY = 2 }
 PolynomialType is used to define how files are opened random fixed-particle bottom. More...
 

Functions

std::ostream & CGFunctions::operator<< (std::ostream &os, PolynomialType type)
 
std::istream & CGFunctions::operator>> (std::istream &is, PolynomialType &type)