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

selection.h File Reference

#include <string>
#include <celengine/star.h>
#include <celengine/body.h>
#include <celengine/deepskyobj.h>
#include <celengine/location.h>
#include <celengine/univcoord.h>

Include dependency graph for selection.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool operator!= (const Selection &s0, const Selection &s1)
bool operator== (const Selection &s0, const Selection &s1)


Function Documentation

bool operator!= const Selection s0,
const Selection s1
[inline]
 

Definition at line 81 of file selection.h.

00082 {
00083     return s0.type != s1.type || s0.obj != s1.obj;
00084 }

bool operator== const Selection s0,
const Selection s1
[inline]
 

Definition at line 76 of file selection.h.

00077 {
00078     return s0.type == s1.type && s0.obj == s1.obj;
00079 }


Generated on Sat Jan 14 22:31:12 2006 for Celestia by  doxygen 1.4.1