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 Restoration;
71  class Segmenter;
72  class SegmenterDummyStrategy;
73  class SegmenterIdsManager;
74  class SegmenterRegionGrowingSegment;
75  class SegmenterRegionGrowingSegmentsPool;
76  class SegmenterRegionGrowingStrategy;
77  class SegmenterSegmentsBlock;
78  class SegmenterStrategy;
79  class SegmenterStrategyFactory;
80  class SegmenterStrategyParameters;
81  class SequenceMosaic;
82  class Skeleton;
83  class StrategyParameters;
84  struct Texture;
85  class TiePointsLocator;
86  class TiePointsLocatorInputParameters;
87  class TiePointsLocatorMoravecStrategy;
88  class TiePointsLocatorStrategy;
89  class TiePointsLocatorSURFStrategy;
90  class TiePointsMosaic;
91  class WisperFusion;
92 
93  namespace radar
94  {
95 
96 
97  }
98  }
99 }
100 
101 #endif // __TERRALIB_FW_INTERNAL_RP_FW_H
te
TerraLib.
Definition: AddressGeocodingOp.h:52
RadarFunctions.h
Radar Raster Processing functions.