List of all members.
Classes
Public Member Functions
-
bool client_greets (socket_t id)
- Client greets server.
-
string getSnapshot (int Width, int Height, const RefPtr< RemoteLens > &MyLocalCamera)
-
bool receive (const WeakPtr< Communicator > &Rec, socket_t fd)
-
RemoteViewer (const string &name, int p, const RefPtr< VCreationPreferences > &VP)
-
override void render (VGLRenderContext &) const
-
override bool request (VRequest &request, double precision)
-
bool server_greets (socket_t id)
- Server greets clients.
- override bool update (VRequest &R, double precision)
- Virtual update function that implements some heavy action on the object.
Public Attributes
Member Function Documentation
override bool Wizt::RemoteViewer::update |
( |
VRequest & |
, |
|
|
double |
precision |
|
) |
| [virtual] |
Virtual update function that implements some heavy action on the object.
Update function.
It is called only if any input object is newer than the current object. It must return true on successful completion. However, the object may touch() itself in the update() routine. Then, it will get a newer time than all input objects, which will trigger all dependent objects as well.
- Returns:
- Must return true to indicate that the object was successfully updated and may now get the age of the most recent parameter.
Reimplemented from Wizt::VObject.
The documentation for this class was generated from the following file:
- ocean/remotevish/RemoteViewer.hpp