Back to home page

EIC code displayed by LXR

 
 

    


Last indexation completed on 2026-07-21 08:46:30 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2026-07-21 07:00:48  
folder tests/ - 2026-07-21 07:00:46  
BI.h 1272 bytes 2026-07-21 07:00:46 2026-07-21 07:53:49

pragma once

Binding.h 925 bytes 2026-07-21 07:00:46 2026-07-21 07:53:49

pragma once

CMakeLists.txt 3548 bytes 2026-07-21 07:00:46 -  
CSGOptiX.cc 34385 bytes 2026-07-21 07:00:46 2026-07-21 07:53:49

OptiX 7+ implementation of CSGFoundry geometry upload and launch.

CSGOptiX.h 4357 bytes 2026-07-21 07:00:46 2026-07-21 07:53:49  
CSGOptiX7.cu 32696 bytes 2026-07-21 07:00:46 2026-07-21 07:53:49  
CSGOPTIX_API_EXPORT.hh 791 bytes 2026-07-21 07:00:46 2026-07-21 07:53:49  
CSGOPTIX_LOG.cc 990 bytes 2026-07-21 07:00:46 2026-07-21 07:53:49  
CSGOPTIX_LOG.hh 450 bytes 2026-07-21 07:00:46 2026-07-21 07:53:49  
CSGOptiXService.h 2153 bytes 2026-07-21 07:00:46 2026-07-21 07:53:49

The CSGOptiXService.h struct provides a very high level C++ API to CSGOptiX functionality that is exposed to python within the "opticks_CSGOptiX" extension module.

Ctx.cc 1897 bytes 2026-07-21 07:00:46 2026-07-21 07:53:49  
Ctx.h 729 bytes 2026-07-21 07:00:46 2026-07-21 07:53:49

Ctx : instanciation creates OptiX 7 optixDeviceContext and populates Properties Instanciated by CSGOptiX::initCtx dump properties using: CSGOptiX=INFO

Frame.cc 4348 bytes 2026-07-21 07:00:46 2026-07-21 07:53:49

include <iostream>

Frame.h 1652 bytes 2026-07-21 07:00:46 2026-07-21 07:53:49 Frame as in window, not volume
index.rst 7310 bytes 2026-07-21 07:00:46 -  
InstanceId.h 2679 bytes 2026-07-21 07:00:46 2026-07-21 07:53:49  
OPT.h 11340 bytes 2026-07-21 07:00:46 2026-07-21 07:53:49

pragma once

opticks_CSGOptiX.cc 2997 bytes 2026-07-21 07:00:46 2026-07-21 07:53:49  
Params.cc 5114 bytes 2026-07-21 07:00:46 2026-07-21 07:53:49

include "SRG.h"

Params.h 2848 bytes 2026-07-21 07:00:46 2026-07-21 07:53:49

CPU side params instanciated in CSGOptiX::CSGOptiX and populated by CSGOptiX::init methods

PIP.cc 17933 bytes 2026-07-21 07:00:46 2026-07-21 07:53:50

include <iostream>

PIP.h 2826 bytes 2026-07-21 07:00:46 2026-07-21 07:53:50

PIP : OptiX 7 Ray Trace Program Pipeline Aiming to keep this geometry independent, so it is just responsible to convert the ptx code into an optix ray trace pipeline.

Pointer.h 1119 bytes 2026-07-21 07:00:46 2026-07-21 07:53:50

https://github.com/ingowald/optix7course/blob/master/example08_addingTextures/devicePrograms.cu See env-;optix7c-

Properties.cc 4777 bytes 2026-07-21 07:00:46 2026-07-21 07:53:50

include "Properties.h"

Properties.h 1193 bytes 2026-07-21 07:00:46 2026-07-21 07:53:50  
SBT.cc 29913 bytes 2026-07-21 07:00:46 2026-07-21 07:53:50

include <iostream>

SBT.h 3114 bytes 2026-07-21 07:00:46 2026-07-21 07:53:50

SBT : OptiX 7 RG,MS,HG program data preparation Aim to minimize geometry specifics in here while keeping one active geometry path for both analytic and triangulated solids.