primatologist-gpl
5.1.2
|
Functions | |
template<typename T > | |
carto::VolumeRef< T > | empty () |
template<typename T > | |
carto::VolumeRef< T > | select (const carto::VolumeRef< T > &in, int t) |
template<typename P , typename T > | |
bool | inside (const P &p, const carto::VolumeRef< T > &input) |
template<typename P , typename T > | |
bool | insideAllocated (const P &p, const carto::VolumeRef< T > &input) |
template<typename T > | |
bool | inside (const Point4di &p, const carto::VolumeRef< T > &input) |
template<typename T > | |
bool | insideAllocated (const Point4di &p, const carto::VolumeRef< T > &input) |
template<typename T , typename M > | |
carto::VolumeRef< T > & | clip (carto::VolumeRef< T > &in, const typename type::identity< T >::type &min, const typename type::identity< T >::type &max, const carto::VolumeRef< M > &mask) |
template<typename T > | |
carto::VolumeRef< T > & | clip (carto::VolumeRef< T > &in, const typename type::identity< T >::type &min, const typename type::identity< T >::type &max) |
template<typename T , typename M > | |
carto::VolumeRef< T > | newClip (carto::VolumeRef< T > &in, const typename type::identity< T >::type &min, const typename type::identity< T >::type &max, const carto::VolumeRef< M > &mask) |
template<typename T > | |
carto::VolumeRef< T > | newClip (carto::VolumeRef< T > &in, const typename type::identity< T >::type &min, const typename type::identity< T >::type &max) |
template<typename T1 , typename T2 , typename M > | |
uintmax_t | sumLogicalDiff (const carto::VolumeRef< T1 > &one, const carto::VolumeRef< T2 > &two, const carto::VolumeRef< M > &mask) |
template<typename T1 , typename T2 > | |
uintmax_t | sumLogicalDiff (const carto::VolumeRef< T1 > &one, const carto::VolumeRef< T2 > &two) |
template<typename T , typename M > | |
carto::DataTypeTraits< T >::LongType | sum (const carto::VolumeRef< T > &in, const carto::VolumeRef< M > &mask) |
carto::VolumeRef< T > & aims::vol::clip | ( | carto::VolumeRef< T > & | in, |
const typename type::identity< T >::type & | min, | ||
const typename type::identity< T >::type & | max | ||
) |
Definition at line 99 of file volume_d.h.
carto::VolumeRef< T > & aims::vol::clip | ( | carto::VolumeRef< T > & | in, |
const typename type::identity< T >::type & | min, | ||
const typename type::identity< T >::type & | max, | ||
const carto::VolumeRef< M > & | mask | ||
) |
carto::VolumeRef< T > aims::vol::empty | ( | ) |
Definition at line 22 of file volume_d.h.
bool aims::vol::inside | ( | const P & | p, |
const carto::VolumeRef< T > & | input | ||
) |
Definition at line 37 of file volume_d.h.
bool aims::vol::inside | ( | const Point4di & | p, |
const carto::VolumeRef< T > & | input | ||
) |
Definition at line 58 of file volume_d.h.
bool aims::vol::insideAllocated | ( | const P & | p, |
const carto::VolumeRef< T > & | input | ||
) |
Definition at line 47 of file volume_d.h.
bool aims::vol::insideAllocated | ( | const Point4di & | p, |
const carto::VolumeRef< T > & | input | ||
) |
Definition at line 67 of file volume_d.h.
carto::VolumeRef< T > aims::vol::newClip | ( | carto::VolumeRef< T > & | in, |
const typename type::identity< T >::type & | min, | ||
const typename type::identity< T >::type & | max | ||
) |
Definition at line 120 of file volume_d.h.
carto::VolumeRef< T > aims::vol::newClip | ( | carto::VolumeRef< T > & | in, |
const typename type::identity< T >::type & | min, | ||
const typename type::identity< T >::type & | max, | ||
const carto::VolumeRef< M > & | mask | ||
) |
Definition at line 108 of file volume_d.h.
carto::VolumeRef< T > aims::vol::select | ( | const carto::VolumeRef< T > & | in, |
int | t | ||
) |
Definition at line 29 of file volume_d.h.
carto::DataTypeTraits< T >::LongType aims::vol::sum | ( | const carto::VolumeRef< T > & | in, |
const carto::VolumeRef< M > & | mask | ||
) |
Definition at line 163 of file volume_d.h.
Referenced by aims::proba::addProbaCatch(), aims::proba::attenuateZ(), aims::proba::bayes(), aims::proba::logLikelihoodSum(), aims::proba::normalize(), aims::proba::prepare(), aims::proba::robustBayes(), and sumLogicalDiff().
uintmax_t aims::vol::sumLogicalDiff | ( | const carto::VolumeRef< T1 > & | one, |
const carto::VolumeRef< T2 > & | two | ||
) |
Definition at line 155 of file volume_d.h.
References sumLogicalDiff().
uintmax_t aims::vol::sumLogicalDiff | ( | const carto::VolumeRef< T1 > & | one, |
const carto::VolumeRef< T2 > & | two, | ||
const carto::VolumeRef< M > & | mask | ||
) |