MeVisLabToolboxReference
ml::DistantObjectAccessor Class Reference

The DistantObjectAccessor can be used to get the value stored in a DistantObject, it should only be used when you really know what you are doing! More...

#include <mlDistantObject.h>

List of all members.

Static Public Member Functions

template<typename Distant >
static Distant::Type * get (const Distant &distant)
 Get access to the typed object pointer T* stored in DistantObject<T>.

Detailed Description

The DistantObjectAccessor can be used to get the value stored in a DistantObject, it should only be used when you really know what you are doing!

Definition at line 93 of file mlDistantObject.h.


Member Function Documentation

template<typename Distant >
static Distant::Type* ml::DistantObjectAccessor::get ( const Distant &  distant) [inline, static]

Get access to the typed object pointer T* stored in DistantObject<T>.

Definition at line 98 of file mlDistantObject.h.


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