MIRA
Public Member Functions | Public Attributes | List of all members
Visualization::DataConnection Struct Reference

The data structure that is returned by getDataConnection. More...

#include <visualization/Visualization.h>

Public Member Functions

 DataConnection ()
 
template<typename T >
 DataConnection (ChannelProperty< T > &iProperty)
 

Public Attributes

Typename type
 
ChannelPropertyBaseproperty
 

Detailed Description

The data structure that is returned by getDataConnection.

It provides information about the direct data connection for this visualization, i.e. the type of the data which this visualization can show and the main property channel that needs to be set to the data channel.

Constructor & Destructor Documentation

◆ DataConnection() [1/2]

DataConnection ( )
inline

◆ DataConnection() [2/2]

DataConnection ( ChannelProperty< T > &  iProperty)
inline

Member Data Documentation

◆ type

Typename type

◆ property


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