#include <FileLAS.hpp>
Public Member Functions | |
FileLAS (const char *filename, const Db *db=nullptr) | |
FileLAS (const FileLAS &r) | |
FileLAS & | operator= (const FileLAS &r) |
virtual | ~FileLAS () |
bool | mustBeGrid () const override |
bool | mustBeOneVariable () const override |
bool | mustBeForNDim (int ndim) const override |
bool | mustBeForRotation (int mode) const override |
Db * | readFromFile () override |
void | setCwell (double cwell) |
void | setXwell (double xwell) |
void | setYwell (double ywell) |
Public Member Functions inherited from AOF | |
AOF (const String &filename, const Db *db=nullptr) | |
AOF (const AOF &r) | |
AOF & | operator= (const AOF &r) |
virtual | ~AOF () |
virtual bool | isAuthorized () const |
virtual int | writeInFile () |
virtual DbGrid * | readGridFromFile () |
bool | isValidForGrid () const |
bool | isValidForVariable () const |
bool | isValidForNDim () const |
bool | isValidForRotation () const |
void | setCols (const VectorInt &cols) |
void | setCols (int ncol, int *icols) |
void | setCol (int icol) |
const String & | getFilename () const |
FileLAS::FileLAS | ( | const char * | filename, |
const Db * | db = nullptr |
||
) |
FileLAS::FileLAS | ( | const FileLAS & | r | ) |
|
virtual |
|
inlineoverridevirtual |
Reimplemented from AOF.
|
inlineoverridevirtual |
Reimplemented from AOF.
|
inlineoverridevirtual |
Reimplemented from AOF.
|
inlineoverridevirtual |
Reimplemented from AOF.
|
inline |
|
inline |
|
inline |