All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::sa::GPMWeightsNoWeightsStrategy Class Reference

This class defines a class to calculates a weight for a GPM using No Weights strategy. More...

#include <GPMWeightsNoWeightsStrategy.h>

Inheritance diagram for te::sa::GPMWeightsNoWeightsStrategy:
te::sa::GPMWeightsAbstractStrategy

Public Member Functions

 GPMWeightsNoWeightsStrategy (bool normalize)
 Default constructor. More...
 
virtual ~GPMWeightsNoWeightsStrategy ()
 Virtual destructor. More...
 
Methods

Methods used by the GPM constructor

virtual void calculate (GeneralizedProximityMatrix *gpm)
 

Protected Attributes

GeneralizedProximityMatrixm_gpm
 GPM Pointer. More...
 
bool m_normalize
 
GPMWeightsStrategyType m_type
 Weight Type. More...
 

Methods

Methods used by the GPM constructor

GPMWeightsStrategyType getWeightsType ()
 
int createWeightAttribute (GeneralizedProximityMatrix *gpm)
 Added to the edge a new attribute for weight information and return the attr index. More...
 
bool getDistanceAttributeIndex (te::graph::GraphMetadata *gm, int &index)
 Function used to get the distance attribute index. More...
 
double getDistanceAttributeValue (te::graph::Edge *e, const int index)
 Function used to get the distance value from a edge element. More...
 

Detailed Description

This class defines a class to calculates a weight for a GPM using No Weights strategy.

The no weight strategy of proximity matrix (i.e., all weights are 1, only indicating that a connection exists).

See also
GPMBuilder

Definition at line 55 of file GPMWeightsNoWeightsStrategy.h.

Constructor & Destructor Documentation

te::sa::GPMWeightsNoWeightsStrategy::GPMWeightsNoWeightsStrategy ( bool  normalize)

Default constructor.

Definition at line 36 of file GPMWeightsNoWeightsStrategy.cpp.

References te::sa::GPMWeightsAbstractStrategy::m_type, and te::sa::NoWeightStrategy.

te::sa::GPMWeightsNoWeightsStrategy::~GPMWeightsNoWeightsStrategy ( )
virtual

Virtual destructor.

Definition at line 42 of file GPMWeightsNoWeightsStrategy.cpp.

Member Function Documentation

int te::sa::GPMWeightsAbstractStrategy::createWeightAttribute ( GeneralizedProximityMatrix gpm)
protectedinherited
bool te::sa::GPMWeightsAbstractStrategy::getDistanceAttributeIndex ( te::graph::GraphMetadata gm,
int &  index 
)
protectedinherited
double te::sa::GPMWeightsAbstractStrategy::getDistanceAttributeValue ( te::graph::Edge e,
const int  index 
)
protectedinherited

Function used to get the distance value from a edge element.

Definition at line 81 of file GPMWeightsAbstractStrategy.cpp.

References te::graph::Edge::getAttributes(), and te::dt::SimpleData< T, typeCode >::getValue().

te::sa::GPMWeightsStrategyType te::sa::GPMWeightsAbstractStrategy::getWeightsType ( )
inherited

Definition at line 46 of file GPMWeightsAbstractStrategy.cpp.

Member Data Documentation

GeneralizedProximityMatrix* te::sa::GPMWeightsAbstractStrategy::m_gpm
protectedinherited

GPM Pointer.

Definition at line 97 of file GPMWeightsAbstractStrategy.h.

bool te::sa::GPMWeightsNoWeightsStrategy::m_normalize
protected

Definition at line 79 of file GPMWeightsNoWeightsStrategy.h.


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