mFES - molecular Finite Element Solver  0.4
sceneBuilder.h
Go to the documentation of this file.
00001 #include <vector>
00002 #include "../Defs.h"
00003 
00004 void buildScene(vector<Triangle>&, lGrid);
00005 void buildCATrace(Molecule);