void outputConnectMap

( CONNECT* CD, char* Map, FILE* fout,
  int reversed=0 )

Output info about a single connection map.

Documentation

Output info about a single connection map. Will output names of clusters involved (column, layer, cell, compartment), synapse, and a matrix of the connections with the source cluster forming the matrix columns and the destination cluster forming the matrix rows.

Parameters:
CD - Connection Description contains information regarding source and destination
Map - Represents present connections with a '1' and absent connections with a '0'
fout - Destination file pointer

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.