Field3D
|
#include <MIPUtil.h>
Public Types | |
typedef Field_T::value_type | T |
Public Member Functions | |
MIPSeparableThreadOp (const Field_T &src, Field_T &tgt, const size_t level, const V3i &add, const FilterOp_T &filterOp, const size_t dim, const std::vector< Box3i > &blocks, size_t &nextIdx, boost::mutex &mutex) | |
void | operator() () |
Private Attributes | |
const V3i & | m_add |
const std::vector< Box3i > & | m_blocks |
const size_t | m_dim |
const FilterOp_T & | m_filterOp |
const size_t | m_level |
boost::mutex & | m_mutex |
size_t & | m_nextIdx |
const size_t | m_numBlocks |
const Field_T & | m_src |
Field_T & | m_tgt |
typedef Field_T::value_type detail::MIPSeparableThreadOp< Field_T, FilterOp_T, IsAnalytic_T >::T |
|
inline |
Definition at line 191 of file MIPUtil.h.
References m_add, m_blocks, m_dim, m_filterOp, m_level, m_mutex, m_nextIdx, m_numBlocks, m_src, and m_tgt.
|
inline |
Definition at line 211 of file MIPUtil.h.
References detail::checkInputEmpty(), discToCont(), m_add, m_blocks, m_dim, m_filterOp, m_mutex, m_nextIdx, m_numBlocks, m_src, and m_tgt.
|
private |
Definition at line 337 of file MIPUtil.h.
Referenced by MIPSeparableThreadOp(), and operator()().
|
private |
Definition at line 338 of file MIPUtil.h.
Referenced by MIPSeparableThreadOp(), and operator()().
|
private |
Definition at line 339 of file MIPUtil.h.
Referenced by MIPSeparableThreadOp(), and operator()().
|
private |
Definition at line 340 of file MIPUtil.h.
Referenced by MIPSeparableThreadOp().
|
private |
Definition at line 341 of file MIPUtil.h.
Referenced by MIPSeparableThreadOp(), and operator()().
|
private |
Definition at line 342 of file MIPUtil.h.
Referenced by MIPSeparableThreadOp(), and operator()().
|
private |
Definition at line 343 of file MIPUtil.h.
Referenced by MIPSeparableThreadOp(), and operator()().
|
private |
Definition at line 344 of file MIPUtil.h.
Referenced by MIPSeparableThreadOp(), and operator()().
|
private |
Definition at line 345 of file MIPUtil.h.
Referenced by MIPSeparableThreadOp(), and operator()().
|
private |
Definition at line 346 of file MIPUtil.h.
Referenced by MIPSeparableThreadOp(), and operator()().