#include <fstream>
#include <sstream>
#include <math.h>
#include <tulip/TulipPlugin.h>
#include <vector>
Include dependency graph for AdjacencyMatrixImport.cpp:
Classes | |
class | AdjacencyMatrixImport |
AdjacencyMatrixImport.cpp - Import a graph coded with matrix. More... | |
Enumerations | |
enum | ValType { TLP_DOUBLE = 0, TLP_STRING = 1, TLP_NOVAL = 2, TLP_NOTHING = 3 } |
Variables | |
const unsigned int | MAX_SIZE = 10000 |
const char * | paramHelp [] |
|
|
|
|
|
Initial value: { HTML_HELP_OPEN() HTML_HELP_DEF( "type", "pathname" ) HTML_HELP_BODY() "This parameter defines the file pathname to import." HTML_HELP_CLOSE(), } |