#include <StandardTF.h>
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 |
|
Definition at line 30 of file StandardTF.h. |
|
Definition at line 31 of file StandardTF.h. |
|
evaluate the tf at some location in the domain
|
|
number of values produced by transfer function: likely just 4 for RGBA
|
|
domain of transfer function
|
|
range of transfer function
|