Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

Camera Class Reference

The virtual base case for Camera plugins. More...

#include <core/Camera.h>

Inheritance diagram for Camera:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual Ray getRay (double a, double b, double x1, double x2, Context &c) const =0

Detailed Description

The virtual base case for Camera plugins.


Member Function Documentation

virtual Ray Camera::getRay double  a,
double  b,
double  x1,
double  x2,
Context c
const [pure virtual]
 

Given parameters that describe the position on the image and a pair of lens samples, generate a Ray.

Parameters:
[in] a Linearly interpolates between left and right of image.
[in] b Linearly interpolates between bottom and top of image.
[in] x1 Lens seed.
[in] x2 Lens seed.
[in] c Rendering context.

Implemented in ThinLensCamera.


The documentation for this class was generated from the following file:
Generated on Wed Jul 20 16:15:20 2005 for galileo by  doxygen 1.4.3