#include <psc_service.hpp>
|
static std::string | toString (const unsigned int dir_mask) |
|
static std::vector< unsigned int > | toVec (const unsigned int dir_mask) |
|
|
static const unsigned int | ACF = (1 << 0) |
|
static const unsigned int | SHOT = (1 << 1) |
|
static const unsigned int | RECV = (1 << 2) |
|
static const unsigned int | CMP = (1 << 3) |
|
static const unsigned int | OFFSET = (1 << 4) |
|
static const unsigned int | COMPLETE_2D = ACF | SHOT | RECV | CMP | OFFSET |
|
static const unsigned int | NSS = (1 << 5) |
|
static const unsigned int | NSL = (1 << 6) |
|
static const unsigned int | NSS_NSL = (1 << 7) |
|
static const unsigned int | NRS = (1 << 8) |
|
static const unsigned int | NRL = (1 << 9) |
|
static const unsigned int | NRS_NRL = (1 << 10) |
|
static const unsigned int | COMPLETE_3D = ACF | NSS | NSL | NSS_NSL | NRS | NRL | NRS_NRL |
|
Directions of correlation.
static std::string psc::CorrDirMask::toString |
( |
const unsigned int |
dir_mask | ) |
|
|
static |
Converts provided direction mask to string.
static std::vector<unsigned int> psc::CorrDirMask::toVec |
( |
const unsigned int |
dir_mask | ) |
|
|
static |
Converts provided direction mask to vector of directions. E.g. ACF|SHOT|RECV => vector{ACF,SHOT,RECV}
const unsigned int psc::CorrDirMask::ACF = (1 << 0) |
|
static |
const unsigned int psc::CorrDirMask::CMP = (1 << 3) |
|
static |
const unsigned int psc::CorrDirMask::NRL = (1 << 9) |
|
static |
const unsigned int psc::CorrDirMask::NRS = (1 << 8) |
|
static |
Neighbouring recv on line.
const unsigned int psc::CorrDirMask::NRS_NRL = (1 << 10) |
|
static |
Neighbouring recv on line and line.
const unsigned int psc::CorrDirMask::NSL = (1 << 6) |
|
static |
const unsigned int psc::CorrDirMask::NSS = (1 << 5) |
|
static |
Neighbouring shot on line.
const unsigned int psc::CorrDirMask::NSS_NSL = (1 << 7) |
|
static |
Neighbouring shot on line and line.
const unsigned int psc::CorrDirMask::OFFSET = (1 << 4) |
|
static |
const unsigned int psc::CorrDirMask::RECV = (1 << 2) |
|
static |
const unsigned int psc::CorrDirMask::SHOT = (1 << 1) |
|
static |
The documentation for this struct was generated from the following file:
- /net/opt/univers/ubp-i-15.3-centos7-x64.urij/include/s2proc/psc_service.hpp