View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

Public Member Functions | Public Attributes | List of all members
vistle::AvailableModuleBase::Connection Struct Reference

#include <core/availablemodule.h>

Collaboration diagram for vistle::AvailableModuleBase::Connection:
Collaboration graph
[legend]

Public Member Functions

bool operator< (const Connection &other) const
 
template<class Archive >
ARCHIVE_ACCESS void serialize (Archive &ar)
 

Public Attributes

int fromId
 
int toId
 
std::string fromPort
 
std::string toPort
 

Member Function Documentation

◆ operator<()

bool vistle::AvailableModuleBase::Connection::operator< ( const Connection other) const
inline

◆ serialize()

template<class Archive >
ARCHIVE_ACCESS void vistle::AvailableModuleBase::Connection::serialize ( Archive &  ar)
inline

Member Data Documentation

◆ fromId

int vistle::AvailableModuleBase::Connection::fromId

◆ fromPort

std::string vistle::AvailableModuleBase::Connection::fromPort

◆ toId

int vistle::AvailableModuleBase::Connection::toId

◆ toPort

std::string vistle::AvailableModuleBase::Connection::toPort

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