OverSim
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
SendStrategyFactory.h
Go to the documentation of this file.
1
/*
2
* sendStrategyFactory.h
3
*
4
* Created on: 08.03.2010
5
* Author: user
6
*/
7
8
#ifndef SENDSTRATEGYFACTORY_H_
9
#define SENDSTRATEGYFACTORY_H_
10
11
#include <string>
12
13
#include <
AbstractSendStrategy.h
>
14
#include <
StrategyTreeTest.h
>
15
#include <
StrategySendAll.h
>
16
#include <
StrategyRegions.h
>
17
#include <
StrategyRemoveRandom.h
>
18
#include <
StrategyRemoveInaccurate.h
>
19
#include <
StrategySimplifyCoords.h
>
20
21
22
class
SendStrategyFactory
{
23
public
:
24
SendStrategyFactory
();
25
virtual
~SendStrategyFactory
();
26
27
static
AbstractSendStrategy
*
getSendStrategyInstance
(
const
std::string sendStrategyName);
28
};
29
30
#endif
/* SENDSTRATEGYFACTORY_H_ */
src
common
cbr
globalViewBuilder
SendStrategyFactory.h
Generated on Fri Dec 7 2012 13:37:53 for OverSim by
1.8.1.2