USGS

Isis 3.0 Object Programmers' Reference

Home

PushFrameCamera.cpp

Go to the documentation of this file.
00001 
00024 #include "PushFrameCamera.h"
00025 
00026 namespace Isis {
00032   PushFrameCamera::PushFrameCamera(Isis::Pvl &lab) : Camera(lab) {
00033   }
00034 };
00035