ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
callbacks::ListIntersectionsContext Struct Reference
Collaboration diagram for callbacks::ListIntersectionsContext:

Public Attributes

RTCRayQueryContext context
 
GeomPrimIDprevious_geom_prim_ID_tfar
 
unsigned int * ray_ids
 
unsigned int * geometry_ids
 
unsigned int * primitive_ids
 
float * primitive_uvs
 
float * t_hit
 
int * cumsum
 
unsigned int * track_intersections
 

Detailed Description

Definition at line 97 of file RaycastingScene.cpp.

Member Data Documentation

◆ context

RTCRayQueryContext callbacks::ListIntersectionsContext::context

Definition at line 98 of file RaycastingScene.cpp.

◆ cumsum

int* callbacks::ListIntersectionsContext::cumsum

Definition at line 105 of file RaycastingScene.cpp.

◆ geometry_ids

unsigned int* callbacks::ListIntersectionsContext::geometry_ids

Definition at line 101 of file RaycastingScene.cpp.

◆ previous_geom_prim_ID_tfar

GeomPrimID* callbacks::ListIntersectionsContext::previous_geom_prim_ID_tfar

Definition at line 99 of file RaycastingScene.cpp.

◆ primitive_ids

unsigned int* callbacks::ListIntersectionsContext::primitive_ids

Definition at line 102 of file RaycastingScene.cpp.

◆ primitive_uvs

float* callbacks::ListIntersectionsContext::primitive_uvs

Definition at line 103 of file RaycastingScene.cpp.

◆ ray_ids

unsigned int* callbacks::ListIntersectionsContext::ray_ids

Definition at line 100 of file RaycastingScene.cpp.

◆ t_hit

float* callbacks::ListIntersectionsContext::t_hit

Definition at line 104 of file RaycastingScene.cpp.

◆ track_intersections

unsigned int* callbacks::ListIntersectionsContext::track_intersections

Definition at line 106 of file RaycastingScene.cpp.


The documentation for this struct was generated from the following file: