This class defines a Generalized Proximity Matrix.  
 More...
#include <GeneralizedProximityMatrix.h>
This class defines a Generalized Proximity Matrix. 
- See also
 - GPMBuilder 
 
Definition at line 56 of file GeneralizedProximityMatrix.h.
 
◆ GeneralizedProximityMatrix()
      
        
          | te::sa::GeneralizedProximityMatrix::GeneralizedProximityMatrix  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~GeneralizedProximityMatrix()
  
  
      
        
          | virtual te::sa::GeneralizedProximityMatrix::~GeneralizedProximityMatrix  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ createDataSet()
◆ createDataSetType()
  
  
      
        
          | std::unique_ptr<te::da::DataSetType> te::sa::GeneralizedProximityMatrix::createDataSetType  | 
          ( | 
          std::string  | 
          dataSetName | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ getAttributeName()
      
        
          | std::string te::sa::GeneralizedProximityMatrix::getAttributeName  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getDataSetName()
      
        
          | std::string te::sa::GeneralizedProximityMatrix::getDataSetName  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getGPMPropertyMap()
  
  
      
        
          | std::map<int, std::string> te::sa::GeneralizedProximityMatrix::getGPMPropertyMap  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ getGraph()
◆ setAttributeName()
      
        
          | void te::sa::GeneralizedProximityMatrix::setAttributeName  | 
          ( | 
          const std::string &  | 
          attrName | ) | 
           | 
        
      
 
 
◆ setDataSetName()
      
        
          | void te::sa::GeneralizedProximityMatrix::setDataSetName  | 
          ( | 
          const std::string &  | 
          dataSetName | ) | 
           | 
        
      
 
 
◆ setGraph()
◆ toDataSource()
      
        
          | void te::sa::GeneralizedProximityMatrix::toDataSource  | 
          ( | 
          te::da::DataSourcePtr  | 
          ds,  | 
        
        
           | 
           | 
          std::string  | 
          dataSetName  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Function used to export the all vertex attributes from gpm graph to a datasource. 
- Parameters
 - 
  
    | ds | Pointer to the output datasource  | 
    | dataSetName | The name of the new dataset that will be created into the datasource  | 
  
   
 
 
◆ m_attributeName
  
  
      
        
          | std::string te::sa::GeneralizedProximityMatrix::m_attributeName | 
         
       
   | 
  
private   | 
  
 
 
◆ m_dataSetName
  
  
      
        
          | std::string te::sa::GeneralizedProximityMatrix::m_dataSetName | 
         
       
   | 
  
private   | 
  
 
 
◆ m_graph
The documentation for this class was generated from the following file: