#include <iostream>
#include "Core/Array/Pattern/Categories.h"
#include "Core/Array/Pattern/ArrayFunc.h"
#include "Core/Array/Pattern/PtrFunc.h"
#include "Core/Geometry/PointZ.h"
#include "Core/Array/Pattern/FcvArray.h"
#include "Core/Array/Pattern/QAction.h"
Include dependency graph for FuncQueueBased.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Array |
namespace | Impala::Core::Array::Pattern |
Functions | |
template<class DstArrayT, class SrcArrayT, class MaskArrayT, class VecPointT, class VecNeighborT, class NeighborsT> | |
void | Impala::Core::Array::Pattern::FuncQueueBased_FillNeighborValues (DstArrayT *dst, SrcArrayT *src, MaskArrayT *mask, Geometry::PointZ centralPoint, const VecPointT &neighborCoordinates, VecNeighborT &vecneighbors, NeighborsT) |
template<class DstArrayT, class SrcArrayT, class VecPointT, class VecNeighborT, class NeighborsT> | |
void | Impala::Core::Array::Pattern::FuncQueueBased_FillNeighborValues (DstArrayT *dst, SrcArrayT *src, Geometry::PointZ centralPoint, const VecPointT &neighborCoordinates, VecNeighborT &vecneighbors, NeighborsT) |
template<class VecPointT> | |
void | Impala::Core::Array::Pattern::FuncQueueBased_ComputeNeighbors (VecPointT &neighborCoordinates, int connectivity, int radiusSqr) |
template<class DstArrayT, class SrcArrayT, class MaskArrayT, class FunctorT> | |
void | Impala::Core::Array::Pattern::FuncQueueBasedDispatch (DstArrayT *dst, SrcArrayT *src, MaskArrayT *mask, FunctorT &functor, int connectivity, int radiusSqr) |
template<class DstArrayT, class SrcArrayT, class FunctorT> | |
void | Impala::Core::Array::Pattern::FuncQueueBasedDispatch (DstArrayT *dst, SrcArrayT *src, FunctorT &functor, int connectivity, int radiusSqr) |