rp_fw.h
Go to the documentation of this file.
1 /* Copyright (C) 2008 National Institute For Space Research (INPE) - Brazil.
2 
3  This file is part of the TerraLib - a Framework for building GIS enabled applications.
4 
5  TerraLib is free software: you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation, either version 3 of the License,
8  or (at your option) any later version.
9 
10  TerraLib is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with TerraLib. See COPYING. If not, write to
17  TerraLib Team at <terralib-team@terralib.org>.
18  */
19 
20 /*!
21  \file terralib/rp_fw.h
22 
23  \brief This file contains forward declarations for the TerraLib Raster Processing module.
24 */
25 
26 #ifndef __TERRALIB_FW_INTERNAL_RP_FW_H
27 #define __TERRALIB_FW_INTERNAL_RP_FW_H
29 
30 namespace te
31 {
32  namespace rp
33  {
34  class AbstractFeeder;
35  class Algorithm;
36  class AlgorithmInputParameters;
37  class AlgorithmOutputParameters;
38  class ArithmeticOperations;
39  class Blender;
40  class Classifier;
41  class ClassifierDummyStrategy;
42  class ClassifierEMStrategy;
43  class ClassifierISODataStrategy;
44  class ClassifierISOSegStrategy;
45  class ClassifierKMeansStrategy;
46  class ClassifierMAPStrategy;
47  class ClassifierMaxLikelihoodStrategy;
48  class ClassifierSAMStrategy;
49  class ClassifierStrategy;
50  class ClassifierStrategyFactory;
51  class Contrast;
52  class FeederConstRaster;
53  class FeederConstRasterVector;
54  class FeederConstRasterInfo;
55  class FeederConstRasterDirectory;
56  class Filter;
57  class GeoMosaic;
58  class IHSFusion;
59  template< typename TemplateElementType > class Matrix;
60  class MixtureModel;
61  class MixtureModelLinearStrategy;
62  class MixtureModelPCAStrategy;
63  class MixtureModelStrategy;
64  class MixtureModelStrategyFactory;
65  class Module;
66  class PCAFusion;
67  class RasterAttributes;
68  class RasterHandler;
69  class Register;
70  class Segmenter;
71  class SegmenterDummyStrategy;
72  class SegmenterIdsManager;
73  class SegmenterRegionGrowingSegment;
74  class SegmenterRegionGrowingSegmentsPool;
75  class SegmenterRegionGrowingStrategy;
76  class SegmenterSegmentsBlock;
77  class SegmenterStrategy;
78  class SegmenterStrategyFactory;
79  class SegmenterStrategyParameters;
80  class SequenceMosaic;
81  class Skeleton;
82  class StrategyParameters;
83  struct Texture;
84  class TiePointsLocator;
85  class TiePointsLocatorInputParameters;
86  class TiePointsLocatorMoravecStrategy;
87  class TiePointsLocatorStrategy;
88  class TiePointsLocatorSURFStrategy;
89  class TiePointsMosaic;
90  class WisperFusion;
91 
92  namespace radar
93  {
94 
95 
96  }
97  }
98 }
99 
100 #endif // __TERRALIB_FW_INTERNAL_RP_FW_H
te
TerraLib.
Definition: AddressGeocodingOp.h:52
RadarFunctions.h
Radar Raster Processing functions.