|
MaMiCo 1.2
|

Public Member Functions | |
| Patch (const tarch::la::Vector< dim, unsigned int > &spatialSize, const unsigned int &temporalSize, const Flowfield< dim > &basefield, const tarch::la::Vector< dim, unsigned int > &pos, const unsigned int &t) | |
| double | distance (const coupling::filtering::Patch< dim > &other) |
| void | print () |
Private Member Functions | |
| unsigned int | posmod (int i, int n) |
| void | fillFromBasefield (const Flowfield< dim > &basefield, const tarch::la::Vector< dim, unsigned int > &pos, const unsigned int &t) |
| void | computeLocalMean () |
| void | computeLocalStandardDeviation () |
Private Attributes | |
| Flowfield< dim > | _flowfield |
| Quantities< dim > | _localMean |
| double | _localStandardDeviation |