CLAM-Development
1.4.0
|
Centroid is 1st order center of gravity. More...
#include <BasicOps.hxx>
Additional Inherited Members | |
![]() | |
CenterOfGravity () | |
U | operator() (const Array< T > &a, WeightedPoweredSum< o, abs, T > &wPowSum, PoweredSum< o, abs, T > &PowSum, StaticFalse *) |
Memoryless Computation using external lower level functors. | |
U | operator() (const Array< T > &a, WeightedPoweredSum< o, abs, T > &wPowSum, PoweredSum< o, abs, T > &PowSum, StaticTrue *b=NULL) |
Memoryfull Computation using external lower level functors. | |
U | operator() (const Array< T > &a, StaticFalse *) |
Memoryless Computation using internal lower level functors. | |
U | operator() (const Array< T > &a, StaticTrue *b=NULL) |
Memoryfull Computation using internal lower level functors. | |
![]() | |
BaseMemOp () | |
void | Reset () |
virtual | ~BaseMemOp () |
![]() | |
U | memory |
WeightedPoweredSum< o, abs, T > | mWPS |
PoweredSum< o, abs, T > | mPS |
![]() | |
bool | alreadyComputed |
Centroid is 1st order center of gravity.
Definition at line 485 of file BasicOps.hxx.