Alphabetical Index: C

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

C

Create a photon map as prescribed by the given PhotonStore.
Camera - class org.sunflow.core.Camera
This class represents a camera to the renderer.
Camera(org.sunflow.core.CameraLens) - constructor for class org.sunflow.core.Camera
Defines a camera with a given name.
CameraLens - interface org.sunflow.core.CameraLens
Represents a mapping from the 3D scene onto the final image.
CatmullRomFilter - class org.sunflow.core.filter.CatmullRomFilter
CausticPhotonMap - class org.sunflow.core.photonmap.CausticPhotonMap
CausticPhotonMap(org.sunflow.core.Options) - constructor for class org.sunflow.core.photonmap.CausticPhotonMap
This class is a generic interface to caustic photon mapping capabilities.
check() - method in class org.sunflow.core.ParameterList.Parameter
checkNextToken(String) - method in class org.sunflow.system.Parser
ChromaticitySpectrum - class org.sunflow.image.ChromaticitySpectrum
This spectral curve represents a given (x,y) chromaticity pair as explained in the sun/sky paper (section A.5)
ChromaticitySpectrum(float,float) - constructor for class org.sunflow.image.ChromaticitySpectrum
CIE - static field in class org.sunflow.image.RGBSpace
clamp(double,double,double) - static method in class org.sunflow.math.MathUtils
clamp(float,float) - method in class org.sunflow.image.Color
clamp(float,float,float) - static method in class org.sunflow.math.MathUtils
clamp(int,int,int) - static method in class org.sunflow.math.MathUtils
clear() - method in class org.sunflow.util.FastHashMap<K,V>
clear(boolean) - method in class org.sunflow.core.ParameterList
Clears the list of all its members.
close() - method in class org.sunflow.system.Parser
Color - class org.sunflow.image.Color
Color() - constructor for class org.sunflow.image.Color
Color(float) - constructor for class org.sunflow.image.Color
Color(float,float,float) - constructor for class org.sunflow.image.Color
Color(int) - constructor for class org.sunflow.image.Color
Color(org.sunflow.image.Color) - constructor for class org.sunflow.image.Color
ColumnBucketOrder - class org.sunflow.core.bucket.ColumnBucketOrder
compile(String) - static method in class org.sunflow.SunflowAPI
Compile the specified code string via Janino.
ConsoleInterface - class org.sunflow.system.ui.ConsoleInterface
Basic console implementation of a user interface.
ConsoleInterface() - constructor for class org.sunflow.system.ui.ConsoleInterface
ConstantShader - class org.sunflow.core.shader.ConstantShader
ConstantShader() - constructor for class org.sunflow.core.shader.ConstantShader
Very simple class equivalent to a constant spectral curve.
ConstantSpectralCurve(float) - constructor for class org.sunflow.image.ConstantSpectralCurve
constrainRGB() - method in class org.sunflow.image.Color
contains(float,float,float) - method in class org.sunflow.math.BoundingBox
Check to see if the specified point is inside the volume defined by this box.
contains(org.sunflow.math.Point3) - method in class org.sunflow.math.BoundingBox
Checks to see if the specified pointis inside the volume defined by this box.
containsKey(K) - method in class org.sunflow.util.FastHashMap<K,V>
convertRGBtoXYZ(org.sunflow.image.Color) - method in class org.sunflow.image.RGBSpace
convertXYZtoRGB(float,float,float) - method in class org.sunflow.image.RGBSpace
convertXYZtoRGB(org.sunflow.image.XYZColor) - method in class org.sunflow.image.RGBSpace
copy() - method in class org.sunflow.image.Color
CornellBox - class org.sunflow.core.primitive.CornellBox
CornellBox() - constructor for class org.sunflow.core.primitive.CornellBox
create(org.sunflow.core.Options) - static method in class org.sunflow.core.gi.GIEngineFactory
create(String) - static method in class org.sunflow.core.bucket.BucketOrderFactory
create(String,int) - static method in class org.sunflow.SunflowAPI
Create an API object from the specified file.
CubeGrid - class org.sunflow.core.primitive.CubeGrid
CubeGrid() - constructor for class org.sunflow.core.primitive.CubeGrid
CYAN - static field in class org.sunflow.image.Color