ScoreData


[ DockingLib | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class ScoreData
{
public:
ScoreData() ;
int score;
int asScore;
float interfaceArea;
float maxPenetration;
friend ostream& operator<<(ostream& s, const ScoreData& data) ;
protected:
}; // ScoreData

Back to the top of ScoreData


KEYWORD

Back to the top of ScoreData


AUTHORS

Back to the top of ScoreData


CHANGES LOG

Back to the top of ScoreData


GOALS

Back to the top of ScoreData

		

USAGE

		

Back to the top of ScoreData


ScoreData() ;

  ScoreData()                                        
;

Function is currently defined inline.


Back to the top of ScoreData


int score;

  int score;

Back to the top of ScoreData


int asScore;

  int asScore;

Back to the top of ScoreData


float interfaceArea;

  float interfaceArea;

Back to the top of ScoreData


float maxPenetration;

  float maxPenetration;

Back to the top of ScoreData


friend ostream& operator<<(ostream& s, const ScoreData& data) ;

  friend ostream& operator<<(ostream& s, const ScoreData& data)                                                                                                                                                                                                       
;

Function is currently defined inline.


Back to the top of ScoreData


All Members

public:
int score;
int asScore;
float interfaceArea;
float maxPenetration;
friend ostream& operator<<(ostream& s, const ScoreData& data) ;
protected:

Back to the top of ScoreData


Ancestors

Class does not inherit from any other class.

Back to the top of ScoreData


Descendants

Class is not inherited by any others.

Back to the top of ScoreData


Generated from source by the Cocoon utilities on Mon Dec 21 12:00:24 2009 .

Report problems to jkotula@unimax.com