AdjacencyMatrixImport.cpp File Reference

#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 []

Enumeration Type Documentation

enum ValType
 

Enumerator:
TLP_DOUBLE 
TLP_STRING 
TLP_NOVAL 
TLP_NOTHING 


Variable Documentation

const unsigned int MAX_SIZE = 10000
 

const char* paramHelp[] [static]
 

Initial value:

 {
    
    HTML_HELP_OPEN()                          
    HTML_HELP_DEF( "type", "pathname" )             
    HTML_HELP_BODY()                                        
    "This parameter defines the file pathname to import."         
    HTML_HELP_CLOSE(),
  }


Generated on Fri Jan 5 14:19:24 2007 for Tulip Plugins by  doxygen 1.4.6