VPTissue Reference Manual
WallType.h File Reference

Definition of WallType. More...

#include <string>
Include dependency graph for WallType.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 SimPT_Sim
 Namespace for the core simulator.
 
 SimPT_Sim::WallType
 Namespace for Types walls.
 

Enumerations

enum  SimPT_Sim::WallType::Type { AuxinSource, AuxinSink, Normal }
 Enumerates the wall types.
 

Functions

Type SimPT_Sim::WallType::FromString (std::string s)
 Converts a string with name to WallType::Type value.
 
string SimPT_Sim::WallType::ToString (Type w)
 Converts a WallType::Type value to corresponding name.
 

Detailed Description

Definition of WallType.

Definition in file WallType.h.