Gyoto
|
Spectroscopic capabilities of a Screen. More...
#include <GyotoDefs.h>
#include <GyotoSmartPointer.h>
#include <GyotoObject.h>
#include <GyotoRegister.h>
#include <GyotoHooks.h>
#include <string>
Go to the source code of this file.
Classes | |
class | Gyoto::Spectrometer::Generic |
Base class for spectrometers. More... | |
Namespaces | |
Gyoto::Spectrometer | |
Access to spectrometers. | |
Gyoto | |
Namespace for the Gyoto library. | |
Gyoto::Register | |
Gyoto registers. | |
Typedefs | |
typedef char const * | Gyoto::Spectrometer::kind_t |
Type for Spectrometer kind. More... | |
typedef SmartPointer< Gyoto::Spectrometer::Generic > | Gyoto::Spectrometer::Subcontractor_t(Gyoto::FactoryMessenger *, std::vector< std::string > const &) |
A function to build instances of a specific Astrobj::Generic sub-class. More... | |
Functions | |
Gyoto::Spectrometer::Subcontractor_t * | Gyoto::Spectrometer::getSubcontractor (std::string name, std::vector< std::string > &plugins, int errmode=0) |
Query the Spectrometer register. More... | |
template<typename T > | |
SmartPointer< Spectrometer::Generic > | Gyoto::Spectrometer::Subcontractor (FactoryMessenger *fmp, std::vector< std::string > const &plugins) |
A template for Subcontractor_t functions. More... | |
void | Gyoto::Spectrometer::initRegister () |
Initialize the Spectrometer register This must be called once. It initializes Register_ and registers the standard kinds (Uniform and Complex). | |
void | Gyoto::Spectrometer::Register (std::string name, Gyoto::Spectrometer::Subcontractor_t *scp) |
Register a new Spectrometer kind. More... | |
Variables | |
Gyoto::Register::Entry * | Gyoto::Spectrometer::Register_ |
The Spectrometer register. More... | |
Spectroscopic capabilities of a Screen.
Describes the spectroscopic capabilites of a Screen.