deprecated.
More...
Enumerator |
---|
AS_IS |
|
FULL_PATH |
|
RELATIVE_PATH |
|
FILENAME_ONLY |
|
osgDB::Output::Output |
( |
| ) |
|
osgDB::Output::Output |
( |
const char * |
name | ) |
|
virtual osgDB::Output::~Output |
( |
| ) |
|
|
virtual |
bool osgDB::Output::createUniqueIDForObject |
( |
const osg::Object * |
obj, |
|
|
std::string & |
uniqueID |
|
) |
| |
bool osgDB::Output::getExternalFileWritten |
( |
const std::string & |
filename | ) |
const |
const std::string& osgDB::Output::getFileName |
( |
| ) |
const |
|
inline |
virtual std::string osgDB::Output::getFileNameForOutput |
( |
const std::string & |
filename | ) |
const |
|
virtual |
int osgDB::Output::getIndent |
( |
| ) |
const |
|
inline |
int osgDB::Output::getIndentStep |
( |
| ) |
const |
|
inline |
int osgDB::Output::getNumIndicesPerLine |
( |
| ) |
const |
|
inline |
const Options* osgDB::Output::getOptions |
( |
| ) |
const |
|
inline |
bool osgDB::Output::getOutputShaderFiles |
( |
| ) |
const |
|
inline |
bool osgDB::Output::getOutputTextureFiles |
( |
| ) |
const |
|
inline |
virtual std::string osgDB::Output::getShaderFileNameForOutput |
( |
| ) |
|
|
virtual |
virtual std::string osgDB::Output::getTextureFileNameForOutput |
( |
| ) |
|
|
virtual |
bool osgDB::Output::getUniqueIDForObject |
( |
const osg::Object * |
obj, |
|
|
std::string & |
uniqueID |
|
) |
| |
bool osgDB::Output::getWriteOutDefaultValues |
( |
| ) |
const |
|
inline |
Output& osgDB::Output::indent |
( |
| ) |
|
virtual void osgDB::Output::init |
( |
| ) |
|
|
protectedvirtual |
void osgDB::Output::moveIn |
( |
| ) |
|
void osgDB::Output::moveOut |
( |
| ) |
|
void osgDB::Output::open |
( |
const char * |
name | ) |
|
bool osgDB::Output::registerUniqueIDForObject |
( |
const osg::Object * |
obj, |
|
|
std::string & |
uniqueID |
|
) |
| |
void osgDB::Output::setExternalFileWritten |
( |
const std::string & |
filename, |
|
|
bool |
hasBeenWritten = true |
|
) |
| |
void osgDB::Output::setIndent |
( |
int |
indent | ) |
|
|
inline |
void osgDB::Output::setIndentStep |
( |
int |
step | ) |
|
|
inline |
void osgDB::Output::setNumIndicesPerLine |
( |
int |
num | ) |
|
|
inline |
void osgDB::Output::setOptions |
( |
const Options * |
options | ) |
|
void osgDB::Output::setOutputShaderFiles |
( |
bool |
flag | ) |
|
|
inline |
void osgDB::Output::setOutputTextureFiles |
( |
bool |
flag | ) |
|
|
inline |
void osgDB::Output::setPathNameHint |
( |
const PathNameHint |
pnh | ) |
|
|
inline |
void osgDB::Output::setWriteOutDefaultValues |
( |
bool |
flag | ) |
|
|
inline |
std::string osgDB::Output::wrapString |
( |
const char * |
str | ) |
|
wrap a string with "" quotes and use " for any internal quotes.
std::string osgDB::Output::wrapString |
( |
const std::string & |
str | ) |
|
wrap a string with "" quotes and use " for any internal quotes.
virtual void osgDB::Output::writeBeginObject |
( |
const std::string & |
name | ) |
|
|
virtual |
virtual void osgDB::Output::writeEndObject |
( |
| ) |
|
|
virtual |
virtual bool osgDB::Output::writeObject |
( |
const osg::Object & |
obj | ) |
|
|
virtual |
virtual void osgDB::Output::writeUniqueID |
( |
const std::string & |
id | ) |
|
|
virtual |
virtual void osgDB::Output::writeUseID |
( |
const std::string & |
id | ) |
|
|
virtual |
std::string osgDB::Output::_filename |
|
protected |
int osgDB::Output::_indent |
|
protected |
int osgDB::Output::_indentStep |
|
protected |
int osgDB::Output::_numIndicesPerLine |
|
protected |
bool osgDB::Output::_outputShaderFiles |
|
protected |
bool osgDB::Output::_outputTextureFiles |
|
protected |
unsigned int osgDB::Output::_shaderFileNameNumber |
|
protected |
unsigned int osgDB::Output::_textureFileNameNumber |
|
protected |
bool osgDB::Output::_writeOutDefaultValues |
|
protected |
The documentation for this class was generated from the following file: