PetaVision
Alpha
Main Page
Data Structures
BaseLayer.hpp
1
/*
2
* BaseLayer.hpp
3
*
4
* Created on: Jan 16, 2010
5
* Author: rasmussn
6
*/
7
8
#ifndef BASELAYER_HPP_
9
#define BASELAYER_HPP_
10
11
#include "columns/BaseObject.hpp"
12
namespace
PV
{
13
23
class
BaseLayer
:
public
BaseObject
{
24
public
:
25
virtual
~
BaseLayer
();
26
27
protected
:
28
BaseLayer
();
29
int
initialize(
char
const
*name,
HyPerCol
*hc);
30
};
31
32
}
// namespace PV
33
34
#endif
/* BASELAYER_HPP_ */
PV::HyPerCol
Definition:
HyPerCol.hpp:41
PV::BaseObject
Definition:
BaseObject.hpp:44
PV::BaseLayer
Definition:
BaseLayer.hpp:23
PV
Definition:
CheckpointableFileStream.cpp:3
OpenPV
src
layers
BaseLayer.hpp
Generated by
1.8.11