Package saga :: Module _engine
[hide private]
[frames] | no frames]

Module _engine

Classes [hide private]
  _already_exists
saga::already_exists type
  _authentication_failed
saga::authentication_failed type
  _authorization_failed
saga::authorization_failed type
  _bad_parameter
saga::bad_parameter type
  _does_not_exist
saga::does_not_exist type
  _exception
saga::exception type
  _incorrect_state
saga::incorrect_state type
  _incorrect_url
saga::incorrect_url type
  _no_success
saga::no_success type
  _not_implemented
saga::not_implemented type
  _parameter_exception
saga::parameter_exception type
  _permission_denied
saga::permission_denied type
  _security_exception
saga::security_exception type
  _state_exception
saga::state_exception type
  _timeout
saga::timeout type
  buffer
saga::buffer type
  context
  context_list
list of saga::context objects
  error
  metric
saga::metric type
  object
saga::object type
  permission
  session
saga::session type
  task
saga::task type
  task_container
saga::task_container type
  url
saga::url type
  uuid
saga::uuid type
Functions [hide private]
int :
get_api_version()
returns the SAGA API version
session :
get_the_session()
returns the global (predefined) saga::session object
int :
get_version()
returns the version of the SAGA core library
Variables [hide private]
  All = saga._engine.permission.All
  Exec = saga._engine.permission.Exec
  None = saga._engine.permission.None
  Owner = saga._engine.permission.Owner
  Query = saga._engine.permission.Query
  Read = saga._engine.permission.Read
  Write = saga._engine.permission.Write
Function Details [hide private]

get_api_version()

 
    returns the SAGA API version

    C++ signature :
        unsigned long get_api_version()

Returns: int :

get_the_session()

 
    returns the global (predefined) saga::session object

    C++ signature :
        saga::session get_the_session()

Returns: session :

get_version()

 
    returns the version of the SAGA core library

    C++ signature :
        unsigned long get_version()

Returns: int :