|
MeVisLab Toolbox Reference
|
#include <mlLUTFRescale.h>
Public Member Functions | |
| LUTFRescale (void) | |
| Constructor. | |
| virtual void | setInputLUT (const LUTFunction *inLUT) |
| Set input LUT, set relative flag to true if input LUT is relative. | |
Transform parameters | |
| void | setRelative (bool relative) override |
| virtual bool | getAutoSourceRange (void) const |
| Get auto source index range flag. | |
| virtual void | setAutoSourceRange (bool autoSourceRange) |
| Set auto source index range flag. | |
| virtual double | getSourceMin (void) const |
| Get minimum source index. | |
| virtual double | getSourceMax (void) const |
| Get maximum source index. | |
| virtual void | setSourceRange (double sourceMin, double sourceMax) |
| Set source index range. | |
| virtual double | getTargetMin (void) const |
| Get minimum target index. | |
| virtual double | getTargetMax (void) const |
| Get maximum target index. | |
| virtual void | setTargetRange (double targetMin, double targetMax) |
| Set target index range. | |
LUT properties | |
| bool | isValid (void) const override |
| Return true if the LUT function is valid. | |
| LUTVisualType | getVisualType (void) const override |
| Get LUT visual type. | |
| double | getNativeMinIndex (void) const override |
| Get native minimum index. | |
| double | getNativeMaxIndex (void) const override |
| Get native maximum index. | |
| int | getHeight (void) const override |
| Get native LUT height (= number of rows, numbering starts at 0). | |
| int | getDepth (void) const override |
| Get native LUT depth (= number of layers, numbering starts at 0). | |
| double | getNativeMinValue (void) const override |
| Get native minimum LUT value. | |
| double | getNativeMaxValue (void) const override |
| Get native maximum LUT value. | |
| Public Member Functions inherited from ml::LUTFunction | |
| LUTFunction (LUTVisualType vt, bool relative) | |
| Constructor. | |
| void | changed (void) |
| void | overwriteUniqueId (unsigned int newId) |
| Overwrites the unique id. NOTE: use this only if you really know what you are doing! | |
| virtual bool | isRelative (void) const |
| Is LUT relative? | |
| virtual LUTDimensionality | getDimensionality (void) const |
| Get dimensionality (1, 2, or 3), usually depending on height and depth. | |
| unsigned int | getId (void) const |
| virtual bool | render (LUTDataBase *lutData) const |
| virtual bool | renderRescaled (LUTDataBase *lutData, double minIndex, double maxIndex) const |
| Public Member Functions inherited from ml::Base | |
| Base () | |
| Constructor. | |
| virtual | ~Base () |
| Destructor. | |
| virtual Base * | deepCopy () const |
| bool | isOfAllowedType (const std::vector< const RuntimeType * > &types) const |
| virtual bool | isRefCountedBase () const |
| Returns whether the instance is derived from RefCountedBase. | |
| virtual std::string | detailString () const |
| virtual bool | implementsPersistence (PersistenceInterface) const |
| virtual std::string | persistentState () const |
| Returns a string describing the object's internal state. | |
| virtual void | setPersistentState (const std::string &state) |
| virtual void | addStateToTree (TreeNode *) const |
| Attaches the object state as children of the given parent node. | |
| virtual void | readStateFromTree (TreeNode *) |
| Reads the object state from the children of the given parent node. | |
| virtual void | writeTo (AbstractPersistenceOutputStream *) const |
| virtual void | readFrom (AbstractPersistenceInputStream *, int) |
Protected Member Functions | |
| ML_CLASS_HEADER (LUTFRescale) | |
Index rescale transformations | |
| virtual double | transformForward (double index) const |
| Apply rescaling to index. | |
| virtual double | transformInverse (double index) const |
| Apply inverse rescaling to index. | |
LUT implementation | |
| bool | renderLUTNative (LUTDataBase *lutData, LUTIteratorBase *lutIterator) const override |
| bool | renderLUTRescaled (LUTDataBase *lutData, LUTIteratorBase *lutIterator, double minIndex, double maxIndex) const override |
| Protected Member Functions inherited from ml::LUTFunction | |
| template<typename T> | |
| bool | renderT (LUTData< T > *lutData, bool rescaled, double minIndex, double maxIndex) const |
| template<typename T> | |
| bool | interpolateLUT (LUTData< T > *lutData, LUTIterator< T > *lutIterator, double minIndex, double maxIndex) const |
| ML_ABSTRACT_CLASS_HEADER (LUTFunction) | |
| virtual LUTVisualType | getRenderType (LUTDataBase *) const |
Protected Attributes | |
| const LUTFunction * | _inLUT |
| Input LUT. | |
| bool | _autoSourceRange |
| Source index range is determined from input LUT. | |
| double | _sourceMin |
| Source index range. | |
| double | _sourceMax |
| double | _targetMin |
| Target index range. | |
| double | _targetMax |
| Protected Attributes inherited from ml::LUTFunction | |
| LUTVisualType | _visualType |
| LUT visual type. | |
| bool | _relative |
| Flag for relative LUT. | |
| unsigned int | _id |
Additional Inherited Members | |
| Public Types inherited from ml::Base | |
| enum | PersistenceInterface { PersistenceByString , PersistenceByTreeNode , PersistenceByStream } |
| This enum describes the different persistence interfaces available. More... | |
| Static Public Member Functions inherited from ml::LUTFunction | |
| static unsigned int | generateUniqueId (void) |
| Static Protected Attributes inherited from ml::LUTFunction | |
| static unsigned int | _gNextId |
| Global storage for next unused LUT ID to ensure uniqueness. | |
LUT transform to rescale a LUT's index range and to convert an absolute to a relative LUT
Definition at line 30 of file mlLUTFRescale.h.
| ml::LUTFRescale::LUTFRescale | ( | void | ) |
Constructor.
Referenced by ML_CLASS_HEADER().
|
inlinevirtual |
Get auto source index range flag.
Definition at line 50 of file mlLUTFRescale.h.
References _autoSourceRange.
|
overridevirtual |
Get native LUT depth (= number of layers, numbering starts at 0).
Reimplemented from ml::LUTFunction.
|
overridevirtual |
Get native LUT height (= number of rows, numbering starts at 0).
Reimplemented from ml::LUTFunction.
|
overridevirtual |
Get native maximum index.
Reimplemented from ml::LUTFunction.
|
overridevirtual |
Get native maximum LUT value.
Reimplemented from ml::LUTFunction.
|
overridevirtual |
Get native minimum index.
Reimplemented from ml::LUTFunction.
|
overridevirtual |
Get native minimum LUT value.
Reimplemented from ml::LUTFunction.
|
virtual |
Get maximum source index.
|
virtual |
Get minimum source index.
|
inlinevirtual |
|
inlinevirtual |
|
overridevirtual |
Get LUT visual type.
Reimplemented from ml::LUTFunction.
|
overridevirtual |
Return true if the LUT function is valid.
Reimplemented from ml::LUTFunction.
|
protected |
References LUTFRescale().
|
overrideprotectedvirtual |
Render the lookup table into lutData using lutIterator to access and increment the LUT pointers. Both lutData and lutIterator should be type-cast to a derived, type specific class pointer, according to lutData->getDataType(). Return true if successful.
Implements ml::LUTFunction.
|
overrideprotectedvirtual |
Render rescaled LUT into lutData using lutIterator to access and increment the LUT pointers. Both lutData and lutIterator should be type-cast to a derived, type specific class pointer, according to lutData->getDataType(). The LUT is rendered for range minIndex .. maxIndex, but resampled to the index range specified in lutData. Return true if successful.
Reimplemented from ml::LUTFunction.
|
inlinevirtual |
Set auto source index range flag.
Definition at line 53 of file mlLUTFRescale.h.
References _autoSourceRange, and ml::LUTFunction::changed().
|
virtual |
Set input LUT, set relative flag to true if input LUT is relative.
References ml::LUTFunction::LUTFunction().
|
overridevirtual |
Set/reset relative flag, can only be set if input LUT is absolute. A relative LUT can not be converted to an absolute LUT.
Reimplemented from ml::LUTFunction.
|
virtual |
Set source index range.
|
virtual |
Set target index range.
|
protectedvirtual |
Apply rescaling to index.
|
protectedvirtual |
Apply inverse rescaling to index.
|
protected |
Source index range is determined from input LUT.
Definition at line 144 of file mlLUTFRescale.h.
Referenced by getAutoSourceRange(), and setAutoSourceRange().
|
protected |
Input LUT.
Definition at line 141 of file mlLUTFRescale.h.
|
protected |
Definition at line 147 of file mlLUTFRescale.h.
|
protected |
Source index range.
Definition at line 147 of file mlLUTFRescale.h.
|
protected |
Definition at line 150 of file mlLUTFRescale.h.
Referenced by getTargetMax().
|
protected |