r1 - 07 Apr 2009 - 03:24:47 - SeoKonKangYou are here: KoreaCmsWiki >  Main Web > TWikiUsers > SeoKonKang > LogBooks > DailyLogBook > 2009 > 20090401 > MySD_hh
#ifndef MySD_h
#define MySD_h 1
#include<iostream>
#include<cstdlib>
using namespace std;

class MySD {
public:
        MySD();
        ~MySD();
        int GetVoxelXID(char PName[]);
        int GetVoxelYID(char PName[]);
        int GetVoxelZID(char PName[]);
        void SumDepE(int x, int y, int z, double ene);
        void ShowDepE(int x, int y, int z);
        void WriteDepE();
        void SetInitE(); // Initialization of DepE
private:
        int size_x ;
        int size_y ;
        int size_z ;
        double DepE[200][200][200];
};
#endif

-- SeoKonKang - 07 Apr 2009

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
 
KOREA-CMS
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding KoreaCmsWiki? Send feedback