MeVisLab Toolbox Reference
ml::DistantObjectAccessor Class Reference

The DistantObjectAccessor can be used to get the value stored in a DistantObject. More...

#include <mlDistantObject.h>

Static Public Member Functions

template<typename Distant >
static Distant::Type * get (const Distant &distant)
 Returns 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 if you really know what you are doing!

Definition at line 94 of file mlDistantObject.h.

Member Function Documentation

◆ get()

template<typename Distant >
static Distant::Type * ml::DistantObjectAccessor::get ( const Distant & distant)
inlinestatic

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

Definition at line 99 of file mlDistantObject.h.

References mlrange_cast().


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