aimsalgo  5.0.5
Neuroimaging image processing
ChamferMask Class Reference

#include <aims/distancemap/mask.h>

Collaboration diagram for ChamferMask:

Public Member Functions

 ChamferMask ()
 
 ~ChamferMask ()
 
void set (int dimx, int dimy, int dimz, float sizex, float sizey, float sizez, float mult_factor)
 
int length () const
 
const Point3doffset (int n) const
 
int distance (int n) const
 

Protected Member Functions

void erase ()
 

Protected Attributes

int _length
 
Point3d_offset
 
int * _distance
 

Detailed Description

Definition at line 42 of file mask.h.

Constructor & Destructor Documentation

◆ ChamferMask()

ChamferMask::ChamferMask ( )
inline

Definition at line 45 of file mask.h.

◆ ~ChamferMask()

ChamferMask::~ChamferMask ( )
inline

Definition at line 46 of file mask.h.

Member Function Documentation

◆ distance()

int ChamferMask::distance ( int  n) const
inline

Definition at line 54 of file mask.h.

◆ erase()

void ChamferMask::erase ( )
protected

◆ length()

int ChamferMask::length ( ) const
inline

Definition at line 52 of file mask.h.

◆ offset()

const Point3d& ChamferMask::offset ( int  n) const
inline

Definition at line 53 of file mask.h.

◆ set()

void ChamferMask::set ( int  dimx,
int  dimy,
int  dimz,
float  sizex,
float  sizey,
float  sizez,
float  mult_factor 
)

Member Data Documentation

◆ _distance

int* ChamferMask::_distance
protected

Definition at line 59 of file mask.h.

◆ _length

int ChamferMask::_length
protected

Definition at line 57 of file mask.h.

◆ _offset

Point3d* ChamferMask::_offset
protected

Definition at line 58 of file mask.h.


The documentation for this class was generated from the following file: