| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef __GRIDBUILDER_HPP__ | |
| 2 | #define __GRIDBUILDER_HPP__ | |
| 3 | ||
| 4 | + | #include "MatVec3.h" |
| 5 | #include "RigidBody.hpp" | |
| 6 | #include <iostream> | |
| 7 | #include <fstream> | |
| # | Line 19 | Line 20 | class GridBuilder{ (public) | |
| 20 | void releaseProbe(double farPos); | |
| 21 | void calcEnergy(); | |
| 22 | void printGridFiles(); | |
| 23 | + | double passSig(int index){ return sigList[index]; } |
| 24 | + | double passS(int index){ return sList[index]; } |
| 25 | + | double passEps(int index){ return epsList[index]; } |
| 26 | ||
| 27 | protected: | |
| 28 | int i, j, k, l; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |