#include <PixelPrimitiveIO.h>
Inheritance diagram for Fluxus::PixelPrimitiveIO:
Public Member Functions | |
| PixelPrimitiveIO () | |
| virtual | ~PixelPrimitiveIO () |
| virtual Primitive * | FormatRead (const std::string &filename) |
| virtual bool | FormatWrite (const std::string &filename, const Primitive *ob) |
Definition at line 26 of file PixelPrimitiveIO.h.
| PixelPrimitiveIO::PixelPrimitiveIO | ( | ) |
Definition at line 24 of file PixelPrimitiveIO.cpp.
| PixelPrimitiveIO::~PixelPrimitiveIO | ( | ) | [virtual] |
Definition at line 28 of file PixelPrimitiveIO.cpp.
| virtual Primitive* Fluxus::PixelPrimitiveIO::FormatRead | ( | const std::string & | filename | ) | [virtual] |
Implements Fluxus::PrimitiveIO.
| bool PixelPrimitiveIO::FormatWrite | ( | const std::string & | filename, | |
| const Primitive * | ob | |||
| ) | [virtual] |
1.5.1