CARLsim  6.1.0
CARLsim: a GPU-accelerated SNN simulator
visual_stimulus.h File Reference
#include "carlsim_visual_stimulus_api.h"
#include <string>
Include dependency graph for visual_stimulus.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VisualStimulus
 Class to integrate CARLsim with a stimulus created using VisualStimulus.m Version: 4/11/14 Author: Michael Beyeler mbeye.nosp@m.ler@.nosp@m.uci.e.nosp@m.du More...
 

Enumerations

enum  stimType_t {
  UNKNOWN_STIM =-1, GRATING_STIM =0, PLAID_STIM =1, DOT_STIM =2,
  BAR_STIM =3, PICTURE_STIM =4, MOVIE_STIM =5, COMPOUND_STIM =6
}
 List of stimulus file types. More...
 

Enumeration Type Documentation

◆ stimType_t

enum stimType_t
Enumerator
UNKNOWN_STIM 
GRATING_STIM 
PLAID_STIM 
DOT_STIM 
BAR_STIM 
PICTURE_STIM 
MOVIE_STIM 
COMPOUND_STIM 

Definition at line 13 of file visual_stimulus.h.