SIVIC API
0.9.26
|
#include <svkMRSFirstPointPhaseCostFunction.h>
Public Types | |
typedef svkMRSFirstPointPhaseCostFunction | Self |
typedef svkPhaseCostFunction | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer < const Self > | ConstPointer |
Public Types inherited from svkPhaseCostFunction | |
typedef svkPhaseCostFunction | Self |
typedef itk::SingleValuedCostFunction | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer < const Self > | ConstPointer |
typedef Superclass::ParametersType | ParametersType |
typedef Superclass::DerivativeType | DerivativeType |
typedef Superclass::MeasureType | MeasureType |
Public Member Functions | |
itkNewMacro (Self) | |
itkTypeMacro (svkMRSFirstPointPhaseCostFunction, svkPhaseCostFunction) | |
svkMRSFirstPointPhaseCostFunction () | |
MeasureType | GetFirstPointPhaseValue0 (const ParametersType ¶meters) const |
virtual MeasureType | GetValue (const ParametersType ¶meters) const |
virtual unsigned int | GetNumberOfParameters (void) const |
Public Member Functions inherited from svkPhaseCostFunction | |
itkTypeMacro (svkPhaseCostFunction, SingleValuedCostFunction) | |
svkPhaseCostFunction () | |
void | GetDerivative (const ParametersType &, DerivativeType &) const |
void | SetSpectrum (vtkFloatArray *spectrum) |
void | SetNumFreqPoints (int numFreqPoints) |
Additional Inherited Members | |
Protected Attributes inherited from svkPhaseCostFunction | |
vtkFloatArray * | spectrum |
vtkFloatArray * | copySpectrum |
int | numFreqPoints |
typedef itk::SmartPointer<const Self> ConstPointer |
typedef svkPhaseCostFunction Superclass |
|
inline |
|
inline |
Cost function based on maximizing the intensity of the first FID point.
References svkPhaseSpec::ZeroOrderPhase().
|
inlinevirtual |
Implements svkPhaseCostFunction.
|
inlinevirtual |
Implements svkPhaseCostFunction.
itkNewMacro | ( | Self | ) |
itkTypeMacro | ( | svkMRSFirstPointPhaseCostFunction | , |
svkPhaseCostFunction | |||
) |