Xyce
6.1
|
#include <N_DEV_RegionData.h>
Public Member Functions | |
RegionData () | |
void | processParams () |
processParams post processes the parameters that have been set in the object of the derived class. More... | |
![]() | |
CompositeParam (ParametricData< void > ¶metric_data) | |
CompositeParam sets the parametric data description. More... | |
virtual | ~CompositeParam () |
bool | given (const std::string ¶meter_name) const |
given returns true if the value was specified in the netlist (not defaulted). More... | |
const ParameterMap & | getParameterMap () const |
getParameterMap returns the parameter map which describes the parameters. More... | |
![]() | |
ParameterBase () | |
double | getOriginalValue (int serial_number) |
void | setOriginalValue (int serial_number, double value) |
bool | wasValueGiven (int serial_number) const |
void | setValueGiven (int serial_number, bool value) |
Static Public Member Functions | |
static ParametricData < RegionData > & | getParametricData () |
Public Attributes | |
std::string | name |
std::string | outName |
std::string | type |
std::string | reactionFile |
double | area |
double | xloc |
bool | doNothing |
Friends | |
class | ParametricData< RegionData > |
Definition at line 70 of file N_DEV_RegionData.h.
Xyce::Device::RegionData::RegionData | ( | ) |
Definition at line 111 of file N_DEV_RegionData.C.
|
static |
Definition at line 94 of file N_DEV_RegionData.C.
|
virtual |
processParams post processes the parameters that have been set in the object of the derived class.
See Device::populateParams() and Device::setParameters() in the DeviceEntity implementation file.
Implements Xyce::Device::CompositeParam.
Definition at line 130 of file N_DEV_RegionData.C.
|
friend |
Definition at line 72 of file N_DEV_RegionData.h.
double Xyce::Device::RegionData::area |
Definition at line 92 of file N_DEV_RegionData.h.
bool Xyce::Device::RegionData::doNothing |
Definition at line 95 of file N_DEV_RegionData.h.
std::string Xyce::Device::RegionData::name |
Definition at line 88 of file N_DEV_RegionData.h.
std::string Xyce::Device::RegionData::outName |
Definition at line 89 of file N_DEV_RegionData.h.
std::string Xyce::Device::RegionData::reactionFile |
Definition at line 91 of file N_DEV_RegionData.h.
std::string Xyce::Device::RegionData::type |
Definition at line 90 of file N_DEV_RegionData.h.
double Xyce::Device::RegionData::xloc |
Definition at line 93 of file N_DEV_RegionData.h.