libnum:classes:gear
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| libnum:classes:gear [2026/03/28 11:48] – abc | libnum:classes:gear [2026/03/29 13:53] (current) – abc | ||
|---|---|---|---|
| Line 118: | Line 118: | ||
| ===== Gear Output ===== | ===== Gear Output ===== | ||
| - | The Output is implemented via // | + | The Output is implemented via // |
| The //libnum// library includes the following two classes for general useage: // | The //libnum// library includes the following two classes for general useage: // | ||
| Line 131: | Line 131: | ||
| { | { | ||
| public: | public: | ||
| - | GearPrintToStream(std:: | + | GearPrintToStream(std:: |
| virtual bool call(const GearEngineContext& | virtual bool call(const GearEngineContext& | ||
| - | void setFormat(const char* format); | + | void setFormat(const char* format); |
| }; | }; | ||
| - | class GearPrintTable : public | + | class GearPrintTable : public |
| { | { | ||
| public: | public: | ||
| - | GearPrintTable(double output_step); | + | GearPrintTable(std:: |
| virtual bool call(const GearEngineContext& | virtual bool call(const GearEngineContext& | ||
| void reset(); | void reset(); | ||
| - | private: | ||
| - | static const double NOT_SET; | ||
| - | double output_step; | ||
| - | double nextPoint; | ||
| }; | }; | ||
| ---- | ---- | ||
| - | [ [[.:|Libnum classes]] ] [ [[..: | + | [ [[.:|Libnum classes]] ] [ [[..: |
libnum/classes/gear.1774687734.txt.gz · Last modified: by abc
