Class: QgsPointCloudNodeId¶
Represents an indexed point cloud node’s position in octree.
Note
The API is considered EXPERIMENTAL and can be changed without a notice
Added in version 3.18.
Methods
Returns d |
|
Returns whether node is valid |
|
Returns the parent of the node |
|
Encode node to string |
|
Returns x |
|
Returns y |
|
Returns z |
Static Methods
Creates node from string |
- class qgis.core.QgsPointCloudNodeId[source]¶
Bases:
object
- __init__()
Constructs invalid node
- __init__(_d: int, _x: int, _y: int, _z: int)
Constructs valid node
- Parameters:
_d (int)
_x (int)
_y (int)
_z (int)
- __init__(a0: QgsPointCloudNodeId)
- Parameters:
a0 (QgsPointCloudNodeId)
- static fromString(str: str | None) QgsPointCloudNodeId [source]¶
Creates node from string
- Parameters:
str (Optional[str])
- Return type:
- parentNode(self) QgsPointCloudNodeId [source]¶
Returns the parent of the node
Added in version 3.20.
- Return type: