Nori  23
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 CArcball
 CAreaEmitter
 CBins
 CBitmapStores a RGB high dynamic-range bitmap
 CBlockGeneratorSpiraling block generator
 CBoxFilterBox filter – fastest, but prone to aliasing
 CBSDFSuperclass of all bidirectional scattering distribution functions
 CBSDFQueryRecordConvenience data structure used to pass multiple parameters to the evaluation and sampling routines in BSDF
 CBVHBounding Volume Hierarchy for fast ray intersection queries
 CBVHNode
 CBVHBuildTaskBuild task for parallel BVH construction
 CCameraGeneric camera interface
 CCheckerboard
 CChiSquareTestStatistical test for validating that an importance sampling routine (e.g. from a BSDF) produces a distribution that agrees with what the implementation claims via its associated density function
 CColor3fRepresents a linear RGB color value
 CColor4fRepresents a linear RGB color and a weight
 CConstantTexture
 CDielectricIdeal dielectric BSDF
 CDiffuseDiffuse / Lambertian BRDF model
 CDiscretePDFDiscrete probability distribution
 CEmitterSuperclass of all emitters
 CEmitterQueryRecordData record for conveniently querying and sampling the direct illumination technique implemented by a emitter
 CFrameStores a three-dimensional orthonormal coordinate frame
 CGaussianFilter
 CGenericKDTreeNodeSimple kd-tree node data structure for use with PointKDTree
 CImageBlockWeighted pixel storage for a rectangular subregion of an image
 CIndependent
 CIntegratorAbstract integrator (i.e. a rendering technique)
 CIntersectionIntersection data structure
 CMeshTriangle mesh
 CMicrofacet
 CMirrorIdeal mirror BRDF
 CMitchellNetravaliFilter
 CNoriCanvas
 CNoriExceptionSimple exception class, which stores a human-readable error description
 CNoriObjectBase class of all objects
 CNoriObjectFactoryFactory for Nori objects
 CNoriScreen
 CNormal3f3-dimensional surface normal representation
 CPerspectiveCameraPerspective camera with depth of field
 CPhotonA Photon which also doubles as a kd-tree node for use with PointKDTree
 CPhotonDataStores the direction and power of a photon as "payload" of a generic kd-tree node (see kdtree.h)
 CPhotonMapper
 CPointKDTreeGeneric multi-dimensional kd-tree data structure for point data
 CSearchResultResult data type for k-nn queries
 CPropertyListThis is an associative container used to supply the constructors of NoriObject subclasses with parameter information
 CReconstructionFilterGeneric radially symmetric image reconstruction filter
 CRenderThread
 CSamplerAbstract sample generator
 CSceneMain scene data structure
 CShapeSuperclass of all shapes
 CShapeQueryRecordData record for conveniently querying and sampling the a point on a shape
 CSphere
 CStudentsTTest
 CTBoundingBoxGeneric n-dimensional bounding box data structure
 CTentFilterTent filter
 CTextureSuperclass of all texture
 CTimerSimple timer with millisecond precision
 CTPointGeneric N-dimensional point data structure based on Eigen::Matrix
 CTransformHomogeneous coordinate transformation
 CTRaySimple n-dimensional ray segment data structure
 CTVectorGeneric N-dimensional vector data structure based on Eigen::Matrix
 CWarpA collection of useful warping functions for importance sampling
 CWarpTest
 CWarpTestScreen
 CWavefrontOBJLoader for Wavefront OBJ triangle meshes
 COBJVertexVertex indices used by the OBJ format
 COBJVertexHashHash function for OBJVertex