VPTissue Reference Manual
|
BoundaryType enumeration class. More...
#include "util/misc/StringUtils.h"
#include <istream>
#include <map>
#include <ostream>
#include <string>
Go to the source code of this file.
Namespaces | |
SimPT_Sim | |
Namespace for the core simulator. | |
Enumerations | |
enum | SimPT_Sim::BoundaryType { None, NoFlux, SourceSink, SAM } |
Enumerates cell boundary types. | |
Functions | |
std::ostream & | SimPT_Sim::operator<< (std::ostream &os, BoundaryType b) |
std::istream & | SimPT_Sim::operator>> (std::istream &is, BoundaryType &b) |
BoundaryType enumeration class.
Definition in file BoundaryType.h.