|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
Represents a indexed point cloud node in octree. More...
#include <qgspointcloudindex.h>
Public Member Functions | |
| IndexedPointCloudNode () | |
| Constructs invalid node. | |
| IndexedPointCloudNode (int _d, int _x, int _y, int _z) | |
| Constructs valid node. | |
| int | d () const |
| Returns d. | |
| bool | isValid () const |
| Returns whether node is valid. | |
| bool | operator== (IndexedPointCloudNode other) const |
| Compares nodes. | |
| IndexedPointCloudNode | parentNode () const |
| Returns the parent of the node. | |
| QString | toString () const |
| Encode node to string. | |
| int | x () const |
| Returns x. | |
| int | y () const |
| Returns y. | |
| int | z () const |
| Returns z. | |
Static Public Member Functions | |
| static IndexedPointCloudNode | fromString (const QString &str) |
| Creates node from string. | |
Represents a indexed point cloud node in octree.
Definition at line 58 of file qgspointcloudindex.h.
| IndexedPointCloudNode::IndexedPointCloudNode | ( | ) |
Constructs invalid node.
Definition at line 32 of file qgspointcloudindex.cpp.
| IndexedPointCloudNode::IndexedPointCloudNode | ( | int | _d, |
| int | _x, | ||
| int | _y, | ||
| int | _z | ||
| ) |
Constructs valid node.
Definition at line 39 of file qgspointcloudindex.cpp.
| int IndexedPointCloudNode::d | ( | ) | const |
Returns d.
Definition at line 64 of file qgspointcloudindex.cpp.
|
static |
Creates node from string.
Definition at line 51 of file qgspointcloudindex.cpp.
|
inline |
Returns whether node is valid.
Definition at line 67 of file qgspointcloudindex.h.
|
inline |
Compares nodes.
Definition at line 72 of file qgspointcloudindex.h.
| IndexedPointCloudNode IndexedPointCloudNode::parentNode | ( | ) | const |
Returns the parent of the node.
Definition at line 46 of file qgspointcloudindex.cpp.
| QString IndexedPointCloudNode::toString | ( | ) | const |
Encode node to string.
Definition at line 59 of file qgspointcloudindex.cpp.
| int IndexedPointCloudNode::x | ( | ) | const |
Returns x.
Definition at line 69 of file qgspointcloudindex.cpp.
| int IndexedPointCloudNode::y | ( | ) | const |
Returns y.
Definition at line 74 of file qgspointcloudindex.cpp.
| int IndexedPointCloudNode::z | ( | ) | const |
Returns z.
Definition at line 79 of file qgspointcloudindex.cpp.