USGS

Isis 3.0 Object Programmers' Reference

Home

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