| 52 |
|
public: |
| 53 |
|
ContactAngle2(SimInfo* info, const std::string& filename, |
| 54 |
|
const std::string& sele, RealType solidZ, |
| 55 |
+ |
RealType centroidX, RealType centroidY, |
| 56 |
|
RealType threshDens, RealType bufferLength, |
| 57 |
|
int nrbins, int nZBins); |
| 58 |
|
|
| 61 |
|
private: |
| 62 |
|
|
| 63 |
|
RealType solidZ_; |
| 64 |
+ |
RealType centroidX_; |
| 65 |
+ |
RealType centroidY_; |
| 66 |
|
RealType threshDens_; |
| 67 |
|
RealType bufferLength_; |
| 68 |
< |
int nRBins_; |
| 69 |
< |
int nZBins_; |
| 68 |
> |
std::size_t nRBins_; |
| 69 |
> |
std::size_t nZBins_; |
| 70 |
|
|
| 71 |
|
std::string selectionScript_; |
| 72 |
|
SelectionManager seleMan_; |