AddObserver(const EventObject &event, Command *) | itk::Object | |
AddObserver(const EventObject &event, Command *) const | itk::Object | |
ApplyMirrorBoundaryConditions(vnl_matrix< long > &evaluateIndex, unsigned int splineOrder) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | private |
BreakOnError() | itk::LightObject | static |
BSplineInterpolateImageFunction() | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | protected |
BSplineInterpolateImageFunction(const Self &) | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | private |
CoefficientDataType typedef | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
CoefficientFilter typedef | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
CoefficientFilterPointer typedef | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
CoefficientImageType typedef | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
ConstPointer typedef | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
ContinuousIndexType typedef | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
ConvertContinuousIndexToNearestIndex(const ContinuousIndexType &cindex, IndexType &index) const | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | inline |
ConvertPointToContinuousIndex(const PointType &point, ContinuousIndexType &cindex) const | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | inline |
ConvertPointToNearestIndex(const PointType &point, IndexType &index) const | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | inline |
CoordRepType typedef | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | |
CovariantVectorType typedef | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
CreateAnother(void) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | virtual |
DebugOff() const | itk::Object | virtual |
DebugOn() const | itk::Object | virtual |
Delete() | itk::LightObject | virtual |
DetermineRegionOfSupport(vnl_matrix< long > &evaluateIndex, const ContinuousIndexType &x, unsigned int splineOrder) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | private |
Evaluate(const PointType &point) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | inlinevirtual |
Evaluate(const PointType &point, ThreadIdType threadID) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | inlinevirtual |
InterpolateImageFunction< TImageType, TCoordRep >::Evaluate(const PointType &point) const | itk::InterpolateImageFunction< TImageType, TCoordRep > | inlinevirtual |
EvaluateAtContinuousIndex(const ContinuousIndexType &index) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | inlinevirtual |
EvaluateAtContinuousIndex(const ContinuousIndexType &index, ThreadIdType threadID) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | virtual |
InterpolateImageFunction< TImageType, TCoordRep >::EvaluateAtContinuousIndex(const ContinuousIndexType &index) const =0 | itk::InterpolateImageFunction< TImageType, TCoordRep > | pure virtual |
EvaluateAtContinuousIndexInternal(const ContinuousIndexType &index, vnl_matrix< long > &evaluateIndex, vnl_matrix< double > &weights) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | protectedvirtual |
EvaluateAtIndex(const IndexType &index) const | itk::InterpolateImageFunction< TImageType, TCoordRep > | inlinevirtual |
EvaluateDerivative(const PointType &point) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | inline |
EvaluateDerivative(const PointType &point, ThreadIdType threadID) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | inline |
EvaluateDerivativeAtContinuousIndex(const ContinuousIndexType &x) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | inline |
EvaluateDerivativeAtContinuousIndex(const ContinuousIndexType &x, ThreadIdType threadID) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
EvaluateDerivativeAtContinuousIndexInternal(const ContinuousIndexType &x, vnl_matrix< long > &evaluateIndex, vnl_matrix< double > &weights, vnl_matrix< double > &weightsDerivative) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | protectedvirtual |
EvaluateValueAndDerivative(const PointType &point, OutputType &value, CovariantVectorType &deriv) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | inline |
EvaluateValueAndDerivative(const PointType &point, OutputType &value, CovariantVectorType &deriv, ThreadIdType threadID) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | inline |
EvaluateValueAndDerivativeAtContinuousIndex(const ContinuousIndexType &x, OutputType &value, CovariantVectorType &deriv) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | inline |
EvaluateValueAndDerivativeAtContinuousIndex(const ContinuousIndexType &x, OutputType &value, CovariantVectorType &deriv, ThreadIdType threadID) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
EvaluateValueAndDerivativeAtContinuousIndexInternal(const ContinuousIndexType &x, OutputType &value, CovariantVectorType &derivativeValue, vnl_matrix< long > &evaluateIndex, vnl_matrix< double > &weights, vnl_matrix< double > &weightsDerivative) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | protectedvirtual |
FunctionBase() | itk::FunctionBase< Point< TCoordRep, TImageType::ImageDimension >, NumericTraits< TImageType::PixelType >::RealType > | inlineprotected |
GeneratePointsToIndex() | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | private |
GetCommand(unsigned long tag) | itk::Object | |
GetDebug() const | itk::Object | |
GetEndContinuousIndex() | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | virtual |
GetEndIndex() | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | virtual |
GetGlobalWarningDisplay() | itk::Object | static |
GetInputImage() const | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | inline |
GetMetaDataDictionary(void) | itk::Object | |
GetMetaDataDictionary(void) const | itk::Object | |
GetMTime() const | itk::Object | virtual |
GetNameOfClass() const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | virtual |
GetNumberOfThreads() const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | virtual |
GetReferenceCount() const | itk::LightObject | inlinevirtual |
GetSplineOrder() const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | virtual |
GetStartContinuousIndex() | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | virtual |
GetStartIndex() | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | virtual |
GetTimeStamp() const | itk::Object | virtual |
GetUseImageDirection() const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | virtual |
GlobalWarningDisplayOff() | itk::Object | inlinestatic |
GlobalWarningDisplayOn() | itk::Object | inlinestatic |
HasObserver(const EventObject &event) const | itk::Object | |
ImageDimension | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | static |
ImageFunction() | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | protected |
IndexType typedef | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
IndexValueType typedef | itk::InterpolateImageFunction< TImageType, TCoordRep > | |
InputImageConstPointer typedef | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | |
InputImageType typedef | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
InputPixelType typedef | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | |
InputType typedef | itk::FunctionBase< Point< TCoordRep, TImageType::ImageDimension >, NumericTraits< TImageType::PixelType >::RealType > | |
InternalClone() const | itk::LightObject | protectedvirtual |
InternalReferenceCountType typedef | itk::LightObject | protected |
InterpolateImageFunction() | itk::InterpolateImageFunction< TImageType, TCoordRep > | inlineprotected |
InvokeEvent(const EventObject &) | itk::Object | |
InvokeEvent(const EventObject &) const | itk::Object | |
IsInsideBuffer(const IndexType &index) const | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | inlinevirtual |
IsInsideBuffer(const ContinuousIndexType &index) const | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | inlinevirtual |
IsInsideBuffer(const PointType &point) const | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | inlinevirtual |
Iterator typedef | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
itkCloneMacro(Self) | itk::LightObject | |
LightObject() | itk::LightObject | inlineprotected |
m_CIterator | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | private |
m_CoefficientFilter | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | private |
m_Coefficients | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | protected |
m_DataLength | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | protected |
m_EndContinuousIndex | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | protected |
m_EndIndex | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | protected |
m_Image | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | protected |
m_MaxNumberInterpolationPoints | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | private |
m_NumberOfThreads | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | private |
m_PointsToIndex | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | private |
m_ReferenceCount | itk::LightObject | mutableprotected |
m_ReferenceCountLock | itk::LightObject | mutableprotected |
m_Scratch | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | protected |
m_SplineOrder | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | protected |
m_StartContinuousIndex | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | protected |
m_StartIndex | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | protected |
m_ThreadedEvaluateIndex | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | private |
m_ThreadedWeights | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | private |
m_ThreadedWeightsDerivative | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | private |
m_UseImageDirection | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | private |
Modified() const | itk::Object | virtual |
New() | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | static |
Object() | itk::Object | protected |
operator=(const Self &) | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | private |
OutputType typedef | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
Pointer typedef | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
PointType typedef | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
Print(std::ostream &os, Indent indent=0) const | itk::LightObject | |
PrintHeader(std::ostream &os, Indent indent) const | itk::LightObject | protectedvirtual |
PrintObservers(std::ostream &os, Indent indent) const | itk::Object | protected |
PrintSelf(std::ostream &os, Indent indent) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | protectedvirtual |
PrintTrailer(std::ostream &os, Indent indent) const | itk::LightObject | protectedvirtual |
RealType typedef | itk::InterpolateImageFunction< TImageType, TCoordRep > | |
Register() const | itk::Object | virtual |
RemoveAllObservers() | itk::Object | |
RemoveObserver(unsigned long tag) | itk::Object | |
Self typedef | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
SetDebug(bool debugFlag) const | itk::Object | |
SetDerivativeWeights(const ContinuousIndexType &x, const vnl_matrix< long > &EvaluateIndex, vnl_matrix< double > &weights, unsigned int splineOrder) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | private |
SetGlobalWarningDisplay(bool flag) | itk::Object | static |
SetInputImage(const TImageType *inputData) | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | virtual |
SetInterpolationWeights(const ContinuousIndexType &x, const vnl_matrix< long > &EvaluateIndex, vnl_matrix< double > &weights, unsigned int splineOrder) const | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | private |
SetMetaDataDictionary(const MetaDataDictionary &rhs) | itk::Object | |
SetNumberOfThreads(ThreadIdType numThreads) | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
SetReferenceCount(int) | itk::Object | virtual |
SetSplineOrder(unsigned int SplineOrder) | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
SetTimeStamp(const TimeStamp &time) | itk::Object | protectedvirtual |
SetUseImageDirection(bool _arg) | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | virtual |
Superclass typedef | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
UnRegister() const | itk::Object | virtual |
UseImageDirectionOff() | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | virtual |
UseImageDirectionOn() | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | virtual |
~BSplineInterpolateImageFunction() | itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | protected |
~FunctionBase() | itk::FunctionBase< Point< TCoordRep, TImageType::ImageDimension >, NumericTraits< TImageType::PixelType >::RealType > | inlineprotected |
~ImageFunction() | itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > | inlineprotected |
~InterpolateImageFunction() | itk::InterpolateImageFunction< TImageType, TCoordRep > | inlineprotected |
~LightObject() | itk::LightObject | protectedvirtual |
~Object() | itk::Object | protectedvirtual |