SingleTestCase

Concrete subclass of DataFormatter that extracts points from a grid.

[ verification_docs | Source | Implementation | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

DESCRIPTION
AUTHOR

Class Summary

class SingleTestCase : public virtual DataFormatter

{

public:
SingleTestCase() ;
SingleTestCase( const SingleTestCase& s ) ;
void formatData(const Grid & g, vector<Area> & a) ;
protected:
private:
}; // SingleTestCase


DESCRIPTION

Concrete subclass of DataFormatter that extracts points from a grid.


AUTHOR

Mike Smoot


SingleTestCase() ;

Constructor.

		SingleTestCase() ;

Function is currently defined inline.


SingleTestCase( const SingleTestCase& s ) ;

Copy constructor.

		SingleTestCase( const SingleTestCase& s )   ;

Function is currently defined inline.


void formatData(const Grid & g, vector<Area> & a) ;

Formats data in squares.

		virtual void formatData(const Grid & g, vector<Area> & a) ;

All Members

public:
DataFormatter& operator=(const DataFormatter& rhs);
string getFormatType() const ;
void formatData(const Grid& g, vector<Area>& areas) ;
void formatData(const Grid & g, vector<Area> & a) ;
protected:

Ancestors

Inheritance chain for SingleTestCase:


Descendants

Class is not inherited by any others.


Generated from source by the Cocoon utilities on Wed Aug 30 12:53:40 2000 .

Report problems to jkotula@stratasys.com