From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/struct_target_offset.html | 344 +++++++++++++++++++++++++++++ 1 file changed, 344 insertions(+) create mode 100644 Doc/doxygen/html/struct_target_offset.html (limited to 'Doc/doxygen/html/struct_target_offset.html') diff --git a/Doc/doxygen/html/struct_target_offset.html b/Doc/doxygen/html/struct_target_offset.html new file mode 100644 index 0000000..0a911bf --- /dev/null +++ b/Doc/doxygen/html/struct_target_offset.html @@ -0,0 +1,344 @@ + + + + + +Starshatter_Open: TargetOffset Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
TargetOffset Struct Reference
+
+
+ +

List of all members.

+ + + + + + + +

+Public Member Functions

 TargetOffset ()
 TargetOffset (SimObject *t, double o)
int operator< (const TargetOffset &o) const
int operator<= (const TargetOffset &o) const
int operator== (const TargetOffset &o) const
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + + +

+Public Attributes

SimObjecttarget
double offset
+

Detailed Description

+
+

Definition at line 588 of file Sensor.cpp.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
TargetOffset::TargetOffset ()
+
+inline
+
+ +

Definition at line 594 of file Sensor.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
TargetOffset::TargetOffset (SimObjectt,
double o 
)
+
+inline
+
+ +

Definition at line 595 of file Sensor.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
int TargetOffset::operator< (const TargetOffseto) const
+
+inline
+
+ +

Definition at line 596 of file Sensor.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int TargetOffset::operator<= (const TargetOffseto) const
+
+inline
+
+ +

Definition at line 597 of file Sensor.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int TargetOffset::operator== (const TargetOffseto) const
+
+inline
+
+ +

Definition at line 598 of file Sensor.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static const char* TargetOffset::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 589 of file Sensor.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
double TargetOffset::offset
+
+ +

Definition at line 592 of file Sensor.cpp.

+ +
+
+ +
+
+ + + + +
SimObject* TargetOffset::target
+
+ +

Definition at line 591 of file Sensor.cpp.

+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.1