|
| Output (const char *name) |
|
void | setOptions (const Options *options) |
|
const Options * | getOptions () const |
|
void | setWriteOutDefaultValues (bool flag) |
|
bool | getWriteOutDefaultValues () const |
|
void | open (const char *name) |
|
Output & | indent () |
|
std::string | wrapString (const char *str) |
| wrap a string with "" quotes and use " for any internal quotes. More...
|
|
std::string | wrapString (const std::string &str) |
| wrap a string with "" quotes and use " for any internal quotes. More...
|
|
void | setIndentStep (int step) |
|
int | getIndentStep () const |
|
void | setIndent (int indent) |
|
int | getIndent () const |
|
void | setNumIndicesPerLine (int num) |
|
int | getNumIndicesPerLine () const |
|
void | moveIn () |
|
void | moveOut () |
|
virtual bool | writeObject (const osg::Object &obj) |
|
virtual void | writeBeginObject (const std::string &name) |
|
virtual void | writeEndObject () |
|
virtual void | writeUseID (const std::string &id) |
|
virtual void | writeUniqueID (const std::string &id) |
|
bool | getUniqueIDForObject (const osg::Object *obj, std::string &uniqueID) |
|
bool | createUniqueIDForObject (const osg::Object *obj, std::string &uniqueID) |
|
bool | registerUniqueIDForObject (const osg::Object *obj, std::string &uniqueID) |
|
void | setPathNameHint (const PathNameHint pnh) |
|
PathNameHint | getPathNameHint () const |
|
virtual std::string | getFileNameForOutput (const std::string &filename) const |
|
const std::string & | getFileName () const |
|
void | setOutputTextureFiles (bool flag) |
|
bool | getOutputTextureFiles () const |
|
virtual std::string | getTextureFileNameForOutput () |
|
void | setOutputShaderFiles (bool flag) |
|
bool | getOutputShaderFiles () const |
|
virtual std::string | getShaderFileNameForOutput () |
|
void | setExternalFileWritten (const std::string &filename, bool hasBeenWritten=true) |
|
bool | getExternalFileWritten (const std::string &filename) const |
|
| ofstream (const char *filename, std::ios_base::openmode mode=std::ios_base::out) |
|
void | open (const char *filename, std::ios_base::openmode mode=std::ios_base::out) |
|