openModeller  Version 1.5.0
Environment.hh File Reference
#include <openmodeller/om_defs.hh>
#include <openmodeller/refcount.hh>
#include <openmodeller/Configurable.hh>
#include <openmodeller/Normalizable.hh>
#include <openmodeller/Normalizer.hh>
#include <openmodeller/Sample.hh>
#include <vector>
#include <string>
#include <utility>
Include dependency graph for Environment.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EnvironmentImpl
 

Typedefs

typedef
ReferenceCountedPointer
< EnvironmentImpl
EnvironmentPtr
 
typedef
ReferenceCountedPointer< const
EnvironmentImpl
ConstEnvironmentPtr
 

Functions

EnvironmentPtr dllexp createEnvironment (const std::vector< std::string > &categs, const std::vector< std::string > &maps, const std::string &mask_file)
 
EnvironmentPtr dllexp createEnvironment (const std::vector< std::string > &categs, const std::vector< std::string > &maps)
 
EnvironmentPtr dllexp createEnvironment (const ConstConfigurationPtr &config)
 
EnvironmentPtr dllexp createEnvironment ()
 

Typedef Documentation

Definition at line 48 of file Environment.hh.

Function Documentation

EnvironmentPtr dllexp createEnvironment ( const std::vector< std::string > &  categs,
const std::vector< std::string > &  maps,
const std::string &  mask_file 
)
EnvironmentPtr dllexp createEnvironment ( const std::vector< std::string > &  categs,
const std::vector< std::string > &  maps 
)

Definition at line 62 of file Environment.cpp.

EnvironmentPtr dllexp createEnvironment ( const ConstConfigurationPtr config)

Definition at line 68 of file Environment.cpp.

EnvironmentPtr dllexp createEnvironment ( )

Definition at line 77 of file Environment.cpp.