#include <Pgrapher.h>
Public Member Functions | |
| Pgrapher () | |
| virtual | ~Pgrapher () |
| virtual void | execute () |
| Implement to run something. More... | |
| virtual void | configure (const WireCell::Configuration &config) |
| Accept a configuration. More... | |
| virtual WireCell::Configuration | default_configuration () const |
| Optional, override to return a hard-coded default configuration. More... | |
Public Member Functions inherited from WireCell::IApplication | |
| virtual | ~IApplication () |
Public Member Functions inherited from WireCell::IComponent< IApplication > | |
| virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
| virtual | ~Interface () |
Public Member Functions inherited from WireCell::IConfigurable | |
| virtual | ~IConfigurable () |
Public Member Functions inherited from WireCell::IComponent< IConfigurable > | |
| virtual | ~IComponent () |
Private Attributes | |
| Graph | m_graph |
| Log::logptr_t | l |
Additional Inherited Members | |
Public Types inherited from WireCell::IComponent< IApplication > | |
| typedef std::shared_ptr< IApplication > | pointer |
| Access subclass facet by pointer. More... | |
| typedef std::vector< pointer > | vector |
| Vector of shared pointers. More... | |
Public Types inherited from WireCell::Interface | |
| typedef std::shared_ptr< Interface > | pointer |
Public Types inherited from WireCell::IComponent< IConfigurable > | |
| typedef std::shared_ptr< IConfigurable > | pointer |
| Access subclass facet by pointer. More... | |
| typedef std::vector< pointer > | vector |
| Vector of shared pointers. More... | |
Definition at line 61 of file Pgrapher.h.
| Pgrapher::Pgrapher | ( | ) |
Definition at line 69 of file Pgrapher.cxx.
|
virtual |
Definition at line 73 of file Pgrapher.cxx.
|
virtual |
Accept a configuration.
Implements WireCell::IConfigurable.
Definition at line 36 of file Pgrapher.cxx.
|
virtual |
Optional, override to return a hard-coded default configuration.
Reimplemented from WireCell::IConfigurable.
Definition at line 12 of file Pgrapher.cxx.
|
virtual |
Implement to run something.
Implements WireCell::IApplication.
Definition at line 62 of file Pgrapher.cxx.
|
private |
Definition at line 75 of file Pgrapher.h.
|
private |
Definition at line 74 of file Pgrapher.h.
1.8.11