#include <vtkKWVolumePropertyPresetSelector.h>
Inheritance diagram for vtkKWVolumePropertyPresetSelector:
Public Member Functions | |
vtkTypeRevisionMacro (vtkKWVolumePropertyPresetSelector, vtkKWPresetSelector) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | SetPresetVolumeProperty (int id, vtkVolumeProperty *prop) |
virtual vtkVolumeProperty * | GetPresetVolumeProperty (int id) |
Static Public Member Functions | |
vtkKWVolumePropertyPresetSelector * | New () |
Protected Member Functions | |
vtkKWVolumePropertyPresetSelector () | |
~vtkKWVolumePropertyPresetSelector () | |
virtual void | DeAllocatePreset (int id) |
This class is a widget that can be used to store and apply volume property presets.
Definition at line 34 of file vtkKWVolumePropertyPresetSelector.h.
|
Definition at line 51 of file vtkKWVolumePropertyPresetSelector.h. |
|
|
|
Reimplemented from vtkKWPresetSelector. |
|
|
|
Reimplemented from vtkKWPresetSelector. |
|
Set/Get the volume property associated to the preset in the pool. Note that the volume property object passed as parameter is not stored or Register()'ed, only a copy is stored (and updated each time this method is called later on). Return 1 on success, 0 on error |
|
Set/Get the volume property associated to the preset in the pool. Note that the volume property object passed as parameter is not stored or Register()'ed, only a copy is stored (and updated each time this method is called later on). Return 1 on success, 0 on error |
|
Deallocate a preset. Subclasses should override this method to release the memory allocated by their own preset fields (do not forget to call the superclass first). |