ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/SHAPES/GridBuilder.hpp
(Generate patch)

Comparing trunk/SHAPES/GridBuilder.hpp (file contents):
Revision 1285 by chrisfen, Tue Jun 22 18:04:58 2004 UTC vs.
Revision 1287 by chrisfen, Wed Jun 23 20:18:48 2004 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines