| @root | classes |
class ReadFromFile | ^ |
********************************************************************** Represents the action of reading an image from a file.
On error, returns an all black image.
- Source:
- actions.h:68
- Author:
- Robert C. Duvall
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~ReadFromFile destructor public automatically generated ReadFromFile constructor public undocumented ReadFromFile constructor public automatically generated apply method public undocumented operator = operator public automatically generated
destructor ~ReadFromFile | ? ^ > |
automatically generated
- Source:
- actions.h
- Code:
public ~ ReadFromFile ( )
constructor ReadFromFile | ? ^ < > |
undocumented
- Source:
- actions.h:70
- Code:
public ReadFromFile ( const string & filename )
constructor ReadFromFile | ? ^ < > |
automatically generated
- Source:
- actions.h
- Code:
public ReadFromFile ( const ReadFromFile & )
method apply | ? ^ < > |
undocumented
- Source:
- actions.h:72
- Code:
public virtual Image apply ( )
operator = | ? ^ < > |
automatically generated
- Source:
- actions.h
- Code:
public ReadFromFile & operator = ( const ReadFromFile & )
Created Sun Oct 6 20:56:51 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_suncc_solaris-2.8.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.