#include <OBJPrimitiveIO.h>
Inheritance diagram for Fluxus::OBJPrimitiveIO:


Public Member Functions | |
| OBJPrimitiveIO () | |
| virtual | ~OBJPrimitiveIO () |
| virtual Primitive * | FormatRead (const std::string &filename) |
| virtual bool | FormatWrite (const std::string &filename, const Primitive *ob) |
Data Structures | |
| struct | Face |
| class | Indices |
Definition at line 26 of file OBJPrimitiveIO.h.
| OBJPrimitiveIO::OBJPrimitiveIO | ( | ) |
Definition at line 24 of file OBJPrimitiveIO.cpp.
| OBJPrimitiveIO::~OBJPrimitiveIO | ( | ) | [virtual] |
Definition at line 28 of file OBJPrimitiveIO.cpp.
| virtual Primitive* Fluxus::OBJPrimitiveIO::FormatRead | ( | const std::string & | filename | ) | [virtual] |
Implements Fluxus::PrimitiveIO.
| bool OBJPrimitiveIO::FormatWrite | ( | const std::string & | filename, | |
| const Primitive * | ob | |||
| ) | [virtual] |
1.5.1