![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include <Libs/Visualization/VTK/Widgets/ctkVTKLookupTable.h>


Public Member Functions | |
| virtual ctkControlPoint * | controlPoint (int index) const |
| virtual int | count () const |
| ctkVTKLookupTable (QObject *parent=0) | |
| ctkVTKLookupTable (vtkLookupTable *lookupTable, QObject *parent=0) | |
| virtual int | insertControlPoint (const ctkControlPoint &cp) |
| virtual int | insertControlPoint (qreal pos) |
| virtual bool | isDiscrete () const |
| virtual bool | isEditable () const |
| vtkLookupTable * | lookupTable () const |
| virtual QVariant | maxValue () const |
| virtual QVariant | minValue () const |
| virtual void | range (qreal &minRange, qreal &maxRange) const |
| virtual void | removeControlPoint (qreal pos) |
| virtual void | setControlPointPos (int index, qreal pos) |
| virtual void | setControlPointValue (int index, const QVariant &value) |
| void | setLookupTable (vtkLookupTable *lookupTable) |
| virtual QVariant | value (qreal pos) const |
| virtual | ~ctkVTKLookupTable () |
Public Member Functions inherited from ctkTransferFunction | |
| ctkTransferFunction (QObject *parent=0) | |
| void | range (qreal rangeValues[2]) const |
| ctkTransferFunctionRepresentation * | representation () const |
| QVariant | value (int index) const |
| void | valueRange (QVariant range[2]) const |
| virtual | ~ctkTransferFunction () |
Protected Member Functions | |
| qreal | indexToPos (int index) const |
| int | posToIndex (qreal pos) const |
Protected Attributes | |
| QScopedPointer< ctkVTKLookupTablePrivate > | d_ptr |
Protected Attributes inherited from ctkTransferFunction | |
| QScopedPointer< ctkTransferFunctionPrivate > | d_ptr |
Additional Inherited Members | |
Signals inherited from ctkTransferFunction | |
| void | changed () |
Transfer function for a vtkColorTransferFunction. The value is an RGB QColor (no alpha supported)
Definition at line 37 of file ctkVTKLookupTable.h.
| ctkVTKLookupTable::ctkVTKLookupTable | ( | QObject * | parent = 0 | ) |
| ctkVTKLookupTable::ctkVTKLookupTable | ( | vtkLookupTable * | lookupTable, |
| QObject * | parent = 0 |
||
| ) |
|
virtual |
|
virtual |
Implements ctkTransferFunction.
|
virtual |
Implements ctkTransferFunction.
|
protected |
|
virtual |
Implements ctkTransferFunction.
|
virtual |
Implements ctkTransferFunction.
|
virtual |
Implements ctkTransferFunction.
|
virtual |
Implements ctkTransferFunction.
| vtkLookupTable* ctkVTKLookupTable::lookupTable | ( | ) | const |
|
virtual |
Implements ctkTransferFunction.
|
virtual |
Implements ctkTransferFunction.
|
protected |
|
virtual |
Implements ctkTransferFunction.
|
virtual |
Implements ctkTransferFunction.
|
virtual |
be careful with it, as changing the value might require more changes to ctkControlPoint.
Implements ctkTransferFunction.
|
virtual |
be careful with it, as changing the value might require more changes to ctkControlPoint.
Implements ctkTransferFunction.
| void ctkVTKLookupTable::setLookupTable | ( | vtkLookupTable * | lookupTable | ) |
|
virtual |
Implements ctkTransferFunction.
|
protected |
Definition at line 70 of file ctkVTKLookupTable.h.