An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
This is the complete list of members for Isis::Blob, including all inherited members.
Blob(const QString &name, const QString &type) | Isis::Blob | |
Blob(const QString &name, const QString &type, const QString &file) | Isis::Blob | |
Blob(const Blob &other) | Isis::Blob | |
Blob()=default | Isis::Blob | |
Find(const Pvl &pvl, const std::vector< PvlKeyword > keywords=std::vector< PvlKeyword >()) | Isis::Blob | protected |
getBuffer() | Isis::Blob | |
Label() | Isis::Blob | |
Name() const | Isis::Blob | |
operator=(const Blob &other) | Isis::Blob | |
p_blobName | Isis::Blob | protected |
p_blobPvl | Isis::Blob | protected |
p_buffer | Isis::Blob | protected |
p_detached | Isis::Blob | protected |
p_labelFile | Isis::Blob | protected |
p_nbytes | Isis::Blob | protected |
p_startByte | Isis::Blob | protected |
p_type | Isis::Blob | protected |
Read(const QString &file, const std::vector< PvlKeyword > keywords=std::vector< PvlKeyword >()) | Isis::Blob | |
Read(const QString &file, const Pvl &pvlLabels, const std::vector< PvlKeyword > keywords=std::vector< PvlKeyword >()) | Isis::Blob | |
Read(const Pvl &pvl, std::istream &is, const std::vector< PvlKeyword > keywords=std::vector< PvlKeyword >()) | Isis::Blob | virtual |
ReadData(std::string &hexdata) | Isis::Blob | |
ReadData(std::istream &is) | Isis::Blob | protectedvirtual |
ReadGdal(GDALDataset *dataset) | Isis::Blob | |
ReadInit() | Isis::Blob | protectedvirtual |
setData(const char *buffer, int nbytes) | Isis::Blob | |
Size() const | Isis::Blob | |
takeData(char *buffer, int nbytes) | Isis::Blob | |
Type() const | Isis::Blob | |
Write(const QString &file) | Isis::Blob | |
Write(Pvl &pvl, std::fstream &stm, const QString &detachedFileName="", bool overwrite=true, bool inline_data=true) | Isis::Blob | |
WriteData(std::fstream &os) | Isis::Blob | protectedvirtual |
WriteData(std::stringstream &os) | Isis::Blob | protectedvirtual |
WriteGdal(GDALDataset *dataset) | Isis::Blob | |
WriteInit() | Isis::Blob | protectedvirtual |
~Blob() | Isis::Blob | virtual |