#include <VmdConnection.h>
Public Member Functions | |
VmdConnection (int portNumber) | |
~VmdConnection () | |
bool | checkForConnection () |
bool | clientIsConnected () const |
void | sendCoordinates (std::vector< VmdFloat3 > coords) |
void | closeClientConnection () |
int | getSocketNumber () const |
VmdConnection | ( | int | portNumber | ) | [explicit] |
~VmdConnection | ( | ) |
bool checkForConnection | ( | ) |
bool clientIsConnected | ( | ) | const |
void closeClientConnection | ( | ) |
int getSocketNumber | ( | ) | const |
void sendCoordinates | ( | std::vector< VmdFloat3 > | coords | ) |