#include "Core/Geometry/GeoIntType.h"
#include "Core/Matrix/MatMakeScale2d.h"
#include "Core/Array/Pattern/PatGeometricOp.h"
#include "Core/Array/Element/E1Cast.h"
Include dependency graph for Scale.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 |
Functions | |
template<class DstArrayT, class SrcArrayT> | |
void | Impala::Core::Array::Scale (DstArrayT *&dst, SrcArrayT *src, double sx, double sy, Geometry::GeoIntType gi, bool adjustSize=true) |