![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgmeshbvh_p.h>
Classes | |
| class | Handle |
Public Attributes | |
| Handle | left |
| Handle | right |
| QSSGBounds3 | boundingData |
| int | offset = 0 |
| int | count = 0 |
Friends | |
| class | QSSGMeshBVH |
| class | QSSGMeshBVHBuilder |
Definition at line 29 of file qssgmeshbvh_p.h.
|
friend |
Definition at line 61 of file qssgmeshbvh_p.h.
|
friend |
Definition at line 62 of file qssgmeshbvh_p.h.
| QSSGBounds3 QSSGMeshBVHNode::boundingData |
Definition at line 53 of file qssgmeshbvh_p.h.
| int QSSGMeshBVHNode::count = 0 |
Definition at line 58 of file qssgmeshbvh_p.h.
| Handle QSSGMeshBVHNode::left |
Definition at line 51 of file qssgmeshbvh_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Left().
| int QSSGMeshBVHNode::offset = 0 |
Definition at line 57 of file qssgmeshbvh_p.h.
Referenced by testing.tools.fixup_pdf_template.TemplateProcessor::insert_xref_entry(), and testing.tools.fixup_pdf_template.TemplateProcessor::process_line().
| Handle QSSGMeshBVHNode::right |
Definition at line 52 of file qssgmeshbvh_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Right().