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::SourceBase Class Reference
Inheritance diagram for phoxonics::core::SourceBase:
Inheritance graph
[legend]
Collaboration diagram for phoxonics::core::SourceBase:
Collaboration graph
[legend]

Public Member Functions

 SourceBase ()
 
virtual ~SourceBase ()
 
virtual void configure (std::shared_ptr< ConfigBase > config_base) override
 
virtual void print_me () override
 
virtual void apply_source (std::shared_ptr< CellsBase > cells_base, double time)
 
 SourceBase ()
 
virtual ~SourceBase ()
 
virtual void configure (std::shared_ptr< ConfigBase > config_base) override
 
virtual void print_me () override
 
virtual void apply_source (std::shared_ptr< CellsBase > cells_base, double time)
 
- Public Member Functions inherited from phoxonics::core::SimulationItemBase
virtual void configure ()
 
virtual void configure ()
 

Public Attributes

std::string component { "" }
 
Vector3D location
 
Vector3D size
 
std::string source_type { "" }
 
- Public Attributes inherited from phoxonics::core::SimulationItemBase
std::shared_ptr< SimulationConfigsim_config { nullptr }
 

Additional Inherited Members

- Protected Types inherited from phoxonics::core::SimulationItemBase
typedef
phoxonics::common::Formatter 
fmt_
 
typedef
phoxonics::common::Formatter 
fmt_
 
- Protected Member Functions inherited from phoxonics::core::SimulationItemBase
 SimulationItemBase ()
 
virtual ~SimulationItemBase ()
 
 SimulationItemBase ()
 
virtual ~SimulationItemBase ()
 
- Protected Attributes inherited from phoxonics::core::SimulationItemBase
phoxonics::common::Logger log_
 
ConfigParamHelper config_param_heleper_
 
EmConstants em_constants_
 
phoxonics::common::Folder fld_
 
phoxonics::common::Utilities utils_
 
phoxonics::common::Strings strs_
 
phoxonics::visual::Hdf5Renderer hdf5_renderer_
 
phoxonics::common::Config cfg_
 

Constructor & Destructor Documentation

phoxonics::core::SourceBase::SourceBase ( )
explicit
phoxonics::core::SourceBase::~SourceBase ( )
virtual
phoxonics::core::SourceBase::SourceBase ( )
explicit
virtual phoxonics::core::SourceBase::~SourceBase ( )
virtual

Member Function Documentation

void phoxonics::core::SourceBase::apply_source ( std::shared_ptr< CellsBase cells_base,
double  time 
)
virtual
virtual void phoxonics::core::SourceBase::apply_source ( std::shared_ptr< CellsBase cells_base,
double  time 
)
virtual
virtual void phoxonics::core::SourceBase::configure ( std::shared_ptr< ConfigBase config_base)
overridevirtual
void phoxonics::core::SourceBase::configure ( std::shared_ptr< ConfigBase config_base)
overridevirtual
void phoxonics::core::SourceBase::print_me ( )
overridevirtual
virtual void phoxonics::core::SourceBase::print_me ( )
overridevirtual

Member Data Documentation

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