SIVIC API
0.9.26
|
#include <svkMRSZeroOrderPhaseCostFunction.h>
Public Types | |
typedef svkMRSZeroOrderPhaseCostFunction | 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 | |
itkTypeMacro (svkMRSZeroOrderPhaseCostFunction, svkPhaseCostFunction) | |
itkNewMacro (Self) | |
svkMRSZeroOrderPhaseCostFunction () | |
MeasureType | GetZeroOrderPhaseCost_2 (const ParametersType ¶meters) const |
virtual MeasureType | GetValue (const ParametersType ¶meters) const |
virtual unsigned int | GetNumberOfParameters (void) const |
void | SetPeakPicker (svkMRSPeakPick *peaks) |
void | SetZeroOrderPhasePeak (int peakNum) |
int | GetZeroOrderPhasePeak () |
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 svkMRSZeroOrderPhaseCostFunction Self |
typedef svkPhaseCostFunction Superclass |
|
inline |
|
inlinevirtual |
Implements svkPhaseCostFunction.
|
inlinevirtual |
Implements svkPhaseCostFunction.
|
inline |
Cost function based on maximizing the sum of peak intensities cost function for svkMRSAutoPhase::PhasingModel = MAX_PEAK_HTS_0 = 2
References svkMetaboliteMap::GetPeakHt(), and svkPhaseSpec::ZeroOrderPhase().
|
inline |
itkNewMacro | ( | Self | ) |
itkTypeMacro | ( | svkMRSZeroOrderPhaseCostFunction | , |
svkPhaseCostFunction | |||
) |
|
inline |
|
inline |