#include <ossimGammaRemapper.h>
Inheritance diagram for ossimGammaRemapper::
Public Methods |
|
ossimGammaRemapper (ossimObject *owner=NULL) | |
ossimGammaRemapper (ossimImageSource *inputSource) | |
ossimGammaRemapper (ossimObject *owner, ossimImageSource *inputSource) | |
virtual | ~ossimGammaRemapper () |
virtual ossimString | getShortName () const |
virtual void | initializeDataObjects () |
virtual void | initialize () |
virtual ossimImageData* | getTile (const ossimIrect &tile_rect, uint32 resLevel=0) |
virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
virtual ostream& | print (ostream &os) const |
void | setMinMaxPixelValues (const vector< d64 > &v_min, const vector< d64 > &v_max) |
Protected Methods |
|
void | verifyEnabled () |
Protected Attributes |
|
ossimImageData* | theTile |
d64* | theBuffer |
vector<d64> | theMinPixelValue |
vector<d64> | theMaxPixelValue |
vector<d64> | theGamma |
Friends |
|
ostream& | operator<< (ostream &os, const ossimGammaRemapper &hr) |
|
|
|
|
|
Reimplemented from ossimObject. Definition at line 43 of file ossimGammaRemapper.h. 00044 { return ossimString("Gamma Remapper"); } |
|
Reimplemented from ossimImageSourceFilter. |
|
Reimplemented from ossimImageSourceFilter. |
|
Will allow this source to initialize its data objects. If it needs to it should call its connection to get what it needs. Reimplemented from ossimImageSource. |
|
Method to the load (recreate) the state of an object from a keyword list. Return true if ok or false on error. Reimplemented from ossimImageSourceFilter. |
|
Referenced by operator<<(). |
|
|
Method to set unset the enable flag. |
|
Definition at line 416 of file ossimGammaRemapper.cc. 00417 { 00418 return hr.print(os); 00419 } |
|
Definition at line 74 of file ossimGammaRemapper.h. |
|
Definition at line 77 of file ossimGammaRemapper.h. |
|
Definition at line 76 of file ossimGammaRemapper.h. |
|
Definition at line 75 of file ossimGammaRemapper.h. |
|
Definition at line 73 of file ossimGammaRemapper.h. |