#include <itkBloxCoreAtomItem.h>
Inheritance diagram for itk::BloxCoreAtomItem< VImageDimension >:
Public Types | |
typedef Point< double, VImageDimension > | PositionType |
typedef BloxBoundaryPointItem< VImageDimension > | BPItemType |
Public Member Functions | |
void | SetBoundaryPointA (BPItemType *pointA) |
BPItemType * | GetBoundaryPointA () |
void | SetBoundaryPointB (BPItemType *pointB) |
BPItemType * | GetBoundaryPointB () |
void | SetCenterPosition (PositionType pos) |
PositionType | GetCenterPosition () |
void | SetDiameter (double diameter) |
double | GetDiameter () |
void | CalcCenterAndDiameter () |
BloxCoreAtomItem () | |
~BloxCoreAtomItem () |
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.
|
The type of boundary point item we store pointers to. * Definition at line 46 of file itkBloxCoreAtomItem.h. Referenced by itk::BloxCoreAtomItem< VImageDimension >::GetBoundaryPointA(), itk::BloxCoreAtomItem< VImageDimension >::GetBoundaryPointB(), itk::BloxCoreAtomItem< VImageDimension >::SetBoundaryPointA(), and itk::BloxCoreAtomItem< VImageDimension >::SetBoundaryPointB(). |
|
The point type used to store the position of the CoreAtomItem. Definition at line 43 of file itkBloxCoreAtomItem.h. Referenced by itk::BloxCoreAtomItem< VImageDimension >::GetCenterPosition(), and itk::BloxCoreAtomItem< VImageDimension >::SetCenterPosition(). |
|
|
|
|
|
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. |
|
Get the position of the first boundary point in physical space. Definition at line 53 of file itkBloxCoreAtomItem.h. References itk::BloxCoreAtomItem< VImageDimension >::BPItemType. |
|
Get the position of the first boundary point in physical space. Definition at line 61 of file itkBloxCoreAtomItem.h. References itk::BloxCoreAtomItem< VImageDimension >::BPItemType. |
|
Get the position of the center of the core atom in physical space. Definition at line 69 of file itkBloxCoreAtomItem.h. References itk::BloxCoreAtomItem< VImageDimension >::PositionType. |
|
Get the diameter. Definition at line 77 of file itkBloxCoreAtomItem.h. |
|
Set the position of the first boundary point in physical space. Definition at line 49 of file itkBloxCoreAtomItem.h. References itk::BloxCoreAtomItem< VImageDimension >::BPItemType. |
|
Set the position of the second boundary point in physical space. Definition at line 57 of file itkBloxCoreAtomItem.h. References itk::BloxCoreAtomItem< VImageDimension >::BPItemType. |
|
Set the position of the center of the core atom in physical space. Definition at line 65 of file itkBloxCoreAtomItem.h. References itk::BloxCoreAtomItem< VImageDimension >::PositionType. |
|
Set the diameter of the atom. Definition at line 73 of file itkBloxCoreAtomItem.h. |