TePDIMixModelStrategy.cpp

Go to the documentation of this file.
00001 #include "TePDIMixModelStrategy.hpp"
00002 #include "../kernel/TeAgnostic.h"
00003 
00004 
00005 TePDIMixModelStrategy::TePDIMixModelStrategy()
00006 {
00007 };      
00008 
00009 
00010 TePDIMixModelStrategy::~TePDIMixModelStrategy()
00011 {
00012 };
00013 
00014 
00015 TePDIMixModelStrategy* TePDIMixModelStrategy::DefaultObject( 
00016   const TePDIParameters& )
00017 {
00018   TEAGN_LOG_AND_THROW( 
00019     "Trying to build an invalid mixmodel strategy instance" );
00020   return 0; 
00021 }
00022 

Generated on Sun Jul 29 04:01:24 2012 for TerraLib - Development Source by  doxygen 1.5.3