#include <emcOMLCTofFEMT.h>
Inherits emcOMCalFEMT< T >.
Inheritance diagram for emcOMLCTofFEMT< T >:
Definition at line 14 of file emcOMLCTofFEMT.h.
Public Member Functions | |
emcOMLCTofFEMT (const char *name, const char *title) | |
virtual | ~emcOMLCTofFEMT () |
virtual bool | CanRead (const emcManageable &object) const |
We announce that we can read { emcLCTofFEM} object. | |
virtual bool | CanWrite (const emcManageable &object) const |
We announce that we can write { emcLCTofFEM} object. | |
virtual void | FromPdbCalBank (emcCalFEM &calfem, PdbCalBank &bank) |
Fill an emcCalFEM object from a PdbCalBank. | |
virtual std::string | GetPersistentClassName (void) const |
Get the name of the Objy classname we are dealing with. | |
virtual void | ToPdbCalBank (const emcCalFEM &calfem, PdbCalBank &bank) |
Fill a PdbCalBank from an emcCalFEM object. |
|
Definition at line 18 of file emcOMLCTofFEMT.h. |
|
Definition at line 22 of file emcOMLCTofFEMT.h. |
|
We announce that we can read { emcLCTofFEM} object.
Reimplemented from emcObjectManager. Definition at line 67 of file emcOMLCTofFEMT.h. References emcManageable::GetSource(), and emcOMCalFEMT< T >::storage(). |
|
We announce that we can write { emcLCTofFEM} object.
Reimplemented from emcObjectManager. Definition at line 91 of file emcOMLCTofFEMT.h. References emcManageable::GetDestination(), and emcOMCalFEMT< T >::storage(). |
|
Fill an emcCalFEM object from a PdbCalBank.
Implements emcOMCalFEMT< T >. Definition at line 115 of file emcOMLCTofFEMT.h. References emcLCTofFEM::AppendOneChannel(), and emcLCTofFEM::Reset(). |
|
Get the name of the Objy classname we are dealing with.
Implements emcOMCalFEMT< T >. Definition at line 35 of file emcOMLCTofFEMT.h. |
|
Fill a PdbCalBank from an emcCalFEM object.
Implements emcOMCalFEMT< T >. Definition at line 139 of file emcOMLCTofFEMT.h. References emcLCTofFEM::GetNumberOfChannels(), emcCalFEM::GetNumberOfChannels(), and emcLCTofFEM::getValue(). |