#include <itkBloxBoundaryPointItem.h>
Inheritance diagram for itk::BloxBoundaryPointItem< VImageDimension >:
Public Types | |
typedef Point< double, VImageDimension > | PositionType |
typedef CovariantVector< double, VImageDimension > | GradientType |
Public Member Functions | |
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. Referenced by itk::BloxBoundaryPointItem< VImageDimension >::GetGradient(), and itk::BloxBoundaryPointItem< VImageDimension >::SetGradient(). |
|
The type of vector used to store the position of the BoundaryPointItem * Definition at line 39 of file itkBloxBoundaryPointItem.h. Referenced by itk::BloxBoundaryPointItem< VImageDimension >::GetPhysicalPosition(), and itk::BloxBoundaryPointItem< VImageDimension >::SetPhysicalPosition(). |
|
|
|
|
|
Get the gradient of the boundary point * Definition at line 54 of file itkBloxBoundaryPointItem.h. References itk::BloxBoundaryPointItem< VImageDimension >::GradientType. |
|
Get the position of the boundary point in physical space * Definition at line 48 of file itkBloxBoundaryPointItem.h. References itk::BloxBoundaryPointItem< VImageDimension >::PositionType. |
|
Set the gradient of the boundary point * Definition at line 51 of file itkBloxBoundaryPointItem.h. References itk::BloxBoundaryPointItem< VImageDimension >::GradientType. |
|
Set the position of the boundary point in physical space * Definition at line 45 of file itkBloxBoundaryPointItem.h. References itk::BloxBoundaryPointItem< VImageDimension >::PositionType. |