src/rcrt/cameras/Camera.cpp

Go to the documentation of this file.
00001 #include "Camera.h"
00002 
00003 namespace rcrt
00004 {
00005 
00006 Camera::Camera()
00007 {
00008 }
00009 
00010 Camera::~Camera()
00011 {
00012 }
00013 
00014 const int& Camera::getResolutionX() const
00015 {
00016         return resolutionX;
00017 }
00018 
00019 const int& Camera::getResolutionY() const
00020 {
00021         return resolutionY;
00022 }
00023 
00024 }

Generated on Thu Jan 31 19:26:19 2008 for RenderingCompetitionRayTracer by  doxygen 1.5.3