GU implementation of I/O.
More...
#include <GD_IOClassic.h>
|
| GD_IOClassic () |
|
| ~GD_IOClassic () override |
|
|
const char * | getToken () const override |
|
const char * | getLabel () const override |
|
bool | checkFilename (const char *filename, const GA_SaveOptions *opts) const override |
|
bool | checkFilename (const char *filename, const GA_LoadOptions *opts) const override |
|
bool | checkByteMagic (uint8 first_byte, const GA_LoadOptions *opts) const override |
|
bool | statStream (UT_IStream &is, GA_Stat &stat, uint stat_level) const override |
|
bool | readStream (GA_Detail &g, UT_IStream &is, const GA_LoadOptions *opts, UT_StringArray *errors) const override |
|
bool | writeFile (const GA_Detail &g, const char *filename, const GA_SaveOptions *opts, UT_StringArray *errors) const override |
|
bool | writeStream (const GA_Detail &g, std::ostream &os, bool binary, const GA_SaveOptions *opts, UT_StringArray *errors) const override |
|
GU implementation of I/O.
Definition at line 18 of file GD_IOClassic.h.
GD_IOClassic::GD_IOClassic |
( |
| ) |
|
GD_IOClassic::~GD_IOClassic |
( |
| ) |
|
|
override |
Methods required to implement GA_IO interface
bool GD_IOClassic::checkFilename |
( |
const char * |
filename, |
|
|
const GA_SaveOptions * |
opts |
|
) |
| const |
|
override |
Methods required to implement GA_IO interface
bool GD_IOClassic::checkFilename |
( |
const char * |
filename, |
|
|
const GA_LoadOptions * |
opts |
|
) |
| const |
|
override |
Methods required to implement GA_IO interface
const char* GD_IOClassic::getLabel |
( |
| ) |
const |
|
override |
Methods required to implement GA_IO interface
const char* GD_IOClassic::getToken |
( |
| ) |
const |
|
override |
Methods required to implement GA_IO interface
bool GD_IOClassic::readCheckCompressed |
( |
| ) |
const |
|
inlineoverrideprotected |
bool GD_IOClassic::readCheckStdin |
( |
| ) |
const |
|
inlineoverrideprotected |
Methods required to implement GA_IO interface
Methods required to implement GA_IO interface
bool GD_IOClassic::writeCheckStdout |
( |
| ) |
const |
|
inlineoverrideprotected |
Methods required to implement GA_IO interface
Methods required to implement GA_IO interface
The documentation for this class was generated from the following file: