![]() |
VR-Forces 4.5 Class Documentation
|
class DtIfOsgEarthCacheInformation: More...

Public Member Functions | |
| DtIfOsgEarthCacheInformation () | |
| default constructor | |
| virtual | ~DtIfOsgEarthCacheInformation () |
| destructor | |
| DtIfOsgEarthCacheInformation (const DtIfOsgEarthCacheInformation &orig) | |
| copy constructor | |
| DtIfOsgEarthCacheInformation & | operator= (const DtIfOsgEarthCacheInformation &orig) |
| assignment operator | |
| virtual int | type () const |
| Returns DtLoadCompleteMessageType. | |
| virtual void | setRequestId (unsigned int id) |
| Set/Get the request id. | |
| virtual unsigned int | requestId () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | setEstimatedTime (double) |
| Time is in seconds. | |
| double | estimatedTime () const |
| virtual void | setEstimatedSize (double) |
| Size is in megabytes. | |
| double | estimatedSize () const |
| std::vector< std::string > & | elevationLayers () |
| const std::vector< std::string > & | elevationLayers () const |
| std::vector< std::string > & | modelLayers () |
| const std::vector< std::string > & | modelLayers () const |
| virtual void | merge (const DtIfOsgEarthCacheInformation &) |
| Merges contents of supplied information. Time and size are maxed. | |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | printDataToString (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Member Functions | |
| virtual void | mergeVectors (std::vector< std::string > &lhs, const std::vector< std::string > &rhs) const |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Protected Attributes | |
| DtU32 | myRequestId |
| double | myEstimatedTime |
| double | myEstimatedSize |
| std::vector< std::string > | myElevationLayers |
| std::vector< std::string > | myModelLayers |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
class DtIfOsgEarthCacheInformation:
The DtIfOsgEarthCacheInformation will return potential time and load information for the osg earth files to be cached
| DtIfOsgEarthCacheInformation::DtIfOsgEarthCacheInformation | ( | ) |
default constructor
|
virtual |
destructor
| DtIfOsgEarthCacheInformation::DtIfOsgEarthCacheInformation | ( | const DtIfOsgEarthCacheInformation & | orig | ) |
copy constructor
| DtIfOsgEarthCacheInformation& DtIfOsgEarthCacheInformation::operator= | ( | const DtIfOsgEarthCacheInformation & | orig | ) |
assignment operator
|
virtual |
Returns DtLoadCompleteMessageType.
Implements DtSimInterfaceContent.
|
virtual |
Set/Get the request id.
|
virtual |
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
virtual |
Time is in seconds.
| double DtIfOsgEarthCacheInformation::estimatedTime | ( | ) | const |
|
virtual |
Size is in megabytes.
| double DtIfOsgEarthCacheInformation::estimatedSize | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
virtual |
Merges contents of supplied information. Time and size are maxed.
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |