VISH  0.2
Public Member Functions
Wizt::VInput Class Reference

Implementation of input objects. More...

#include </home/werner/origo/vish/ocean/plankton/VInput.hpp>

List of all members.

Public Member Functions


Detailed Description

Implementation of input objects.

A VInput object may be provided by a VObject, but not necessarily. Any other method providing the same input type, e.g. mouse motion as part of an interactive viewer, may be an VInput as well.


Member Function Documentation

bool Wizt::VInput::getValue ( VContext C,
const string member,
Type &  T 
) const [inline]

The context parameter is specified via a native pointer because member access should be fast, i.e.

avoiding RefPtr<> checks at each access. However, the Context pointer may also be null. This should be checked once in an overriden function.


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