73 _numberOfNoiseRecords = numberOfNoiseRecords;
77 _tabImageNoise = image_noise;
82 return _tabImageNoise;
86 _polarisation = polarisation;
void set_imagePolarisation(const ossimString &polarisation)
Represents serializable keyword/value map.
void set_imageNoise(const std::vector< ImageNoise > &image_noise)
std::ostream & print(H5::H5File *file, std::ostream &out)
Print method.
std::vector< ImageNoise > _tabImageNoise
Image Noise.
unsigned int ossim_uint32
#define OSSIM_PLUGINS_DLL
This class represents an Noise.
ossimString _polarisation
Noise Polarisation Layer.
ossim_uint32 _numberOfNoiseRecords
Image Noise.
const std::vector< ImageNoise > & get_imageNoise() const
void set_numberOfNoiseRecords(const ossim_int32 &numberOfNoiseRecords)
const ossimString & get_imagePolarisation() const
std::basic_ostream< char > ostream
Base class for char output streams.