#include <GraphLoaderKFile.h>
Inheritance diagram for VGServer::GraphLoaderKFile:

Public Member Functions | |
| GraphLoaderKFile (const class GraphProperties &gp) | |
| bool | load (std::istream &in, bool silent=false) | 
| bool | loadfile (const char *path, bool silent=false) | 
I think this doesnt really belong into the library.
Definition at line 16 of file GraphLoaderKFile.h.
| VGServer::GraphLoaderKFile::GraphLoaderKFile | ( | const class GraphProperties & | gp | ) |  [inline, explicit] | 
        
Definition at line 19 of file GraphLoaderKFile.h.
| bool VGServer::GraphLoaderKFile::load | ( | std::istream & | in, | |
| bool |  silent = false | |||
| ) |  [inline] | 
        
Definition at line 24 of file GraphLoaderKFile.h.
References VGServer::GraphLoader::addEdge(), VGServer::GraphLoader::addVertex(), VGServer::GraphLoader::setEdgeAttr(), and VGServer::GraphLoader::setVertexAttr().
Referenced by loadfile().
| bool VGServer::GraphLoaderKFile::loadfile | ( | const char * | path, | |
| bool |  silent = false | |||
| ) |  [inline] | 
        
 1.4.7