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