Pteros  2.0
Molecular modeling library for human beings!
pteros::Histogram2D Class Reference

Simple 2D histogram class. More...

#include <utilities.h>

Public Member Functions

 Histogram2D (float minval1, float maxval1, int n1, float minval2, float maxval2, int n2)
 
void create (float minval1, float maxval1, int n1, float minval2, float maxval2, int n2)
 
void add (float v1, float v2, float weight=1.0)
 
void normalize (float norm=0)
 
Eigen::Vector2f delta () const
 
float value (int i, int j) const
 
void save_to_file (const std::string &fname)
 

Detailed Description

Simple 2D histogram class.


The documentation for this class was generated from the following files: