#include <itkBloxBoundaryPointItem.h>
Inheritance diagram for itk::BloxBoundaryPointItem:
Public Types | |
typedef Point< double, VImageDimension > | PositionType |
typedef CovariantVector< double, VImageDimension > | GradientType |
Public Methods | |
void | SetPhysicalPosition (PositionType physPos) |
PositionType | GetPhysicalPosition () |
void | SetGradient (GradientType grad) |
GradientType | GetGradient () |
BloxBoundaryPointItem () | |
~BloxBoundaryPointItem () |
Definition at line 35 of file itkBloxBoundaryPointItem.h.
|
The type of vector used to store the gradient of the BoundaryPointItem * Definition at line 42 of file itkBloxBoundaryPointItem.h. |
|
The type of vector used to store the position of the BoundaryPointItem * Definition at line 39 of file itkBloxBoundaryPointItem.h. |
|
|
|
|
|
Get the gradient of the boundary point * Definition at line 54 of file itkBloxBoundaryPointItem.h. |
|
Get the position of the boundary point in physical space * Definition at line 48 of file itkBloxBoundaryPointItem.h. |
|
Set the gradient of the boundary point * Definition at line 51 of file itkBloxBoundaryPointItem.h. |
|
Set the position of the boundary point in physical space * Definition at line 45 of file itkBloxBoundaryPointItem.h. |