53vpMomentCommon::vpMomentCommon(
double dstSurface,
const std::vector<double> &ref,
double refAlpha,
double dstZ,
54 bool flg_sxsyfromnormalized)
55 :
vpMomentDatabase(), momentBasic(), momentGravity(), momentCentered(), momentGravityNormalized(),
56 momentSurfaceNormalized(dstSurface, dstZ), momentCInvariant(), momentAlpha(ref, refAlpha), momentArea()
60 momentBasic.linkTo(*
this);
61 momentGravity.linkTo(*
this);
62 momentCentered.linkTo(*
this);
63 momentGravityNormalized.linkTo(*
this);
64 momentSurfaceNormalized.linkTo(*
this);
65 momentCInvariant->linkTo(*
this);
66 momentAlpha.linkTo(*
this);
67 momentArea.linkTo(*
this);