#include <FileLAS.hpp>
|
int | _readFind (int s_length, const char *target, int *numline, char *string) |
|
int | _readNext (int s_length, int flag_up, int *numline, char *string) |
|
void | _stringToUppercase (char *string) const |
|
◆ FileLAS() [1/2]
FileLAS::FileLAS |
( |
const char * |
filename, |
|
|
const Db * |
db = nullptr |
|
) |
| |
◆ FileLAS() [2/2]
FileLAS::FileLAS |
( |
const FileLAS & |
r | ) |
|
◆ ~FileLAS()
◆ _readFind()
int FileLAS::_readFind |
( |
int |
s_length, |
|
|
const char * |
target, |
|
|
int * |
numline, |
|
|
char * |
string |
|
) |
| |
|
private |
Read the next lines from a LAS file until the search file is found
- Returns
- 0 if the string is found; 1 for end-of-file
- Parameters
-
[in] | s_length | Length of the string array |
[in] | target | Target line to be found |
[in,out] | numline | Rank of the line |
[out] | string | New line |
◆ _readNext()
int FileLAS::_readNext |
( |
int |
s_length, |
|
|
int |
flag_up, |
|
|
int * |
numline, |
|
|
char * |
string |
|
) |
| |
|
private |
Read the next line from a LAS file
- Returns
- Error return code
- Parameters
-
[in] | s_length | Length of the string array |
[in] | flag_up | Convert to uppercase |
[in,out] | numline | Rank of the line |
[out] | string | New line |
TODO : Replace char* by String
◆ _stringToUppercase()
void FileLAS::_stringToUppercase |
( |
char * |
string | ) |
const |
|
private |
◆ mustBeForNDim()
bool FileLAS::mustBeForNDim |
( |
int |
ndim | ) |
const |
|
inlineoverridevirtual |
◆ mustBeForRotation()
bool FileLAS::mustBeForRotation |
( |
int |
mode | ) |
const |
|
inlineoverridevirtual |
◆ mustBeGrid()
bool FileLAS::mustBeGrid |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ mustBeOneVariable()
bool FileLAS::mustBeOneVariable |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ operator=()
◆ readFromFile()
Db * FileLAS::readFromFile |
( |
| ) |
|
|
overridevirtual |
◆ setCwell()
void FileLAS::setCwell |
( |
double |
cwell | ) |
|
|
inline |
◆ setXwell()
void FileLAS::setXwell |
( |
double |
xwell | ) |
|
|
inline |
◆ setYwell()
void FileLAS::setYwell |
( |
double |
ywell | ) |
|
|
inline |
◆ _cwell
◆ _xwell
◆ _ywell
The documentation for this class was generated from the following files: