|
virtual int | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class. More...
|
|
vtkImageProperty * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
void | DeepCopy (vtkImageProperty *p) |
| Assign one property to another. More...
|
|
virtual void | SetColorWindow (double) |
| The window value for window/level. More...
|
|
virtual double | GetColorWindow () |
|
virtual void | SetColorLevel (double) |
| The level value for window/level. More...
|
|
virtual double | GetColorLevel () |
|
virtual void | SetLookupTable (vtkScalarsToColors *lut) |
| Specify a lookup table for the data. More...
|
|
virtual vtkScalarsToColors * | GetLookupTable () |
|
virtual void | SetUseLookupTableScalarRange (int) |
| Use the range that is set in the lookup table, instead of setting the range from the Window/Level settings. More...
|
|
virtual int | GetUseLookupTableScalarRange () |
|
virtual void | UseLookupTableScalarRangeOn () |
|
virtual void | UseLookupTableScalarRangeOff () |
|
virtual void | SetOpacity (double) |
| The opacity of the image, where 1.0 is opaque and 0.0 is transparent. More...
|
|
virtual double | GetOpacity () |
|
virtual void | SetAmbient (double) |
| The ambient lighting coefficient. More...
|
|
virtual double | GetAmbient () |
|
virtual void | SetDiffuse (double) |
| The diffuse lighting coefficient. More...
|
|
virtual double | GetDiffuse () |
|
virtual void | SetInterpolationType (int) |
| The interpolation type (default: nearest neighbor). More...
|
|
virtual int | GetInterpolationType () |
|
void | SetInterpolationTypeToNearest () |
|
void | SetInterpolationTypeToLinear () |
|
void | SetInterpolationTypeToCubic () |
|
virtual const char * | GetInterpolationTypeAsString () |
|
virtual void | SetLayerNumber (int) |
| Set the layer number. More...
|
|
int | GetLayerNumber () |
|
virtual void | SetCheckerboard (int) |
| Make a checkerboard pattern where the black squares are transparent. More...
|
|
virtual void | CheckerboardOn () |
|
virtual void | CheckerboardOff () |
|
virtual int | GetCheckerboard () |
|
virtual void | SetCheckerboardSpacing (double, double) |
| The spacing for checkerboarding. More...
|
|
void | SetCheckerboardSpacing (double[2]) |
|
virtual double * | GetCheckerboardSpacing () |
|
virtual void | GetCheckerboardSpacing (double &, double &) |
|
virtual void | GetCheckerboardSpacing (double[2]) |
|
virtual void | SetCheckerboardOffset (double, double) |
| The phase offset for checkerboarding, in units of spacing. More...
|
|
void | SetCheckerboardOffset (double[2]) |
|
virtual double * | GetCheckerboardOffset () |
|
virtual void | GetCheckerboardOffset (double &, double &) |
|
virtual void | GetCheckerboardOffset (double[2]) |
|
virtual void | SetBacking (int) |
| Use an opaque backing polygon, which will be visible where the image is translucent. More...
|
|
virtual void | BackingOn () |
|
virtual void | BackingOff () |
|
virtual int | GetBacking () |
|
virtual void | SetBackingColor (double, double, double) |
| Set the color of the backing polygon. More...
|
|
virtual void | SetBackingColor (double[3]) |
|
virtual double * | GetBackingColor () |
|
virtual void | GetBackingColor (double &, double &, double &) |
|
virtual void | GetBackingColor (double[3]) |
|
vtkMTimeType | GetMTime () |
| Get the MTime for this property. More...
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
| Turn debugging output on. More...
|
|
virtual void | DebugOff () |
| Turn debugging output off. More...
|
|
bool | GetDebug () |
| Get the value of the debug flag. More...
|
|
void | SetDebug (bool debugFlag) |
| Set the value of the debug flag. More...
|
|
virtual void | Modified () |
| Update the modification time for this object. More...
|
|
virtual vtkMTimeType | GetMTime () |
| Return this object's modified time. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
int | HasObserver (unsigned long event) |
|
int | HasObserver (const char *event) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Allow user to set the AbortFlagOn() with the return value of the callback method. More...
|
|
int | InvokeEvent (unsigned long event, void *callData) |
| This method invokes an event and return whether the event was aborted or not. More...
|
|
int | InvokeEvent (const char *event, void *callData) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
const char * | GetClassName () const |
| Return the class name as a string. More...
|
|
virtual vtkTypeBool | IsA (const char *name) |
| Return 1 if this class is the same type of (or a subclass of) the named class. More...
|
|
virtual void | Delete () |
| Delete a VTK object. More...
|
|
virtual void | FastDelete () |
| Delete a reference to this object. More...
|
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
| Print an object to an ostream. More...
|
|
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses. More...
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
virtual void | Register (vtkObjectBase *o) |
| Increase the reference count (mark as used by another object). More...
|
|
virtual void | UnRegister (vtkObjectBase *o) |
| Decrease the reference count (release by another object). More...
|
|
int | GetReferenceCount () |
| Return the current reference count of this object. More...
|
|
void | SetReferenceCount (int) |
| Sets the reference count. More...
|
|
void | PrintRevisions (ostream &) |
| Legacy. More...
|
|
image display properties
vtkImageProperty is an object that allows control of the display of an image slice.
- Thanks:
- Thanks to David Gobbi at the Seaman Family MR Centre and Dept. of Clinical Neurosciences, Foothills Medical Centre, Calgary, for providing this class.
- See also
- vtkImage vtkImageMapper3D vtkImageSliceMapper vtkImageResliceMapper
- Examples:
- vtkImageProperty (Examples)
- Tests:
- vtkImageProperty (Tests)
Definition at line 42 of file vtkImageProperty.h.