adjacencymatriximport.cpp(3)
NAME
AdjacencyMatrixImport.cpp
SYNOPSIS
#include <sys/stat.h> #include <sys/types.h> #include <errno.h> #include <fstream> #include <sstream> #include <math.h> #include <tulip/TulipPlugin.h> #include <vector> Classes class AdjacencyMatrixImport AdjacencyMatrixImport.cpp - Import a graph coded with matrix. Enumerations enum ValType { TLP_DOUBLE = 0, TLP_STRING = 1, TLP_NOVAL = 2, TLP_NOTHING = 3, TLP_AND = 4 } Variables const unsigned int MAX_SIZE = 10000
Enumeration Type Documentation
- enum ValType
- Enumerator:
- TLP_DOUBLE
- TLP_STRING
- TLP_NOVAL
- TLP_NOTHING
- TLP_AND
Variable Documentation
const unsigned int MAX_SIZE = 10000
Author
- Generated automatically by Doxygen for Tulip Plugins Library from the
source code.