45 |
|
* |
46 |
|
* Created by Charles F. Vardeman II on 14 Dec 2006. |
47 |
|
* @author Charles F. Vardeman II |
48 |
< |
* @version $Id: NanoVolume.hpp,v 1.1 2007-09-17 20:11:47 chuckv Exp $ |
48 |
> |
* @version $Id: NanoVolume.hpp,v 1.3 2007-11-22 16:39:44 chuckv Exp $ |
49 |
|
* |
50 |
|
*/ |
51 |
|
#ifndef APPLICATIONS_STATICPROPS_NANOVOLUME_HPP_ |
52 |
|
#define APPLICATIONS_STATICPROPS_NANOVOLUME_HPP_ |
53 |
|
|
54 |
|
#include <vector> |
55 |
< |
#include "math/vector3.hpp" |
55 |
> |
#include "math/Vector3.hpp" |
56 |
|
#include "selection/SelectionEvaluator.hpp" |
57 |
|
#include "selection/SelectionManager.hpp" |
58 |
|
#include "applications/staticProps/StaticAnalyser.hpp" |
71 |
|
SelectionEvaluator evaluator_; |
72 |
|
std::vector<Vector3d> pos_; |
73 |
|
int frameCounter_; |
74 |
+ |
RealType totalVolume_; |
75 |
|
|
76 |
|
}; |
77 |
|
} |