NPL
Neurological Programs and Libraries
graph.h File Reference
#include "npltypes.h"
#include "zlib.h"
#include <algorithm>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  npl::Graph< T >
 

Namespaces

 npl
 

Enumerations

enum  npl::GraphDataT {
  npl::G_DT_UNKNOWN = 0, npl::G_DT_UCHAR = 1, npl::G_DT_CHAR = 33, npl::G_DT_USHORT = 2,
  npl::G_DT_SHORT = 34, npl::G_DT_ULONG = 4, npl::G_DT_SLONG = 36, npl::G_DT_ULONGLONG = 8,
  npl::G_DT_SLONGLONG =40, npl::G_DT_FLOAT = 132, npl::G_DT_DOUBLE = 136, npl::G_DT_QUAD = 144,
  npl::G_DT_COMPLEX_FLOAT = 228, npl::G_DT_COMPLEX_DOUBLE = 232, npl::G_DT_COMPLEX_QUAD = 255
}
 
enum  npl::GraphStoreT { npl::G_STORE_UNKNOWN = 0, npl::G_STORE_FULLMAT = 1, npl::G_STORE_UNDIR = 2, npl::G_STORE_LIST = 3 }
 

Functions

template<typename T >
GraphDataT npl::getType ()
 
std::string npl::describeType (GraphDataT type)