QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Represents a indexed point cloud node in octree. More...
#include <qgspointcloudindex.h>
Public Member Functions | |
IndexedPointCloudNode () | |
Constructs invalid node. More... | |
IndexedPointCloudNode (int _d, int _x, int _y, int _z) | |
Constructs valid node. More... | |
int | d () const |
Returns d. More... | |
bool | isValid () const |
Returns whether node is valid. More... | |
bool | operator== (IndexedPointCloudNode other) const |
Compares nodes. More... | |
IndexedPointCloudNode | parentNode () const |
Returns the parent of the node. More... | |
QString | toString () const |
Encode node to string. More... | |
int | x () const |
Returns x. More... | |
int | y () const |
Returns y. More... | |
int | z () const |
Returns z. More... | |
Static Public Member Functions | |
static IndexedPointCloudNode | fromString (const QString &str) |
Creates node from string. More... | |
Represents a indexed point cloud node in octree.
Definition at line 54 of file qgspointcloudindex.h.
IndexedPointCloudNode::IndexedPointCloudNode | ( | ) |
Constructs invalid node.
Definition at line 30 of file qgspointcloudindex.cpp.
IndexedPointCloudNode::IndexedPointCloudNode | ( | int | _d, |
int | _x, | ||
int | _y, | ||
int | _z | ||
) |
Constructs valid node.
Definition at line 37 of file qgspointcloudindex.cpp.
int IndexedPointCloudNode::d | ( | ) | const |
Returns d.
Definition at line 62 of file qgspointcloudindex.cpp.
|
static |
Creates node from string.
Definition at line 49 of file qgspointcloudindex.cpp.
|
inline |
Returns whether node is valid.
Definition at line 63 of file qgspointcloudindex.h.
|
inline |
Compares nodes.
Definition at line 66 of file qgspointcloudindex.h.
IndexedPointCloudNode IndexedPointCloudNode::parentNode | ( | ) | const |
Returns the parent of the node.
Definition at line 44 of file qgspointcloudindex.cpp.
QString IndexedPointCloudNode::toString | ( | ) | const |
Encode node to string.
Definition at line 57 of file qgspointcloudindex.cpp.
int IndexedPointCloudNode::x | ( | ) | const |
Returns x.
Definition at line 67 of file qgspointcloudindex.cpp.
int IndexedPointCloudNode::y | ( | ) | const |
Returns y.
Definition at line 72 of file qgspointcloudindex.cpp.
int IndexedPointCloudNode::z | ( | ) | const |
Returns z.
Definition at line 77 of file qgspointcloudindex.cpp.