FiberTreeQuery¶
- MLModule¶
genre
author
package
dll
definition
see also
keywords
Purpose¶
The module FiberTreeQuery performs an efficient axis-aligned range query of fibers.
The fibers have to be stored in hierarchical, space-partitioning data structure, called FiberOctree.
Windows¶
Default Panel¶
Input Fields¶
inputTree¶
Output Fields¶
outputIndexVector¶
- name: outputIndexVector, type: MLBase¶
IndexVector storing the resulting fiber indices.
Note that efficient Boolean operations with different index vectors can be done using the module
IndexArithmetic2. The corresponding fibers of an index vector can be computed by the moduleFiberFromIndex.
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Visible Fields¶
Min¶
- name: min, type: Vector3, default: 0 0 0¶
Sets the minimum corner of the bounding box to filter with.
Max¶
- name: max, type: Vector3, default: 0 0 0¶
Sets the maximum corner of the bounding box to filter with.
Out Fiber Set Size¶
- name: outFiberSetSize, type: Integer, persistent: no¶
Shows the number of output fibers.
In Fiber Set Size¶
- name: inFiberSetSize, type: Integer, persistent: no¶
Shows the number of input fibers.
Apply¶
- name: apply, type: Trigger¶
If pressed, the module computes anew.
Auto Apply¶
- name: autoApply, type: Bool, default: TRUE¶
If checked, the module computes anew on any parameter change.
Update¶
- name: update, type: Trigger¶
If pressed, the module computes anew.
Auto Update¶
- name: autoUpdate, type: Bool, default: TRUE¶
If checked, the module computes anew on any input change.
Clear¶
- name: clear, type: Trigger¶