#include <rvc/contab.h>
Inheritance diagram for RVC::CONTAB:

Public Member Functions | |
| ERRVALUE | ComputeStdContrast (const RVC::RASTER &RastObj) |
| CONTAB (const RVC::CONTAB &rhs) | |
| CONTAB () | |
| const CONTPARM & | GetContParm () const |
| RVC::CONTAB & | operator= (const RVC::CONTAB &rhs) |
| ERRVALUE | SetContParm (const CONTPARM &ContParm) |
| ERRVALUE | TranslateImageLine (void *obuffer, const void *ibuffer, INT32 inpvalues, short inpsample=1) const |
| virtual | ~CONTAB () |
The interface currently wraps the MfContab functions.
RVC Object Types that this class supports: RVC::OBJTYPE_ContrastTable
Default RVC Object Type for this class: RVC::OBJTYPE_ContrastTable
Valid parents for this class:
Read(), Make() and Write() methods inherited from RVC::SIMPLE class. View RVC::SIMPLE docs for inherited methods
Definition at line 70 of file contab.h.
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
|
Destructor.
|
|
|
Compute a standard contrast table from the raster object Contrast table is stored in the instance but not saved, use the RVC::SIMPLE::Make() method to create the contrast object.
|
|
|
Obtain the contrast parameters, must be read in first.
|
|
|
Assignment.
|
|
|
Set rvc contrast object parameters for writing.
|
|
||||||||||||||||||||
|
Translate raster line buffer through contrast table.
|
1.3.8-20040913