FMT 0.9.8
Forest management tools for forest planning
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
Graph::FMTgraphstats Class Reference

#include <FMTgraphstats.hpp>

Public Member Functions

 FMTgraphstats ()
 
 FMTgraphstats (const FMTgraphstats &rhs)
 
FMTgraphstatsoperator= (const FMTgraphstats &rhs)
 
FMTgraphstatsoperator+= (const FMTgraphstats &rhs)
 
FMTgraphstatsoperator-= (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
 

Detailed Description

Graph stats gives you information about the FMTgraph and the FMTlpsolver. About there size, elements and type of elements.

Constructor & Destructor Documentation

◆ FMTgraphstats() [1/2]

Graph::FMTgraphstats::FMTgraphstats ( )

Default constructor for FMTgraphstats.

◆ FMTgraphstats() [2/2]

Graph::FMTgraphstats::FMTgraphstats ( const FMTgraphstats rhs)

Default copy constructor for FMTgraphstats.

◆ ~FMTgraphstats()

Graph::FMTgraphstats::~FMTgraphstats ( )
default

Default destructor for FMTgraphstats.

Member Function Documentation

◆ operator std::string()

Graph::FMTgraphstats::operator std::string ( ) const

Returns all the informations contained in the FMTgraphstats in a std::string.

◆ operator!=()

bool Graph::FMTgraphstats::operator!= ( const FMTgraphstats rhs) const

FMTgraphstats nonequality operator.

◆ operator+()

FMTgraphstats Graph::FMTgraphstats::operator+ ( const FMTgraphstats rhs)

Default + operator for FMTgraphstats.

◆ operator+=()

FMTgraphstats & Graph::FMTgraphstats::operator+= ( const FMTgraphstats rhs)

Default += compount assignment for FMTgraphstats.

◆ operator-()

FMTgraphstats Graph::FMTgraphstats::operator- ( const FMTgraphstats rhs)

Default - operator for FMTgraphstats.

◆ operator-=()

FMTgraphstats & Graph::FMTgraphstats::operator-= ( const FMTgraphstats rhs)

Default -= compount assignment for FMTgraphstats.

◆ operator=()

FMTgraphstats & Graph::FMTgraphstats::operator= ( const FMTgraphstats rhs)

Default copy assignment for FMTgraphstats.

◆ operator==()

bool Graph::FMTgraphstats::operator== ( const FMTgraphstats rhs) const

Comparison operator of FMTgraphstats.

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Member Data Documentation

◆ cols

int Graph::FMTgraphstats::cols

Number of columns in the matrix of FMTlpsolver.

◆ edges

int Graph::FMTgraphstats::edges

Number of edges in the FMTgraph.

◆ output_cols

int Graph::FMTgraphstats::output_cols

Number of output cols in the FMTlpsolver.

◆ output_rows

int Graph::FMTgraphstats::output_rows

Number of output rows in the FMTlpsolver.

◆ rows

int Graph::FMTgraphstats::rows

Number of rows in the matrix of FMTlpsolver.

◆ transfer_rows

int Graph::FMTgraphstats::transfer_rows

Number of area transfer rows in the FMTlpsolver.

◆ vertices

int Graph::FMTgraphstats::vertices

Number of verticies in the FMTgraph.


The documentation for this class was generated from the following file: