21 #ifndef otbImageToGenericRSOutputParameters_h
22 #define otbImageToGenericRSOutputParameters_h
24 #include "itkObject.h"
56 template <
class TImage>
115 itkSetMacro(EstimateIsotropicSpacing,
bool);
116 itkGetMacro(EstimateIsotropicSpacing,
bool);
117 itkBooleanMacro(EstimateIsotropicSpacing);
209 #ifndef OTB_MANUAL_INSTANTIATION
This class is a helper class to estimate the output parameters of an image after projection in a targ...
ImageType::IndexType IndexType
ImageType::PointType PointType
void EstimateOutputImageExtent()
void ForceSizeTo(const SizeType &size)
virtual void SetOutputSize(SizeType _arg)
virtual void SetOutputSpacing(SpacingType _arg)
GenericRSTransformType::Pointer GenericRSTransformPointerType
void ForceSpacingTo(const SpacingType &spacing)
void EstimateOutputOrigin()
std::string GetInputProjectionRef() const
itk::SmartPointer< Self > Pointer
void operator=(const Self &)=delete
bool m_EstimateIsotropicSpacing
ImageType::SpacingType SpacingType
SpacingType m_OutputSpacing
GenericRSTransformPointerType m_Transform
ImageToGenericRSOutputParameters(const Self &)=delete
~ImageToGenericRSOutputParameters() override
void EstimateOutputSize()
GenericRSTransform GenericRSTransformType
OutputImageExtentType m_OutputExtent
ImageToGenericRSOutputParameters Self
itk::SmartPointer< const Self > ConstPointer
ImageType::ConstPointer m_Input
ImageType::SizeType SizeType
ImageToGenericRSOutputParameters()
void SetOutputProjectionRef(const std::string &ref)
const ImageMetadata * GetInputImageMetadata()
void EstimateOutputSpacing()
void SetInputImageMetadata(ImageMetadata *imd)
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.