ITK  4.0.0
Insight Segmentation and Registration Toolkit
itk::BSplineResampleImageFunction< TImageType, TCoordRep > Member List
This is the complete list of members for itk::BSplineResampleImageFunction< TImageType, TCoordRep >, including all inherited members.
AddObserver(const EventObject &event, Command *)itk::Object
AddObserver(const EventObject &event, Command *) const itk::Object
BreakOnError()itk::LightObject [static]
BSplineInterpolateImageFunction()itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [protected]
BSplineResampleImageFunction()itk::BSplineResampleImageFunction< TImageType, TCoordRep > [inline, protected]
BSplineResampleImageFunction(const Self &)itk::BSplineResampleImageFunction< TImageType, TCoordRep > [private]
CoefficientDataType typedefitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
CoefficientFilter typedefitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
CoefficientFilterPointer typedefitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
CoefficientImageType typedefitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
ConstPointer typedefitk::BSplineResampleImageFunction< TImageType, TCoordRep >
ContinuousIndexType typedefitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
ConvertContinuousIndexToNearestIndex(const ContinuousIndexType &cindex, IndexType &index) constitk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > [inline]
ConvertPointToContinuousIndex(const PointType &point, ContinuousIndexType &cindex) constitk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > [inline]
ConvertPointToNearestIndex(const PointType &point, IndexType &index) constitk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > [inline]
CoordRepType typedefitk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep >
CovariantVectorType typedefitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
CreateAnother(void) const itk::BSplineResampleImageFunction< TImageType, TCoordRep > [virtual]
DebugOff() const itk::Object [virtual]
DebugOn() const itk::Object [virtual]
Delete()itk::LightObject [virtual]
Evaluate(const PointType &point) constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [inline, virtual]
Evaluate(const PointType &point, ThreadIdType threadID) constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [inline, virtual]
InterpolateImageFunction< TImageType, TCoordRep >::Evaluate(const PointType &point) constitk::InterpolateImageFunction< TImageType, TCoordRep > [inline, virtual]
EvaluateAtContinuousIndex(const ContinuousIndexType &index) constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [inline, virtual]
EvaluateAtContinuousIndex(const ContinuousIndexType &index, ThreadIdType threadID) constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [virtual]
InterpolateImageFunction< TImageType, TCoordRep >::EvaluateAtContinuousIndex(const ContinuousIndexType &index) const =0itk::InterpolateImageFunction< TImageType, TCoordRep > [pure virtual]
EvaluateAtContinuousIndexInternal(const ContinuousIndexType &index, vnl_matrix< long > &evaluateIndex, vnl_matrix< double > &weights) constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [protected, virtual]
EvaluateAtIndex(const IndexType &index) constitk::InterpolateImageFunction< TImageType, TCoordRep > [inline, virtual]
EvaluateDerivative(const PointType &point) constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [inline]
EvaluateDerivative(const PointType &point, ThreadIdType threadID) constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [inline]
EvaluateDerivativeAtContinuousIndex(const ContinuousIndexType &x) constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [inline]
EvaluateDerivativeAtContinuousIndex(const ContinuousIndexType &x, ThreadIdType threadID) constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
EvaluateDerivativeAtContinuousIndexInternal(const ContinuousIndexType &x, vnl_matrix< long > &evaluateIndex, vnl_matrix< double > &weights, vnl_matrix< double > &weightsDerivative) constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [protected, virtual]
EvaluateValueAndDerivative(const PointType &point, OutputType &value, CovariantVectorType &deriv) constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [inline]
EvaluateValueAndDerivative(const PointType &point, OutputType &value, CovariantVectorType &deriv, ThreadIdType threadID) constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [inline]
EvaluateValueAndDerivativeAtContinuousIndex(const ContinuousIndexType &x, OutputType &value, CovariantVectorType &deriv) constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [inline]
EvaluateValueAndDerivativeAtContinuousIndex(const ContinuousIndexType &x, OutputType &value, CovariantVectorType &deriv, ThreadIdType threadID) constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
EvaluateValueAndDerivativeAtContinuousIndexInternal(const ContinuousIndexType &x, OutputType &value, CovariantVectorType &derivativeValue, vnl_matrix< long > &evaluateIndex, vnl_matrix< double > &weights, vnl_matrix< double > &weightsDerivative) constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [protected, virtual]
FunctionBase()itk::FunctionBase< Point< TCoordRep, TImageType::ImageDimension >, NumericTraits< TImageType::PixelType >::RealType > [inline, protected]
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() constitk::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::BSplineResampleImageFunction< TImageType, TCoordRep > [virtual]
GetNumberOfThreads() constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [virtual]
GetReferenceCount() const itk::LightObject [inline, virtual]
GetSplineOrder() constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [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() constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [virtual]
GlobalWarningDisplayOff()itk::Object [inline, static]
GlobalWarningDisplayOn()itk::Object [inline, static]
HasObserver(const EventObject &event) const itk::Object
ImageDimensionitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [static]
ImageFunction()itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > [protected]
IndexType typedefitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
IndexValueType typedefitk::InterpolateImageFunction< TImageType, TCoordRep >
InputImageConstPointer typedefitk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep >
InputImageType typedefitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
InputPixelType typedefitk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep >
InputType typedefitk::FunctionBase< Point< TCoordRep, TImageType::ImageDimension >, NumericTraits< TImageType::PixelType >::RealType >
InternalReferenceCountType typedefitk::LightObject [protected]
InterpolateImageFunction()itk::InterpolateImageFunction< TImageType, TCoordRep > [inline, protected]
InvokeEvent(const EventObject &)itk::Object
InvokeEvent(const EventObject &) const itk::Object
IsInsideBuffer(const IndexType &index) constitk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > [inline, virtual]
IsInsideBuffer(const ContinuousIndexType &index) constitk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > [inline, virtual]
IsInsideBuffer(const PointType &point) constitk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > [inline, virtual]
Iterator typedefitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
LightObject()itk::LightObject [inline, protected]
m_Coefficientsitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [protected]
m_DataLengthitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [protected]
m_EndContinuousIndexitk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > [protected]
m_EndIndexitk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > [protected]
m_Imageitk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > [protected]
m_ReferenceCountitk::LightObject [mutable, protected]
m_ReferenceCountLockitk::LightObject [mutable, protected]
m_Scratchitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [protected]
m_SplineOrderitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [protected]
m_StartContinuousIndexitk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > [protected]
m_StartIndexitk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > [protected]
Modified() const itk::Object [virtual]
New()itk::BSplineResampleImageFunction< TImageType, TCoordRep > [static]
Object()itk::Object [protected]
OutputType typedefitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
Pointer typedefitk::BSplineResampleImageFunction< TImageType, TCoordRep >
PointType typedefitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
Print(std::ostream &os, Indent indent=0) const itk::LightObject
PrintHeader(std::ostream &os, Indent indent) const itk::LightObject [protected, virtual]
PrintObservers(std::ostream &os, Indent indent) const itk::Object [protected]
PrintSelf(std::ostream &os, Indent indent) constitk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [protected, virtual]
PrintTrailer(std::ostream &os, Indent indent) const itk::LightObject [protected, virtual]
RealType typedefitk::InterpolateImageFunction< TImageType, TCoordRep >
Register() const itk::Object [virtual]
RemoveAllObservers()itk::Object
RemoveObserver(unsigned long tag)itk::Object
Self typedefitk::BSplineResampleImageFunction< TImageType, TCoordRep >
SetDebug(bool debugFlag) const itk::Object
SetGlobalWarningDisplay(bool flag)itk::Object [static]
SetInputImage(const TImageType *inputData)itk::BSplineResampleImageFunction< TImageType, TCoordRep > [inline, virtual]
SetMetaDataDictionary(const MetaDataDictionary &rhs)itk::Object
SetNumberOfThreads(ThreadIdType numThreads)itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
SetReferenceCount(int)itk::Object [virtual]
SetSplineOrder(unsigned int SplineOrder)itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType >
SetTimeStamp(const TimeStamp &time)itk::Object [protected, virtual]
SetUseImageDirection(bool _arg)itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [virtual]
Superclass typedefitk::BSplineResampleImageFunction< TImageType, TCoordRep >
UnRegister() const itk::Object [virtual]
UseImageDirectionOff()itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [virtual]
UseImageDirectionOn()itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [virtual]
~BSplineInterpolateImageFunction()itk::BSplineInterpolateImageFunction< TImageType, TCoordRep, TImageType::PixelType > [protected]
~BSplineResampleImageFunction()itk::BSplineResampleImageFunction< TImageType, TCoordRep > [inline, protected, virtual]
~FunctionBase()itk::FunctionBase< Point< TCoordRep, TImageType::ImageDimension >, NumericTraits< TImageType::PixelType >::RealType > [inline, protected]
~ImageFunction()itk::ImageFunction< TImageType, NumericTraits< TImageType::PixelType >::RealType, TCoordRep > [inline, protected]
~InterpolateImageFunction()itk::InterpolateImageFunction< TImageType, TCoordRep > [inline, protected]
~LightObject()itk::LightObject [protected, virtual]
~Object()itk::Object [protected, virtual]