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

Public Member Functions

 ObjectData ()
 
 ObjectData (const std::string &in_absolutePath, const std::string &in_relativePath, bool in_written)
 

Public Attributes

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

Constructor & Destructor Documentation

◆ ObjectData() [1/2]

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

◆ ObjectData() [2/2]

osgDB::ExternalFileWriter::ObjectData::ObjectData ( const std::string &  in_absolutePath,
const std::string &  in_relativePath,
bool  in_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 succeeded or not.


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