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.
te::sa::GeneralizedProximityMatrix::GeneralizedProximityMatrix |
( |
| ) |
|
virtual te::sa::GeneralizedProximityMatrix::~GeneralizedProximityMatrix |
( |
| ) |
|
|
virtual |
std::auto_ptr<te::da::DataSetType> te::sa::GeneralizedProximityMatrix::createDataSetType |
( |
std::string |
dataSetName | ) |
|
|
protected |
std::string te::sa::GeneralizedProximityMatrix::getAttributeName |
( |
| ) |
|
std::string te::sa::GeneralizedProximityMatrix::getDataSetName |
( |
| ) |
|
std::map<int, std::string> te::sa::GeneralizedProximityMatrix::getGPMPropertyMap |
( |
| ) |
|
|
protected |
void te::sa::GeneralizedProximityMatrix::setAttributeName |
( |
const std::string & |
attrName | ) |
|
void te::sa::GeneralizedProximityMatrix::setDataSetName |
( |
const std::string & |
dataSetName | ) |
|
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 |
std::string te::sa::GeneralizedProximityMatrix::m_attributeName |
|
private |
std::string te::sa::GeneralizedProximityMatrix::m_dataSetName |
|
private |
The documentation for this class was generated from the following file: