rasdaman complete source
Public Member Functions | List of all members
RasNITF::image Class Reference

#include <image.h>

Public Member Functions

 image ()
 
 ~image ()
 
int read_file (std::istream &, long, long, bool read_image_data)
 
int write_file (std::ofstream &fs)
 
std::string get_li () const
 
std::string get_lish () const
 
long get_size () const
 
int get_width () const
 
int get_height () const
 
int to_pixel_sequential ()
 
int to_block_pixel_sequential (char *src)
 
std::string get_irep () const
 
std::string get_pvtype () const
 
int get_nbpp_bytes () const
 

Constructor & Destructor Documentation

RasNITF::image::image ( )
RasNITF::image::~image ( )

Member Function Documentation

int RasNITF::image::get_height ( ) const
std::string RasNITF::image::get_irep ( ) const
std::string RasNITF::image::get_li ( ) const
std::string RasNITF::image::get_lish ( ) const
int RasNITF::image::get_nbpp_bytes ( ) const
std::string RasNITF::image::get_pvtype ( ) const
long RasNITF::image::get_size ( ) const
int RasNITF::image::get_width ( ) const
int RasNITF::image::read_file ( std::istream &  ,
long  ,
long  ,
bool  read_image_data 
)
int RasNITF::image::to_block_pixel_sequential ( char *  src)
int RasNITF::image::to_pixel_sequential ( )
int RasNITF::image::write_file ( std::ofstream &  fs)

The documentation for this class was generated from the following file: