| 51 |
|
class ContactAngle2 : public SequentialAnalyzer{ |
| 52 |
|
public: |
| 53 |
|
ContactAngle2(SimInfo* info, const std::string& filename, |
| 54 |
< |
const std::string& sele, RealType solidZ, RealType threshDens, |
| 54 |
> |
const std::string& sele, RealType solidZ, |
| 55 |
> |
RealType threshDens, RealType bufferLength, |
| 56 |
|
int nrbins, int nZBins); |
| 57 |
|
|
| 58 |
|
virtual void doFrame(); |
| 61 |
|
|
| 62 |
|
RealType solidZ_; |
| 63 |
|
RealType threshDens_; |
| 64 |
< |
int nRBins_; |
| 65 |
< |
int nZBins_; |
| 64 |
> |
RealType bufferLength_; |
| 65 |
> |
std::size_t nRBins_; |
| 66 |
> |
std::size_t nZBins_; |
| 67 |
|
|
| 68 |
|
std::string selectionScript_; |
| 69 |
|
SelectionManager seleMan_; |