![]() |
TerraLib 4.1
|
#include <TeProxMatrixConstructionStrategy.h>
Public Member Functions | |
| TeProxMatrixConstructionParams () | |
| Empty contructor. | |
| TeProxMatrixConstructionParams (const int &theme1, const TeGeomRep &geomRep1, const TeGPMConstructionStrategy &strType) | |
| Constructor. | |
| bool | operator== (const TeProxMatrixConstructionParams &other) const |
| Operator ==. | |
Public Attributes | |
| int | theme_id1_ |
| TeGeomRep | geom_rep1_ |
| int | theme_id2_ |
| TeGeomRep | geom_rep2_ |
| TeGPMConstructionStrategy | strategy_ |
| double | max_distance_ |
| int | num_neighbours_ |
| double | max_net_distance_ |
| double | max_connection_distance_ |
| bool | calculate_distance_ |
| TeProxMatrixConstructionParams::TeProxMatrixConstructionParams | ( | ) | [inline] |
Empty contructor.
| TeProxMatrixConstructionParams::TeProxMatrixConstructionParams | ( | const int & | theme1, |
| const TeGeomRep & | geomRep1, | ||
| const TeGPMConstructionStrategy & | strType | ||
| ) | [inline] |
Constructor.
| bool TeProxMatrixConstructionParams::operator== | ( | const TeProxMatrixConstructionParams & | other | ) | const [inline] |
Operator ==.