summaryrefslogtreecommitdiff
path: root/src/gamma_transfer_function.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-03 17:12:12 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-03 17:12:12 +0100
commitfaa03caeb082459e0283be39198464f50bef780a (patch)
treedc8114e6d06e79958d2a5374bba8157ec27c5b5f /src/gamma_transfer_function.h
parent94245f8ccec610d9d7f9a1a7dae0e4d53f917ee8 (diff)
A few bits of documentation.
Diffstat (limited to 'src/gamma_transfer_function.h')
-rw-r--r--src/gamma_transfer_function.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gamma_transfer_function.h b/src/gamma_transfer_function.h
index 282fdfe0..24d65df0 100644
--- a/src/gamma_transfer_function.h
+++ b/src/gamma_transfer_function.h
@@ -17,10 +17,17 @@
*/
+/** @file src/gamma_transfer_function.h
+ * @brief GammaTransferFunction class.
+ */
+
#include "transfer_function.h"
namespace dcp {
+/** A description of a gamma function of the f(x) = x^g where
+ * g is the gamma.
+ */
class GammaTransferFunction : public TransferFunction
{
public: