List of all members.
Classes
- struct AcceptConnections
- Callback action that is invoked when a new client connection to the server port. More...
- struct Client
- Network Client Callback: action performed when an HTTP request has been accepted and is sent to the server. More...
Public Member Functions
- override bool update (VRequest &R, double precision)
- Virtual update function that implements some heavy action on the object.
-
WebVish (const string &name, int p, const RefPtr< VCreationPreferences > &VP)
- void writeSnapshot (socket_t id)
- Write a snapshot to the given socket connection.
Static Public Member Functions
-
static void ChangeTime (double howmuch)
-
static void ZoomInOut (double howmuch)
- A routine that zooms the camera associated with Viewer "Viewer1" by a certain amount.
Public Attributes
Detailed Description
Member Function Documentation
override bool WebVish::update |
( |
VRequest & |
, |
|
|
double |
precision |
|
) |
| [inline, 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.
void WebVish::writeSnapshot |
( |
socket_t |
id | ) |
[inline] |
Write a snapshot to the given socket connection.
which color format (rgb, rgba, ...) would this grabber prefer?
which pixel type (byte, short, half, float, ...) would this grabber like?
which depth type (byte, short, half, float, ...) would this grabber like?
The documentation for this class was generated from the following file:
- ocean/webvish/WebVish.cpp