openscenegraph
Public Member Functions | Public Attributes | List of all members
osgDB::ExternalFileWriter::ObjectData Struct Reference

Public Member Functions

 ObjectData ()
 
 ObjectData (const std::string &absolutePath, const std::string &relativePath, bool written)
 

Public Attributes

std::string absolutePath
 
std::string relativePath
 
bool written
 Says if write succeded or not. More...
 

Constructor & Destructor Documentation

◆ ObjectData() [1/2]

osgDB::ExternalFileWriter::ObjectData::ObjectData ( )
inline

◆ ObjectData() [2/2]

osgDB::ExternalFileWriter::ObjectData::ObjectData ( const std::string &  absolutePath,
const std::string &  relativePath,
bool  written 
)
inline

Member Data Documentation

◆ absolutePath

std::string osgDB::ExternalFileWriter::ObjectData::absolutePath

◆ relativePath

std::string osgDB::ExternalFileWriter::ObjectData::relativePath

◆ written

bool osgDB::ExternalFileWriter::ObjectData::written

Says if write succeded or not.


The documentation for this struct was generated from the following file: