openModeller  Version 1.5.0
environmental_distance.hh File Reference
#include <openmodeller/om.hh>
#include "matrix.hh"
Include dependency graph for environmental_distance.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EnvironmentalDistance
 

Macros

#define STD   std
 
#define TRYBEGIN()   try {
 
#define CATCHERROR()
 
#define FIRST_DISTANCE_TYPE   1
 
#define AMOUNT_DISTANCE_TYPES   4
 

Typedefs

typedef matrix< ScalarMatrix
 

Macro Definition Documentation

#define AMOUNT_DISTANCE_TYPES   4

Definition at line 36 of file environmental_distance.hh.

#define CATCHERROR ( )
Value:
} catch (const STD::exception& e) { \
cerr << "Error: " << e.what() << endl; }

Definition at line 27 of file environmental_distance.hh.

#define FIRST_DISTANCE_TYPE   1

Definition at line 35 of file environmental_distance.hh.

#define STD   std

Definition at line 21 of file environmental_distance.hh.

#define TRYBEGIN ( )    try {

Definition at line 26 of file environmental_distance.hh.

Typedef Documentation

typedef matrix<Scalar> Matrix

Definition at line 33 of file environmental_distance.hh.