FMT 0.9.8
Forest management tools for forest planning
|
#include <FMTgraphstats.hpp>
Public Member Functions | |
FMTgraphstats () | |
FMTgraphstats (const FMTgraphstats &rhs) | |
FMTgraphstats & | operator= (const FMTgraphstats &rhs) |
FMTgraphstats & | operator+= (const FMTgraphstats &rhs) |
FMTgraphstats & | operator-= (const FMTgraphstats &rhs) |
FMTgraphstats | operator+ (const FMTgraphstats &rhs) |
FMTgraphstats | operator- (const FMTgraphstats &rhs) |
bool | operator== (const FMTgraphstats &rhs) const |
bool | operator!= (const FMTgraphstats &rhs) const |
operator std::string () const | |
~FMTgraphstats ()=default | |
Public Attributes | |
int | cols |
Number of columns in the matrix of FMTlpsolver. | |
int | rows |
Number of rows in the matrix of FMTlpsolver. | |
int | vertices |
Number of verticies in the FMTgraph. | |
int | edges |
Number of edges in the FMTgraph. | |
int | transfer_rows |
Number of area transfer rows in the FMTlpsolver. | |
int | output_rows |
Number of output rows in the FMTlpsolver. | |
int | output_cols |
Number of output cols in the FMTlpsolver. | |
Friends | |
class | boost::serialization::access |
Graph stats gives you information about the FMTgraph and the FMTlpsolver. About there size, elements and type of elements.
Graph::FMTgraphstats::FMTgraphstats | ( | ) |
Default constructor for FMTgraphstats.
Graph::FMTgraphstats::FMTgraphstats | ( | const FMTgraphstats & | rhs | ) |
Default copy constructor for FMTgraphstats.
|
default |
Default destructor for FMTgraphstats.
Graph::FMTgraphstats::operator std::string | ( | ) | const |
Returns all the informations contained in the FMTgraphstats in a std::string.
bool Graph::FMTgraphstats::operator!= | ( | const FMTgraphstats & | rhs | ) | const |
FMTgraphstats nonequality operator.
FMTgraphstats Graph::FMTgraphstats::operator+ | ( | const FMTgraphstats & | rhs | ) |
Default + operator for FMTgraphstats.
FMTgraphstats & Graph::FMTgraphstats::operator+= | ( | const FMTgraphstats & | rhs | ) |
Default += compount assignment for FMTgraphstats.
FMTgraphstats Graph::FMTgraphstats::operator- | ( | const FMTgraphstats & | rhs | ) |
Default - operator for FMTgraphstats.
FMTgraphstats & Graph::FMTgraphstats::operator-= | ( | const FMTgraphstats & | rhs | ) |
Default -= compount assignment for FMTgraphstats.
FMTgraphstats & Graph::FMTgraphstats::operator= | ( | const FMTgraphstats & | rhs | ) |
Default copy assignment for FMTgraphstats.
bool Graph::FMTgraphstats::operator== | ( | const FMTgraphstats & | rhs | ) | const |
Comparison operator of FMTgraphstats.
|
friend |
int Graph::FMTgraphstats::cols |
Number of columns in the matrix of FMTlpsolver.
int Graph::FMTgraphstats::edges |
Number of edges in the FMTgraph.
int Graph::FMTgraphstats::output_cols |
Number of output cols in the FMTlpsolver.
int Graph::FMTgraphstats::output_rows |
Number of output rows in the FMTlpsolver.
int Graph::FMTgraphstats::rows |
Number of rows in the matrix of FMTlpsolver.
int Graph::FMTgraphstats::transfer_rows |
Number of area transfer rows in the FMTlpsolver.
int Graph::FMTgraphstats::vertices |
Number of verticies in the FMTgraph.