View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

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

send scene bounding sphere from server to client More...

#include <rhr/rfbext.h>

Inheritance diagram for vistle::boundsMsg:
Inheritance graph
[legend]
Collaboration diagram for vistle::boundsMsg:
Collaboration graph
[legend]

Public Member Functions

 boundsMsg ()
 
- Public Member Functions inherited from vistle::rfbMsg
 rfbMsg (uint8_t type)
 

Public Attributes

uint8_t sendreply
 request reply with scene bounding sphere More...
 
uint8_t pad [6]
 ensure alignment More...
 
double center [3]
 center of bounding sphere More...
 
double radius
 radius of bounding sphere More...
 
- Public Attributes inherited from vistle::rfbMsg
uint8_t type
 type of RFB message More...
 
uint32_t modificationCount
 number of remote scenegraph modifications More...
 

Detailed Description

send scene bounding sphere from server to client

Constructor & Destructor Documentation

◆ boundsMsg()

vistle::boundsMsg::boundsMsg ( )
inline

Member Data Documentation

◆ center

double vistle::boundsMsg::center[3]

center of bounding sphere

◆ pad

uint8_t vistle::boundsMsg::pad[6]

ensure alignment

◆ radius

double vistle::boundsMsg::radius

radius of bounding sphere

◆ sendreply

uint8_t vistle::boundsMsg::sendreply

request reply with scene bounding sphere


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