Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CollideArray::CollidableBackref Class Reference

#include <collide_map.h>

Inheritance diagram for CollideArray::CollidableBackref:
Collidable

Public Member Functions

 CollidableBackref ()
 
 CollidableBackref (Unit *un)
 
 CollidableBackref (unsigned int bolt_index, float speed, const QVector &p)
 
 CollidableBackref (const Collidable &b, size_t offset)
 
- Public Member Functions inherited from Collidable
QVector GetPosition () const
 
void SetPosition (const QVector &bpos)
 
Collidableoperator* ()
 
Collidableoperator-> ()
 
double getKey () const
 
bool operator< (const Collidable &other) const
 
Collidableget ()
 
 Collidable ()
 
 Collidable (Unit *un)
 
 Collidable (unsigned int bolt_index, float speed, const QVector &p)
 

Public Attributes

size_t toflattenhints_offset
 
- Public Attributes inherited from Collidable
QVector position
 
float radius
 
union Collidable::CollideRef ref
 

Detailed Description

Definition at line 93 of file collide_map.h.

Constructor & Destructor Documentation

CollideArray::CollidableBackref::CollidableBackref ( )
inline

Definition at line 98 of file collide_map.h.

98 : Collidable() {}
CollideArray::CollidableBackref::CollidableBackref ( Unit un)
inline

Definition at line 99 of file collide_map.h.

99 : Collidable( un ) {}
CollideArray::CollidableBackref::CollidableBackref ( unsigned int  bolt_index,
float  speed,
const QVector p 
)
inline

Definition at line 100 of file collide_map.h.

100 : Collidable( bolt_index, speed, p ) {}
CollideArray::CollidableBackref::CollidableBackref ( const Collidable b,
size_t  offset 
)
inline

Definition at line 101 of file collide_map.h.

References toflattenhints_offset.

101  : Collidable( b )
102  {
103  toflattenhints_offset = offset;
104  }

Member Data Documentation

size_t CollideArray::CollidableBackref::toflattenhints_offset

The documentation for this class was generated from the following file: