![]() |
TerraLib 4.1
|
A class to implement the no slicing strategy of proximity matrix (i.e., all neighbour are considered to be in the first slice). More...
#include <TeProxMatrixSlicingStrategy.h>
Public Member Functions | |
| TeProxMatrixNoSlicingStrategy () | |
| Empty constructor. | |
| virtual bool | Slice (TeProxMatrixImplementation *) |
| No slice the proximity matrix. | |
| ~TeProxMatrixNoSlicingStrategy () | |
| Destructor. | |
A class to implement the no slicing strategy of proximity matrix (i.e., all neighbour are considered to be in the first slice).
| TeProxMatrixNoSlicingStrategy::TeProxMatrixNoSlicingStrategy | ( | ) | [inline] |
Empty constructor.
| TeProxMatrixNoSlicingStrategy::~TeProxMatrixNoSlicingStrategy | ( | ) | [inline] |
Destructor.
| virtual bool TeProxMatrixNoSlicingStrategy::Slice | ( | TeProxMatrixImplementation * | ) | [inline, virtual] |
No slice the proximity matrix.
Implements TeProxMatrixSlicingStrategy.