VolumeRayIntersectorInterface< TYPE > Member List

This is the complete list of members for VolumeRayIntersectorInterface< TYPE >, including all inherited members.

Create()VolumeRayIntersectorInterface< TYPE >static
GetAllHits(const VolumeRay &ray, BaseArray< VolumeRayHit< TYPE >> &hit, Delegate< Bool(TYPE, Bool)> &&condition, const maxon::GridAccessorRef< TYPE > &accessor, VOLUME_RAY_TYPE rayType=VOLUME_RAY_TYPE::WORLD_SPACE)VolumeRayIntersectorInterface< TYPE >
GetClosestHit(const VolumeRay &ray, VolumeRayHit< TYPE > &hit, VOLUME_RAY_TYPE rayType=VOLUME_RAY_TYPE::WORLD_SPACE)VolumeRayIntersectorInterface< TYPE >
GetClosestHit(const VolumeRay &ray, VolumeRayHit< TYPE > &hit, const maxon::GridAccessorRef< TYPE > &accessor, VOLUME_RAY_TYPE rayType=VOLUME_RAY_TYPE::WORLD_SPACE)VolumeRayIntersectorInterface< TYPE >
GetClosestHit(const VolumeRay &ray, VolumeRayHit< TYPE > &hit, Delegate< Bool(TYPE, Bool)> &&condition, const maxon::GridAccessorRef< TYPE > &accessor, VOLUME_RAY_TYPE rayType=VOLUME_RAY_TYPE::WORLD_SPACE)VolumeRayIntersectorInterface< TYPE >
Init(const Volume &volumeObject, Bool isSDF=false)VolumeRayIntersectorInterface< TYPE >
MAXON_INTERFACE_SIMPLE_VIRTUAL(VolumeRayIntersectorInterface, MAXON_REFERENCE_NORMAL)VolumeRayIntersectorInterface< TYPE >private