-
Concrete subclass of DataFormatter that formats grids in rows.
[
verification_docs |
Source |
Implementation |
Keywords |
Summary | Ancestors | All Members | Descendants ]
- DESCRIPTION
- AUTHOR
Class Summary
class Rows : public virtual DataFormatter
{
public:
- Rows() ;
- void formatData(const Grid & g, vector<Area> & a) const;
protected:
private:
}; // Rows
DESCRIPTION
Concrete subclass of DataFormatter that formats grids in rows.
This class isn't really used. It was originally a proof-of-concept
thing.
AUTHOR
Mike Smoot
Rows() ;
Constructor
Rows() ;
Function is currently defined inline.
void formatData(const Grid & g, vector<Area> & a) const;
Formats data in rows
virtual void formatData(const Grid & g, vector<Area> & a) const;
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) const;
- protected:
Ancestors
Inheritance chain for Rows:
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