#include <aims/distancemap/mask.h>
|
| ChamferMask () |
|
| ~ChamferMask () |
|
void | set (int dimx, int dimy, int dimz, float sizex, float sizey, float sizez, float mult_factor) |
|
void | set (const std::vector< int > &dims, const std::vector< float > &vsize, float mult_factor) |
|
void | set (int dimx, int dimy, int dimz, const std::vector< float > &vsize, float mult_factor) |
|
int | length () const |
|
const Point3d & | offset (int n) const |
|
int | distance (int n) const |
|
Definition at line 42 of file mask.h.
◆ ChamferMask()
ChamferMask::ChamferMask |
( |
| ) |
|
|
inline |
◆ ~ChamferMask()
ChamferMask::~ChamferMask |
( |
| ) |
|
|
inline |
◆ distance()
int ChamferMask::distance |
( |
int |
n | ) |
const |
|
inline |
◆ erase()
void ChamferMask::erase |
( |
| ) |
|
|
protected |
◆ length()
int ChamferMask::length |
( |
| ) |
const |
|
inline |
◆ offset()
const Point3d& ChamferMask::offset |
( |
int |
n | ) |
const |
|
inline |
◆ set() [1/3]
void ChamferMask::set |
( |
const std::vector< int > & |
dims, |
|
|
const std::vector< float > & |
vsize, |
|
|
float |
mult_factor |
|
) |
| |
◆ set() [2/3]
void ChamferMask::set |
( |
int |
dimx, |
|
|
int |
dimy, |
|
|
int |
dimz, |
|
|
const std::vector< float > & |
vsize, |
|
|
float |
mult_factor |
|
) |
| |
◆ set() [3/3]
void ChamferMask::set |
( |
int |
dimx, |
|
|
int |
dimy, |
|
|
int |
dimz, |
|
|
float |
sizex, |
|
|
float |
sizey, |
|
|
float |
sizez, |
|
|
float |
mult_factor |
|
) |
| |
◆ _distance
int* ChamferMask::_distance |
|
protected |
◆ _length
◆ _offset
The documentation for this class was generated from the following file: