| QGIS API Documentation
    3.18.1-Zürich (202f1bf7e5)
    | 
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... | |
| 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 49 of file qgspointcloudindex.h.
| IndexedPointCloudNode::IndexedPointCloudNode | ( | ) | 
Constructs invalid node.
Definition at line 28 of file qgspointcloudindex.cpp.
| IndexedPointCloudNode::IndexedPointCloudNode | ( | int | _d, | 
| int | _x, | ||
| int | _y, | ||
| int | _z | ||
| ) | 
Constructs valid node.
Definition at line 35 of file qgspointcloudindex.cpp.
| int IndexedPointCloudNode::d | ( | ) | const | 
Returns d.
Definition at line 55 of file qgspointcloudindex.cpp.
| 
 | static | 
Creates node from string.
Definition at line 42 of file qgspointcloudindex.cpp.
| 
 | inline | 
Returns whether node is valid.
Definition at line 58 of file qgspointcloudindex.h.
| 
 | inline | 
Compares nodes.
Definition at line 61 of file qgspointcloudindex.h.
| QString IndexedPointCloudNode::toString | ( | ) | const | 
Encode node to string.
Definition at line 50 of file qgspointcloudindex.cpp.
| int IndexedPointCloudNode::x | ( | ) | const | 
Returns x.
Definition at line 60 of file qgspointcloudindex.cpp.
| int IndexedPointCloudNode::y | ( | ) | const | 
Returns y.
Definition at line 65 of file qgspointcloudindex.cpp.
| int IndexedPointCloudNode::z | ( | ) | const | 
Returns z.
Definition at line 70 of file qgspointcloudindex.cpp.