![]() |
RTK
2.0.0
Reconstruction Toolkit
|
#include <rtkForwardWarpImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef double | CoordRepType |
typedef DisplacementFieldType::ConstPointer | DisplacementFieldConstPointer |
typedef DisplacementFieldType::Pointer | DisplacementFieldPointer |
typedef TDVF | DisplacementFieldType |
typedef DisplacementFieldType::PixelType | DisplacementType |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::Point< CoordRepType, itkGetStaticConstMacro(ImageDimension) > | PointType |
typedef ForwardWarpImageFilter | Self |
typedef itk::WarpImageFilter< TInputImage, TOutputImage, TDVF > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
ForwardWarpImageFilter () | |
void | GenerateData () override |
void | Protected_EvaluateDisplacementAtPhysicalPoint (const PointType &p, DisplacementType &output) |
virtual | ~ForwardWarpImageFilter () override |
Protected Attributes | |
bool | m_Protected_DefFieldSizeSame |
TOutputImage::IndexType | m_Protected_EndIndex |
TOutputImage::IndexType | m_Protected_StartIndex |
Private Member Functions | |
ForwardWarpImageFilter (const Self &) | |
void | operator= (const Self &) |
Warps an image using splat instead of interpolation.
Deforms an image using a Displacement Vector Field. Adjoint operator of the itkWarpImageFilter
Definition at line 46 of file rtkForwardWarpImageFilter.h.
typedef itk::SmartPointer<const Self> rtk::ForwardWarpImageFilter< TInputImage, TOutputImage, TDVF >::ConstPointer |
Definition at line 54 of file rtkForwardWarpImageFilter.h.
typedef double rtk::ForwardWarpImageFilter< TInputImage, TOutputImage, TDVF >::CoordRepType |
Point type
Definition at line 63 of file rtkForwardWarpImageFilter.h.
typedef DisplacementFieldType::ConstPointer rtk::ForwardWarpImageFilter< TInputImage, TOutputImage, TDVF >::DisplacementFieldConstPointer |
Definition at line 59 of file rtkForwardWarpImageFilter.h.
typedef DisplacementFieldType::Pointer rtk::ForwardWarpImageFilter< TInputImage, TOutputImage, TDVF >::DisplacementFieldPointer |
Definition at line 58 of file rtkForwardWarpImageFilter.h.
typedef TDVF rtk::ForwardWarpImageFilter< TInputImage, TOutputImage, TDVF >::DisplacementFieldType |
Displacement type
Definition at line 57 of file rtkForwardWarpImageFilter.h.
typedef DisplacementFieldType::PixelType rtk::ForwardWarpImageFilter< TInputImage, TOutputImage, TDVF >::DisplacementType |
Definition at line 60 of file rtkForwardWarpImageFilter.h.
typedef itk::SmartPointer<Self> rtk::ForwardWarpImageFilter< TInputImage, TOutputImage, TDVF >::Pointer |
Definition at line 53 of file rtkForwardWarpImageFilter.h.
typedef itk::Point< CoordRepType, itkGetStaticConstMacro(ImageDimension) > rtk::ForwardWarpImageFilter< TInputImage, TOutputImage, TDVF >::PointType |
Definition at line 64 of file rtkForwardWarpImageFilter.h.
typedef ForwardWarpImageFilter rtk::ForwardWarpImageFilter< TInputImage, TOutputImage, TDVF >::Self |
Standard class typedefs.
Definition at line 51 of file rtkForwardWarpImageFilter.h.
typedef itk::WarpImageFilter<TInputImage, TOutputImage, TDVF> rtk::ForwardWarpImageFilter< TInputImage, TOutputImage, TDVF >::Superclass |
Definition at line 52 of file rtkForwardWarpImageFilter.h.
|
protected |
|
inlineoverrideprotectedvirtual |
|
private |
virtual::itk::LightObject::Pointer rtk::ForwardWarpImageFilter< TInputImage, TOutputImage, TDVF >::CreateAnother | ( | ) | const |
|
overrideprotected |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageSource< TOutputImage >.
|
static |
Method for creation through the object factory.
|
private |
|
protected |
|
protected |
Definition at line 80 of file rtkForwardWarpImageFilter.h.
|
protected |
Definition at line 82 of file rtkForwardWarpImageFilter.h.
|
protected |
Definition at line 81 of file rtkForwardWarpImageFilter.h.