1.3.64
 
Loading...
Searching...
No Matches
RadiationModel.h File Reference
#include "CameraCalibration.h"
#include "Context.h"
#include "RayTracingBackend.h"
#include "json.hpp"
#include <utility>

Go to the source code of this file.

Data Structures

struct  CameraProperties
 Properties defining a radiation camera. More...
 
struct  LensFlareProperties
 Properties defining lens flare rendering parameters. More...
 
struct  RadiationCamera
 Data object for a radiation camera. More...
 
struct  CameraTile
 Struct to store camera tile information for tiled rendering. More...
 
struct  CameraMetadata
 Metadata for radiation camera image export. More...
 
struct  CameraMetadata::CameraProperties
 Camera intrinsic properties. More...
 
struct  CameraMetadata::LocationProperties
 Geographic location properties. More...
 
struct  CameraMetadata::AcquisitionProperties
 Image acquisition properties. More...
 
struct  CameraMetadata::ImageProcessingProperties
 Image processing corrections applied to the image. More...
 
struct  CameraMetadata::AgronomicProperties
 Agronomic properties derived from plant architecture data. More...
 
struct  RadiationBand
 Properties defining a radiation band. More...
 
struct  RadiationSource
 Radiation source data object. More...
 
class  RadiationModel
 Radiation transport model plugin. More...
 

Enumerations

enum  RadiationSourceType {
  RADIATION_SOURCE_TYPE_COLLIMATED = 0 , RADIATION_SOURCE_TYPE_SPHERE = 1 , RADIATION_SOURCE_TYPE_SUN_SPHERE = 2 , RADIATION_SOURCE_TYPE_RECTANGLE = 3 ,
  RADIATION_SOURCE_TYPE_DISK = 4
}
 Possible types of radiation sources. More...
 

Detailed Description

Primary header file for radiation transport model.

Copyright (C) 2016-2026 Brian Bailey

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Definition in file RadiationModel.h.

Enumeration Type Documentation

◆ RadiationSourceType

Possible types of radiation sources.

Definition at line 555 of file RadiationModel.h.