| Clone() | stira::imagedata::Pyramid< T > | |
| CopyValuesFrom(Pyramid< T > *pOtherPyramid) | stira::imagedata::Pyramid< T > | |
| CreateBands(int sourceWidth, int sourceHeight, bool isSubsampled=false, bool isFinestScaleSubsampled=false) | stira::imagedata::Pyramid< T > | |
| DownSampleGrid(ArrayGrid< T > *pBandIn) | stira::imagedata::Pyramid< T > | protected |
| GetAverageConeRatioRedundant(int x, int y, int orientationNr, int coarsestScale, int finestScale) | stira::imagedata::Pyramid< T > | |
| GetAverageConeRatioSubSampled(int x, int y, int orientationNr, int coarsestScale, int finestScale) | stira::imagedata::Pyramid< T > | |
| GetFinestScaleNumber() | stira::imagedata::Pyramid< T > | inline |
| GetLowpassResidual() | stira::imagedata::Pyramid< T > | inline |
| GetNumberOfOrientations() | stira::imagedata::Pyramid< T > | inline |
| GetNumberOfScales() | stira::imagedata::Pyramid< T > | inline |
| GetRecursiveScale(int scale) | stira::imagedata::Pyramid< T > | inline |
| GetResidualScale() | stira::imagedata::Pyramid< T > | inline |
| GetScaleFactorRecursiveLevel() | stira::imagedata::Pyramid< T > | inline |
| GetScaleFactorResidualLevel() | stira::imagedata::Pyramid< T > | inline |
| GetScaleFactorResidualToRecursiveLevel() | stira::imagedata::Pyramid< T > | inline |
| GetSourceDataHeight() | stira::imagedata::Pyramid< T > | inline |
| GetSourceDataWidth() | stira::imagedata::Pyramid< T > | inline |
| HAS_NO_RESIDUALLEVELS enum value (defined in stira::imagedata::Pyramid< T >) | stira::imagedata::Pyramid< T > | |
| HAS_RESIDUALLEVELS enum value (defined in stira::imagedata::Pyramid< T >) | stira::imagedata::Pyramid< T > | |
| HasResidualScale() | stira::imagedata::Pyramid< T > | inline |
| IS_REDUNDANT enum value (defined in stira::imagedata::Pyramid< T >) | stira::imagedata::Pyramid< T > | |
| IS_SUBSAMPLED enum value (defined in stira::imagedata::Pyramid< T >) | stira::imagedata::Pyramid< T > | |
| IsFinestScaleSubsampled() (defined in stira::imagedata::Pyramid< T >) | stira::imagedata::Pyramid< T > | |
| IsSubsampled() | stira::imagedata::Pyramid< T > | |
| mIsFinestScaleSubsampled (defined in stira::imagedata::Pyramid< T >) | stira::imagedata::Pyramid< T > | protected |
| mIsSubsampled (defined in stira::imagedata::Pyramid< T >) | stira::imagedata::Pyramid< T > | protected |
| mNrOrientations | stira::imagedata::Pyramid< T > | protected |
| mNrScales | stira::imagedata::Pyramid< T > | protected |
| mpLowPassResidual | stira::imagedata::Pyramid< T > | protected |
| mpResidualPyramidLevels | stira::imagedata::Pyramid< T > | protected |
| mpSourceDataGrid | stira::imagedata::Pyramid< T > | protected |
| mScaleFactorRecursiveLevel | stira::imagedata::Pyramid< T > | protected |
| mScaleFactorResidualLevel | stira::imagedata::Pyramid< T > | protected |
| mScaleFactorResidualToRecursiveLevel | stira::imagedata::Pyramid< T > | protected |
| mvpRecursivePyramidLevels | stira::imagedata::Pyramid< T > | protected |
| Pyramid(ArrayGrid< double > *pSourceBand, int myNrScales, int myNrOrientations, bool isSubsampled, bool needsResidualLevels, bool isFinestScaleSubsampled=false) | stira::imagedata::Pyramid< T > | |
| PyramidResidualLevelsArgument enum name (defined in stira::imagedata::Pyramid< T >) | stira::imagedata::Pyramid< T > | |
| PyramidSubsamplingArgument enum name (defined in stira::imagedata::Pyramid< T >) | stira::imagedata::Pyramid< T > | |
| SetLowpassResidual(ArrayGrid< double > *pGrid) | stira::imagedata::Pyramid< T > | inline |
| SetScaleFactorRecursiveLevel(double factor) | stira::imagedata::Pyramid< T > | inline |
| SetScaleFactorResidualLevel(double factor) | stira::imagedata::Pyramid< T > | inline |
| SetScaleFactorResidualToRecursiveLevel(double factor) | stira::imagedata::Pyramid< T > | inline |
| UpSampleGrid(ArrayGrid< T > *pBandIn, int upSampledWidth, int upSampledHeight) | stira::imagedata::Pyramid< T > | protected |
| ~Pyramid() | stira::imagedata::Pyramid< T > | |