arbeit
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

LinRampTF Class Reference

#include <StandardTF.h>

List of all members.


Detailed Description

StandardTF.h some simple transfer functions.

Definition at line 27 of file StandardTF.h.

Public Member Functions

 LinRampTF ()
virtual ~LinRampTF ()
virtual STF::tfRangeType eval (const STF::tfDomainType &tfpos)=0
 evaluate the tf at some location in the domain

virtual int sizeDomain () const
 domain of transfer function

virtual int sizeRange () const
 range of transfer function

virtual int numParams () const=0
 number of values produced by transfer function: likely just 4 for RGBA


Constructor & Destructor Documentation

LinRampTF::LinRampTF  )  [inline]
 

Definition at line 30 of file StandardTF.h.

virtual LinRampTF::~LinRampTF  )  [inline, virtual]
 

Definition at line 31 of file StandardTF.h.


Member Function Documentation

virtual STF::tfRangeType LinRampTF::eval const STF::tfDomainType tfpos  )  [pure virtual]
 

evaluate the tf at some location in the domain

virtual int LinRampTF::numParams  )  const [pure virtual]
 

number of values produced by transfer function: likely just 4 for RGBA

virtual int LinRampTF::sizeDomain  )  const [virtual]
 

domain of transfer function

virtual int LinRampTF::sizeRange  )  const [virtual]
 

range of transfer function


The documentation for this class was generated from the following file:
Send questions, comments, and bug reports to:
jmk