ReXio
 All Classes Namespaces Functions Variables Friends
StoredEnergy Class Referenceabstract

#include <physics.hpp>

Inheritance diagram for StoredEnergy:
Collaboration diagram for StoredEnergy:

Public Member Functions

 StoredEnergy (MCBox *b)
 
void SetMax (const float &m)
 
void SetMin (const float &m)
 
const float & GetMax ()
 
const float & GetMin ()
 
virtual void Apply ()=0
 
virtual ~StoredEnergy ()
 

Protected Attributes

MCBox_box
 
float _max
 
float _min
 
int _range
 

Constructor & Destructor Documentation

StoredEnergy::StoredEnergy ( MCBox b)
inline
virtual StoredEnergy::~StoredEnergy ( )
inlinevirtual

Member Function Documentation

virtual void StoredEnergy::Apply ( )
pure virtual
const float& StoredEnergy::GetMax ( )
inline
const float& StoredEnergy::GetMin ( )
inline
void StoredEnergy::SetMax ( const float &  m)
inline
void StoredEnergy::SetMin ( const float &  m)
inline

Member Data Documentation

MCBox* StoredEnergy::_box
protected
float StoredEnergy::_max
protected
float StoredEnergy::_min
protected
int StoredEnergy::_range
protected

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