Class used to execute the skater operations.  
 More...
#include <SkaterOperation.h>
 | 
| double  | calculateWeight (std::vector< int > attrsIdx, te::graph::Vertex *vFrom, te::graph::Vertex *vTo) | 
|   | Function to calculate the weight attribute using the euclidean distance.  More...
  | 
|   | 
| std::unique_ptr< te::mem::DataSet >  | createDataSet (te::da::DataSet *inputDataSet, te::da::DataSetType *dsType, std::map< int, int > &skaterMap, std::string linkName) | 
|   | 
| std::unique_ptr< te::da::DataSetType >  | createDataSetType (te::da::DataSetType *dsType) | 
|   | 
| std::map< int, int >  | createSkaterMap (te::graph::AbstractGraph *graph, std::vector< std::size_t > &roots) | 
|   | 
| void  | createWeightAttribute (int weightAttrIdx, std::vector< int > attrsIdx) | 
|   | Function to create the weight attribute.  More...
  | 
|   | 
| void  | saveDataSet (te::da::DataSet *dataSet, te::da::DataSetType *dsType) | 
|   | 
Class used to execute the skater operations. 
Definition at line 55 of file SkaterOperation.h.
 
◆ SkaterOperation()
      
        
          | te::sa::SkaterOperation::SkaterOperation  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~SkaterOperation()
      
        
          | te::sa::SkaterOperation::~SkaterOperation  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ calculateWeight()
Function to calculate the weight attribute using the euclidean distance. 
 
 
◆ createDataSet()
Function used to create the output dataset 
 
 
◆ createDataSetType()
Function used to create the output dataset type 
 
 
◆ createSkaterMap()
  
  
      
        
          | std::map<int, int> te::sa::SkaterOperation::createSkaterMap  | 
          ( | 
          te::graph::AbstractGraph *  | 
          graph,  | 
         
        
           | 
           | 
          std::vector< std::size_t > &  | 
          roots  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protected   | 
  
 
 
◆ createWeightAttribute()
  
  
      
        
          | void te::sa::SkaterOperation::createWeightAttribute  | 
          ( | 
          int  | 
          weightAttrIdx,  | 
         
        
           | 
           | 
          std::vector< int >  | 
          attrsIdx  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protected   | 
  
 
Function to create the weight attribute. 
 
 
◆ execute()
      
        
          | void te::sa::SkaterOperation::execute  | 
          ( | 
           | ) | 
           | 
        
      
 
Function to execute the skater operation. 
 
 
◆ getNumberOfClasses()
      
        
          | int te::sa::SkaterOperation::getNumberOfClasses  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ saveDataSet()
Function used to save the output dataset 
 
 
◆ setParameters()
◆ m_inputParams
◆ m_nClassGroups
  
  
      
        
          | int te::sa::SkaterOperation::m_nClassGroups | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_outputParams
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/sa/core/SkaterOperation.h