PetaVision
Alpha
Main Page
Data Structures
GapConn.hpp
1
/*
2
* GapConn.hpp
3
*
4
* Created on: Aug 2, 2011
5
* Author: garkenyon
6
*/
7
8
#ifndef GAPCONN_HPP_
9
#define GAPCONN_HPP_
10
11
#include "HyPerConn.hpp"
12
13
namespace
PV
{
14
15
class
GapConn
:
public
PV::HyPerConn
{
16
public
:
17
GapConn
(
const
char
*name,
HyPerCol
*hc);
18
virtual
~
GapConn
();
19
};
// end class GapConn
20
21
}
/* namespace PV */
22
#endif
/* GAPCONN_HPP_ */
PV::HyPerCol
Definition:
HyPerCol.hpp:41
PV::GapConn
Definition:
GapConn.hpp:15
PV::HyPerConn
Definition:
HyPerConn.hpp:25
PV
Definition:
CheckpointableFileStream.cpp:3
OpenPV
src
connections
GapConn.hpp
Generated by
1.8.11