Phoxonics  1.0
Object Oriented FDTD Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
phoxonics::core::SourceConfig Class Reference
Inheritance diagram for phoxonics::core::SourceConfig:
Inheritance graph
[legend]
Collaboration diagram for phoxonics::core::SourceConfig:
Collaboration graph
[legend]

Public Member Functions

 SourceConfig ()
 
 SourceConfig (std::string config_type, std::string component, std::string source_type)
 
virtual ~SourceConfig ()
 
void print_me () overridefinal
 
- Public Member Functions inherited from phoxonics::core::ConfigBase
 ConfigBase ()
 
virtual ~ConfigBase ()
 
 ConfigBase ()
 
virtual ~ConfigBase ()
 

Public Attributes

std::string component { "" }
 
Vector3D location
 
Vector3D size
 
std::string source_type { "" }
 
- Public Attributes inherited from phoxonics::core::ConfigBase
phoxonics::common::Logger log
 
std::vector< ConfigParamconfig_param
 
bool has_parsed_data { false }
 
bool is_required { false }
 
std::string config_type { "" }
 
std::string config_desc { "Base Config" }
 
phoxonics::common::Utilities utils
 

Additional Inherited Members

- Public Types inherited from phoxonics::core::ConfigBase
typedef
phoxonics::common::Formatter 
fmt
 
typedef
phoxonics::common::Formatter 
fmt
 

Constructor & Destructor Documentation

phoxonics::core::SourceConfig::SourceConfig ( )
explicit
phoxonics::core::SourceConfig::SourceConfig ( std::string  config_type,
std::string  component,
std::string  source_type 
)
explicit
phoxonics::core::SourceConfig::~SourceConfig ( )
virtual

Member Function Documentation

void phoxonics::core::SourceConfig::print_me ( )
finaloverridevirtual

Member Data Documentation

std::string phoxonics::core::SourceConfig::component { "" }

Referenced by print_me(), and SourceConfig().

Vector3D phoxonics::core::SourceConfig::location
Vector3D phoxonics::core::SourceConfig::size
std::string phoxonics::core::SourceConfig::source_type { "" }

Referenced by print_me(), and SourceConfig().