VISH  0.2
Public Member Functions
DataFilter Class Reference

List of all members.

Public Member Functions


Detailed Description

Examples:

abcexample.cpp, and stockvish.cpp.


Constructor & Destructor Documentation

DataFilter::DataFilter ( const string name,
int  p,
const RefPtr< VCreationPreferences > &  VP 
) [inline]

Requested input parameter is an alpha

Provided output parameter is a beta

DataFilter::DataFilter ( const string name,
int  p,
const RefPtr< VCreationPreferences > &  VP 
) [inline]

Requested input parameter is an alpha

Provided output parameter is a beta


Member Function Documentation

override bool DataFilter::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.

override bool DataFilter::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.

override bool DataFilter::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.


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