| 
    QGIS API Documentation
    3.26.3-Buenos Aires (65e4edfdad)
    
   | 
 
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 57 of file qgspointcloudindex.h.
| IndexedPointCloudNode::IndexedPointCloudNode | ( | ) | 
Constructs invalid node.
Definition at line 31 of file qgspointcloudindex.cpp.
| IndexedPointCloudNode::IndexedPointCloudNode | ( | int | _d, | 
| int | _x, | ||
| int | _y, | ||
| int | _z | ||
| ) | 
Constructs valid node.
Definition at line 38 of file qgspointcloudindex.cpp.
| int IndexedPointCloudNode::d | ( | ) | const | 
Returns d.
Definition at line 63 of file qgspointcloudindex.cpp.
      
  | 
  static | 
Creates node from string.
Definition at line 50 of file qgspointcloudindex.cpp.
      
  | 
  inline | 
Returns whether node is valid.
Definition at line 66 of file qgspointcloudindex.h.
      
  | 
  inline | 
Compares nodes.
Definition at line 71 of file qgspointcloudindex.h.
| IndexedPointCloudNode IndexedPointCloudNode::parentNode | ( | ) | const | 
Returns the parent of the node.
Definition at line 45 of file qgspointcloudindex.cpp.
| QString IndexedPointCloudNode::toString | ( | ) | const | 
Encode node to string.
Definition at line 58 of file qgspointcloudindex.cpp.
| int IndexedPointCloudNode::x | ( | ) | const | 
Returns x.
Definition at line 68 of file qgspointcloudindex.cpp.
| int IndexedPointCloudNode::y | ( | ) | const | 
Returns y.
Definition at line 73 of file qgspointcloudindex.cpp.
| int IndexedPointCloudNode::z | ( | ) | const | 
Returns z.
Definition at line 78 of file qgspointcloudindex.cpp.
 1.8.17