Gyoto
Classes | Namespaces | Constant Groups | Typedefs | Functions | Variables
GyotoAstrobj.h File Reference

Astronomical objects (light emitters) More...

#include "GyotoConfig.h"
#include <iostream>
#include <fstream>
#include <iomanip>
#include <string>
#include <GyotoDefs.h>
#include <GyotoSmartPointer.h>
#include <GyotoConverters.h>

Go to the source code of this file.

Classes

class  Gyoto::Astrobj::Generic
 Base class for astronomical object. More...
 
class  Gyoto::Astrobj::Properties
 Observable properties of an Astronomical object. More...
 

Namespaces

 Gyoto
 Namespace for the Gyoto library.
 
 Gyoto::Register
 Gyoto registers.
 
 Gyoto::Metric
 Access to metrics.
 
 Gyoto::Astrobj
 Access to astronomical objects.
 

Constant Groups

 Gyoto
 Namespace for the Gyoto library.
 
 Gyoto::Register
 Gyoto registers.
 
 Gyoto::Metric
 Access to metrics.
 
 Gyoto::Astrobj
 Access to astronomical objects.
 

Typedefs

typedef SmartPointer
< Gyoto::Astrobj::Generic
Gyoto::Astrobj::Subcontractor_t (Gyoto::FactoryMessenger *)
 A function to build instances of a specific Astrobj::Generic sub-class. More...
 

Functions

template<typename T >
SmartPointer< Astrobj::Generic > Gyoto::Astrobj::Subcontractor (FactoryMessenger *fmp)
 A template for Subcontractor_t functions. More...
 
Gyoto::Astrobj::Subcontractor_tGyoto::Astrobj::getSubcontractor (std::string name, int errmode=1)
 Query the Astrobj register. More...
 
void Gyoto::Astrobj::initRegister ()
 Empty the Astrobj register. More...
 
void Gyoto::Astrobj::Register (std::string name, Gyoto::Astrobj::Subcontractor_t *scp)
 Make an Astrobj kind known to the Factory. More...
 

Variables

Gyoto::Register::EntryGyoto::Astrobj::Register_
 The Astrobj register. More...
 

Detailed Description

Astronomical objects (light emitters)

The target of ray-traced Gyoto::Photon