CProj3DGridder Class Reference

Do ordinary rectangular gridding of data. More...

#include <CGridder.hpp>

Inheritance diagram for CProj3DGridder:

Inheritance graph
[legend]
Collaboration diagram for CProj3DGridder:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 CProj3DGridder (int nx, int ny, Cvals *xval, Cvals *yval, Cvals *binval, double xmin, double xmax, double ymin, double ymax, int istart, int iend)
 Constructor.
 ~CProj3DGridder ()
 Destructor.
int doGridding ()
 do the gridding
Matrix< int > * getNumberPtr ()

Private Attributes

Matrix< int > * _number


Detailed Description

Do ordinary rectangular gridding of data.

class to make an ordinary gridding of data. Allocates a data pointer for the gridded data and a pointer for the number data

!!!Only the data pointer is preserved, the number data is deleted when the CProj3DGridder instance is deleted!!!


Constructor & Destructor Documentation

CProj3DGridder::~CProj3DGridder (  ) 

Destructor.

Destroy the _number matrix


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

Generated on Fri Oct 16 18:59:58 2009 for HYPLOT by  doxygen 1.5.8