|
typedef TInputImage | InputImageType |
|
typedef TOutputImage | OutputImageType |
|
typedef Functor::ReflectanceToRadianceImageFunctor< typename InputImageType::InternalPixelType, typename OutputImageType::InternalPixelType > | FunctorType |
|
typedef ReflectanceToRadianceImageFilter | Self |
|
typedef UnaryImageFunctorWithVectorImageFilter< InputImageType, OutputImageType, FunctorType > | Superclass |
|
typedef itk::SmartPointer< Self > | Pointer |
|
typedef itk::SmartPointer< const Self > | ConstPointer |
|
typedef InputImageType::PixelType | InputPixelType |
|
typedef InputImageType::InternalPixelType | InputInternalPixelType |
|
typedef InputImageType::RegionType | InputImageRegionType |
|
typedef OutputImageType::PixelType | OutputPixelType |
|
typedef OutputImageType::InternalPixelType | OutputInternalPixelType |
|
typedef OutputImageType::RegionType | OutputImageRegionType |
|
typedef itk::VariableLengthVector< double > | VectorType |
|
typedef InputImageType::SizeType | SizeType |
|
typedef itk::SmartPointer< const Self > | ConstPointer |
|
typedef itk::SmartPointer< Self > | Pointer |
|
typedef UnaryImageFunctorWithVectorImageFilter | Self |
|
typedef itk::InPlaceImageFilter< TInputImage, TOutputImage > | Superclass |
|
typedef TInputImage | InputImageType |
|
typedef TOutputImage | OutputImageType |
|
typedef Functor::ReflectanceToRadianceImageFunctor< TInputImage::InternalPixelType, TOutputImage::InternalPixelType > | FunctorType |
|
typedef InputImageType::PixelType | InputPixelType |
|
typedef InputImageType::InternalPixelType | InputInternalPixelType |
|
typedef InputImageType::RegionType | InputImageRegionType |
|
typedef OutputImageType::PixelType | OutputPixelType |
|
typedef OutputImageType::InternalPixelType | OutputInternalPixelType |
|
typedef OutputImageType::RegionType | OutputImageRegionType |
|
typedef InputImageType::SizeType | SizeType |
|
typedef std::vector< FunctorType > | FunctorVectorType |
|
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
|
virtual const char * | GetNameOfClass () const |
|
virtual void | SetSolarIllumination (VectorType _arg) |
|
virtual const VectorType & | GetSolarIllumination () const |
|
virtual void | SetZenithalSolarAngle (double _arg) |
|
virtual const double & | GetZenithalSolarAngle () const |
|
virtual void | SetElevationSolarAngle (double elevationAngle) |
|
virtual double | GetElevationSolarAngle () const |
|
virtual void | SetDay (int _arg) |
|
virtual const int & | GetDay () const |
|
virtual void | SetMonth (int _arg) |
|
virtual const int & | GetMonth () const |
|
void | SetFluxNormalizationCoefficient (double coef) |
|
virtual const double & | GetFluxNormalizationCoefficient () const |
|
virtual void | SetIsSetFluxNormalizationCoefficient (bool _arg) |
|
virtual const bool & | GetIsSetFluxNormalizationCoefficient () const |
|
void | SetSolarDistance (double value) |
|
virtual const double & | GetSolarDistance () const |
|
virtual void | SetIsSetSolarDistance (bool _arg) |
|
virtual const bool & | GetIsSetSolarDistance () const |
|
virtual void | SetUseClamp (bool _arg) |
|
virtual const bool & | GetUseClamp () const |
|
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
|
FunctorVectorType & | GetFunctorVector (void) |
|
static Pointer | New () |
|
static Pointer | New () |
|
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
|
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
|
static const unsigned int | InputImageDimension |
|
static const unsigned int | OutputImageDimension |
|
| ReflectanceToRadianceImageFilter () |
|
| ~ReflectanceToRadianceImageFilter () override |
|
void | BeforeThreadedGenerateData (void) override |
|
| UnaryImageFunctorWithVectorImageFilter () |
|
| ~UnaryImageFunctorWithVectorImageFilter () override |
|
void | GenerateOutputInformation () override |
|
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
|
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
|