-
Implents a Square with sides of 18.
[
verification_docs |
Source |
Implementation |
Keywords |
Summary | Ancestors | All Members | Descendants ]
- DESCRIPTION
- AUTHOR
Class Summary
class NominalSquare : public Square
{
public:
- NominalSquare();
protected:
private:
}; // NominalSquare
DESCRIPTION
Subclass of Square. Simply implents a Square with sides of 18.
AUTHOR
Mike Smoot
NominalSquare();
Constructor - Simply calls constructor for Square with value of 18.
NominalSquare();
All Members
- public:
- DataFormatter& operator=(const DataFormatter& rhs);
- string getFormatType() const ;
- void formatData(const Grid& g, vector<Area>& areas) ;
- Square& operator=(const Square& s);
- void formatData(const Grid & g, vector<Area> & a) ;
- protected:
- map< int, map<int,bool> > _areaBad;
- void _checkAreaBad(const Grid& g);
Ancestors
Inheritance chain for NominalSquare:
Descendants
Class is not inherited by any others.
Generated from source by the Cocoon utilities on Wed Aug 30 12:53:37 2000
.
Report problems to jkotula@stratasys.com