USGS

Isis 3.0 Object Programmers' Reference

Home

AdaptiveGruen.cpp

Go to the documentation of this file.
00001 
00024 #include "AdaptiveGruen.h"
00025 
00032 extern "C" Isis::AutoReg *AdaptiveGruenPlugin (Isis::Pvl &pvl) {
00033   return new Isis::AdaptiveGruen(pvl);
00034 }
00035 
00036