plastimatch
Loading...
Searching...
No Matches
Classes | Macros | Enumerations | Functions
rpl_volume.h File Reference
#include "plmbase_config.h"
#include <string>
#include "aperture.h"
#include "plm_image.h"
#include "ray_trace_callback.h"
#include "smart_pointer.h"

Go to the source code of this file.

Classes

class  Rpl_volume
 

Macros

#define PMMA_DENSITY   1.19
 
#define PMMA_STPR   0.98
 

Enumerations

enum  Rpl_volume_ray_trace_start { RAY_TRACE_START_AT_RAY_VOLUME_INTERSECTION , RAY_TRACE_START_AT_CLIPPING_PLANE }
 

Functions

float compute_PrSTPR_from_HU (float)
 
float compute_PrSTPR_Schneider_weq_from_HU (float CT_HU)
 
float compute_PrWER_from_HU (float CT_HU)
 
float compute_density_from_HU (float CT_HU)
 

Macro Definition Documentation

◆ PMMA_DENSITY

#define PMMA_DENSITY   1.19

◆ PMMA_STPR

#define PMMA_STPR   0.98

Enumeration Type Documentation

◆ Rpl_volume_ray_trace_start

Enumerator
RAY_TRACE_START_AT_RAY_VOLUME_INTERSECTION 
RAY_TRACE_START_AT_CLIPPING_PLANE 

Function Documentation

◆ compute_density_from_HU()

float compute_density_from_HU ( float  CT_HU)

◆ compute_PrSTPR_from_HU()

float compute_PrSTPR_from_HU ( float  CT_HU)

◆ compute_PrSTPR_Schneider_weq_from_HU()

float compute_PrSTPR_Schneider_weq_from_HU ( float  CT_HU)

◆ compute_PrWER_from_HU()

float compute_PrWER_from_HU ( float  CT_HU)