#include "pcidsk_config.h"#include "pcidsk_types.h"#include "pcidsk_file.h"#include "pcidsk_channel.h"#include "pcidsk_buffer.h"#include "pcidsk_mutex.h"#include "pcidsk_exception.h"#include "pcidsk_interfaces.h"#include "pcidsk_segment.h"#include "pcidsk_io.h"#include "pcidsk_georef.h"#include "pcidsk_rpc.h"Go to the source code of this file.
Namespaces | |
| namespace | PCIDSK |
Namespace for all PCIDSK Library classes and functions. | |
Functions | |
| PCIDSKFile * | PCIDSK::Open (std::string filename, std::string access, const PCIDSKInterfaces *interfaces) |
| PCIDSKFile * | PCIDSK::Create (std::string filename, int pixels, int lines, int channel_count, eChanType *channel_types, std::string options, const PCIDSKInterfaces *interfaces) |
Public PCIDSK library classes and functions.
1.6.1.