A core atom object, stored in a BloxPixel. More...
#include <itkBloxCoreAtomItem.h>
Public Types | |
typedef BloxBoundaryPointItem < VImageDimension > | BPItemType |
typedef Point< double, VImageDimension > | PositionType |
Public Member Functions | |
BloxCoreAtomItem () | |
void | CalcCenterAndDiameter () |
BPItemType * | GetBoundaryPointA () |
BPItemType * | GetBoundaryPointB () |
PositionType | GetCenterPosition () |
double | GetDiameter () |
void | SetBoundaryPointA (BPItemType *pointA) |
void | SetBoundaryPointB (BPItemType *pointB) |
void | SetCenterPosition (PositionType pos) |
void | SetDiameter (double diameter) |
~BloxCoreAtomItem () |
A core atom object, stored in a BloxPixel.
A core atom is two boundary points whose gradients face each other They store pointers to the two boundary points and a vnl_vector_fixed representing the "center" of the core atom (i.e. the midpoint along the vector between the two boundary points).
Definition at line 39 of file itkBloxCoreAtomItem.h.
typedef BloxBoundaryPointItem<VImageDimension> itk::BloxCoreAtomItem< VImageDimension >::BPItemType |
The type of boundary point item we store pointers to. *
Definition at line 46 of file itkBloxCoreAtomItem.h.
typedef Point<double, VImageDimension> itk::BloxCoreAtomItem< VImageDimension >::PositionType |
The point type used to store the position of the CoreAtomItem.
Definition at line 43 of file itkBloxCoreAtomItem.h.
itk::BloxCoreAtomItem< VImageDimension >::BloxCoreAtomItem | ( | ) |
itk::BloxCoreAtomItem< VImageDimension >::~BloxCoreAtomItem | ( | ) |
void itk::BloxCoreAtomItem< VImageDimension >::CalcCenterAndDiameter | ( | ) |
Calculate the position of the center of the core atom in physical space (assumes that the two boundary points are initialized) Also calculates the core atom's diameter This function is not often used because center and diameter are usually initialized via set() functions when the core atom is created elsewhere.
BPItemType* itk::BloxCoreAtomItem< VImageDimension >::GetBoundaryPointA | ( | ) | [inline] |
Get the position of the first boundary point in physical space.
Definition at line 53 of file itkBloxCoreAtomItem.h.
BPItemType* itk::BloxCoreAtomItem< VImageDimension >::GetBoundaryPointB | ( | ) | [inline] |
Get the position of the first boundary point in physical space.
Definition at line 61 of file itkBloxCoreAtomItem.h.
PositionType itk::BloxCoreAtomItem< VImageDimension >::GetCenterPosition | ( | ) | [inline] |
Get the position of the center of the core atom in physical space.
Definition at line 69 of file itkBloxCoreAtomItem.h.
double itk::BloxCoreAtomItem< VImageDimension >::GetDiameter | ( | ) | [inline] |
Get the diameter.
Definition at line 77 of file itkBloxCoreAtomItem.h.
void itk::BloxCoreAtomItem< VImageDimension >::SetBoundaryPointA | ( | BPItemType * | pointA | ) | [inline] |
Set the position of the first boundary point in physical space.
Definition at line 49 of file itkBloxCoreAtomItem.h.
void itk::BloxCoreAtomItem< VImageDimension >::SetBoundaryPointB | ( | BPItemType * | pointB | ) | [inline] |
Set the position of the second boundary point in physical space.
Definition at line 57 of file itkBloxCoreAtomItem.h.
void itk::BloxCoreAtomItem< VImageDimension >::SetCenterPosition | ( | PositionType | pos | ) | [inline] |
Set the position of the center of the core atom in physical space.
Definition at line 65 of file itkBloxCoreAtomItem.h.
void itk::BloxCoreAtomItem< VImageDimension >::SetDiameter | ( | double | diameter | ) | [inline] |
Set the diameter of the atom.
Definition at line 73 of file itkBloxCoreAtomItem.h.