rasdaman API
Public Member Functions | List of all members
RasNITF::nitf Class Reference

#include <nitf.h>

Public Member Functions

 nitf ()
 
 ~nitf ()
 
int read_file (std::string filename)
 
int read_headers_from (char *file_data, long file_length)
 
int read (std::istream &hNITF, bool read_image_data)
 
int write_file (std::string filename)
 
void image_to_pixel_sequential (int index)
 
void stats () const
 
void empty ()
 
bool checkempty ()
 
long get_image_size (int index=0) const
 
int get_image_width (int index=0) const
 
int get_image_height (int index=0) const
 
int get_image_pixel_type (int index=0) const
 
long get_image_offset (int index=0) const
 
bool isRGB (int image_index)
 
bool isGRAY (int image_index)
 
bool isBOOL (int image_index)
 

Constructor & Destructor Documentation

RasNITF::nitf::nitf ( )
RasNITF::nitf::~nitf ( )

Member Function Documentation

bool RasNITF::nitf::checkempty ( )
void RasNITF::nitf::empty ( )
int RasNITF::nitf::get_image_height ( int  index = 0) const
long RasNITF::nitf::get_image_offset ( int  index = 0) const
int RasNITF::nitf::get_image_pixel_type ( int  index = 0) const
long RasNITF::nitf::get_image_size ( int  index = 0) const
int RasNITF::nitf::get_image_width ( int  index = 0) const
void RasNITF::nitf::image_to_pixel_sequential ( int  index)
bool RasNITF::nitf::isBOOL ( int  image_index)
bool RasNITF::nitf::isGRAY ( int  image_index)
bool RasNITF::nitf::isRGB ( int  image_index)
int RasNITF::nitf::read ( std::istream &  hNITF,
bool  read_image_data 
)
int RasNITF::nitf::read_file ( std::string  filename)
int RasNITF::nitf::read_headers_from ( char *  file_data,
long  file_length 
)
void RasNITF::nitf::stats ( ) const
int RasNITF::nitf::write_file ( std::string  filename)

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