Bridge++
Ver. 1.3.x
Main Page
Namespaces
Classes
Files
File List
File Members
projection.cpp
Go to the documentation of this file.
1
14
#include "
projection.h
"
15
16
#ifdef USE_PARAMETERS_FACTORY
17
#include "
parameters_factory.h
"
18
#endif
19
20
//- parameter entries
21
namespace
{
22
void
append_entry(
Parameters
& param)
23
{
24
param.
Register_string
(
"projection_type"
,
"NULL"
);
25
}
26
27
28
#ifdef USE_PARAMETERS_FACTORY
29
bool
init_param =
ParametersFactory::Register
(
"Projection"
, append_entry);
30
#endif
31
}
32
//- end
Parameters::Register_string
void Register_string(const string &, const string &)
Definition:
parameters.cpp:351
Parameters
Class for parameters.
Definition:
parameters.h:38
projection.h
ParametersFactory::Register
static bool Register(const std::string &realm, const creator_callback &cb)
Definition:
parameters_factory.h:74
parameters_factory.h
work
sueda3
svn
bridge
branches
release
version1.3
src
Smear
projection.cpp
Generated on Mon Nov 2 2015 22:38:55 for Bridge++ by
1.8.10