CFEL - ASG Software Suite  2.5.0
CASS
Namespaces | Functions
imaging.cpp File Reference

processors to generate a test image More...

#include <QtCore/QString>
#include "imaging.h"
#include "cass_settings.h"
#include "log.h"
+ Include dependency graph for imaging.cpp:

Go to the source code of this file.

Namespaces

 cass
 

Functions

pp240::index_t::first_type cass::toOneD (const pp240::index_t matrixIndex, pp240::index_t::first_type width)
 helper to convert shape into the 1D index More...
 
pp240::index_t cass::operator- (const pp240::index_t &lhs, const pp240::index_t &rhs)
 operates a minus on two indices More...
 
pp240::index_t cass::operator* (const pp240::index_t &lhs, const pp240::index_t &rhs)
 operates times on two indices More...
 
pp240::index_t cass::operator+ (const pp240::index_t &lhs, const pp240::index_t &rhs)
 operates a plus on two indices More...
 
bool cass::operator< (const pp240::indexf_t &lhs, const pp240::indexf_t::first_type rhs)
 operates less of an indices to a scalar More...
 
pp240::indexf_t cass::operator/ (const pp240::indexf_t &lhs, const pp240::indexf_t &rhs)
 operates devides on two indices More...
 

Detailed Description

processors to generate a test image

Author
Stephan Kassemeyer
Lutz Foucar

Definition in file imaging.cpp.