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

Public Member Functions

 DetectorBase ()
 
virtual ~DetectorBase ()
 
virtual void configure (std::shared_ptr< ConfigBase > config_base) override
 
virtual void print_me () override
 
virtual void init_detector ()
 
virtual void apply_detector (std::shared_ptr< CellsBase > cells_base, double time)
 
virtual void calculate_amplitude_phase ()
 
virtual void record_hdf5_detector ()
 
std::string h5_coord_data_file ()
 
 DetectorBase ()
 
virtual ~DetectorBase ()
 
virtual void configure (std::shared_ptr< ConfigBase > config_base) override
 
virtual void print_me () override
 
virtual void init_detector ()
 
virtual void apply_detector (std::shared_ptr< CellsBase > cells_base, double time)
 
virtual void calculate_amplitude_phase ()
 
virtual void record_hdf5_detector ()
 
std::string h5_coord_data_file ()
 
- Public Member Functions inherited from phoxonics::core::SimulationItemBase
virtual void configure ()
 
virtual void configure ()
 

Public Attributes

std::string component { "" }
 
Vector3D location
 
Vector3D size
 
std::vector< DetectorDatadata
 
std::string h5_data_file { "" }
 
std::string h5_dataset_name { "" }
 
- 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::DetectorBase::DetectorBase ( )
explicit
phoxonics::core::DetectorBase::~DetectorBase ( )
virtual
phoxonics::core::DetectorBase::DetectorBase ( )
explicit
virtual phoxonics::core::DetectorBase::~DetectorBase ( )
virtual

Member Function Documentation

void phoxonics::core::DetectorBase::apply_detector ( std::shared_ptr< CellsBase cells_base,
double  time 
)
virtual
virtual void phoxonics::core::DetectorBase::apply_detector ( std::shared_ptr< CellsBase cells_base,
double  time 
)
virtual
void phoxonics::core::DetectorBase::calculate_amplitude_phase ( )
virtual
virtual void phoxonics::core::DetectorBase::calculate_amplitude_phase ( )
virtual
virtual void phoxonics::core::DetectorBase::configure ( std::shared_ptr< ConfigBase config_base)
overridevirtual
void phoxonics::core::DetectorBase::configure ( std::shared_ptr< ConfigBase config_base)
overridevirtual
std::string phoxonics::core::DetectorBase::h5_coord_data_file ( )
std::string phoxonics::core::DetectorBase::h5_coord_data_file ( )
virtual void phoxonics::core::DetectorBase::init_detector ( )
virtual
void phoxonics::core::DetectorBase::init_detector ( )
virtual
void phoxonics::core::DetectorBase::print_me ( )
overridevirtual
virtual void phoxonics::core::DetectorBase::print_me ( )
overridevirtual
void phoxonics::core::DetectorBase::record_hdf5_detector ( )
virtual
virtual void phoxonics::core::DetectorBase::record_hdf5_detector ( )
virtual

Member Data Documentation

std::string phoxonics::core::DetectorBase::component { "" }
std::vector< DetectorData > phoxonics::core::DetectorBase::data
std::string phoxonics::core::DetectorBase::h5_data_file { "" }

Referenced by configure(), and h5_coord_data_file().

std::string phoxonics::core::DetectorBase::h5_dataset_name { "" }
Vector3D phoxonics::core::DetectorBase::location
Vector3D phoxonics::core::DetectorBase::size