Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

SphericalCoordLabel Struct Reference

List of all members.

Public Member Functions

 SphericalCoordLabel (float _ra, float _dec)
 SphericalCoordLabel ()

Public Attributes

float dec
string label
float ra

Constructor & Destructor Documentation

SphericalCoordLabel::SphericalCoordLabel  )  [inline]
 

Definition at line 118 of file render.cpp.

References dec, and ra.

00118 : ra(0), dec(0) {};

SphericalCoordLabel::SphericalCoordLabel float  _ra,
float  _dec
[inline]
 

Definition at line 119 of file render.cpp.

References dec, and ra.

00119                                                : ra(_ra), dec(_dec)
00120     {
00121     }


Member Data Documentation

float SphericalCoordLabel::dec
 

Definition at line 116 of file render.cpp.

Referenced by Renderer::init(), and SphericalCoordLabel().

string SphericalCoordLabel::label
 

Definition at line 114 of file render.cpp.

Referenced by Renderer::init().

float SphericalCoordLabel::ra
 

Definition at line 115 of file render.cpp.

Referenced by Renderer::init(), and SphericalCoordLabel().


The documentation for this struct was generated from the following file:
Generated on Sat Jan 14 22:33:36 2006 for Celestia by  doxygen 1.4.1