|
void | Render () override |
| Render the resulting image.
|
|
virtual int | GetResliceMode () |
|
virtual void | SetResliceMode (int resliceMode) |
|
virtual void | SetResliceModeToAxisAligned () |
|
virtual void | SetResliceModeToOblique () |
|
virtual void | Reset () |
| Reset all views back to initial state.
|
|
virtual void | IncrementSlice (int inc) |
| Increment/Decrement slice by 'inc' slices.
|
|
|
void | SetInputData (vtkImageData *in) override |
| Set/Get the input image to the viewer.
|
|
void | SetInputConnection (vtkAlgorithmOutput *input) override |
| Set/Get the input image to the viewer.
|
|
|
void | SetColorWindow (double s) override |
| Set window and level for mapping pixels to colors.
|
|
void | SetColorLevel (double s) override |
| Set window and level for mapping pixels to colors.
|
|
|
virtual vtkResliceCursorWidget * | GetResliceCursorWidget () |
| Get the internal render window, renderer, image actor, and image map instances.
|
|
|
vtkResliceCursor * | GetResliceCursor () |
| Set/Get the reslice cursor.
|
|
void | SetResliceCursor (vtkResliceCursor *rc) |
| Set/Get the reslice cursor.
|
|
|
virtual void | SetLookupTable (vtkScalarsToColors *) |
| Set the lookup table.
|
|
vtkScalarsToColors * | GetLookupTable () |
| Set the lookup table.
|
|
|
virtual void | SetThickMode (int) |
| Switch to / from thick mode.
|
|
virtual int | GetThickMode () |
| Switch to / from thick mode.
|
|
|
virtual vtkBoundedPlanePointPlacer * | GetPointPlacer () |
| Get the point placer.
|
|
|
virtual vtkResliceImageViewerMeasurements * | GetMeasurements () |
| Get the measurements manager.
|
|
|
virtual vtkRenderWindowInteractor * | GetInteractor () |
| Get the render window interactor.
|
|
|
virtual void | SetSliceScrollOnMouseWheel (vtkTypeBool) |
| Scroll slices on the mouse wheel ? In the case of MPR view, it moves one "normalized spacing" in the direction of the normal to the resliced plane, provided the new center will continue to lie within the volume.
|
|
virtual vtkTypeBool | GetSliceScrollOnMouseWheel () |
| Scroll slices on the mouse wheel ? In the case of MPR view, it moves one "normalized spacing" in the direction of the normal to the resliced plane, provided the new center will continue to lie within the volume.
|
|
virtual void | SliceScrollOnMouseWheelOn () |
| Scroll slices on the mouse wheel ? In the case of MPR view, it moves one "normalized spacing" in the direction of the normal to the resliced plane, provided the new center will continue to lie within the volume.
|
|
virtual void | SliceScrollOnMouseWheelOff () |
| Scroll slices on the mouse wheel ? In the case of MPR view, it moves one "normalized spacing" in the direction of the normal to the resliced plane, provided the new center will continue to lie within the volume.
|
|
|
virtual void | SetSliceScrollFactor (double) |
| Define a factor that will be applied in addition to the inter slice spacing when scrolling image.
|
|
virtual double | GetSliceScrollFactor () |
| Define a factor that will be applied in addition to the inter slice spacing when scrolling image.
|
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkImageViewer2 * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual const char * | GetWindowName () |
| Get the name of rendering window.
|
|
virtual void | Render () |
| Render the resulting image.
|
|
virtual int | GetSliceOrientation () |
|
virtual void | SetSliceOrientation (int orientation) |
|
virtual void | SetSliceOrientationToXY () |
|
virtual void | SetSliceOrientationToYZ () |
|
virtual void | SetSliceOrientationToXZ () |
|
virtual void | UpdateDisplayExtent () |
| Update the display extent manually so that the proper slice for the given orientation is displayed.
|
|
virtual void | SetupInteractor (vtkRenderWindowInteractor *) |
| Attach an interactor for the internal render window.
|
|
virtual vtkImageData * | GetInput () |
| Set/Get the input image to the viewer.
|
|
virtual int | GetSlice () |
| Set/Get the current slice to display (depending on the orientation this can be in X, Y or Z).
|
|
virtual void | SetSlice (int s) |
| Set/Get the current slice to display (depending on the orientation this can be in X, Y or Z).
|
|
virtual int | GetSliceMin () |
| Return the minimum and maximum slice values (depending on the orientation this can be in X, Y or Z).
|
|
virtual int | GetSliceMax () |
| Return the minimum and maximum slice values (depending on the orientation this can be in X, Y or Z).
|
|
virtual void | GetSliceRange (int range[2]) |
| Return the minimum and maximum slice values (depending on the orientation this can be in X, Y or Z).
|
|
virtual void | GetSliceRange (int &min, int &max) |
| Return the minimum and maximum slice values (depending on the orientation this can be in X, Y or Z).
|
|
virtual int * | GetSliceRange () |
| Return the minimum and maximum slice values (depending on the orientation this can be in X, Y or Z).
|
|
virtual double | GetColorWindow () |
| Set window and level for mapping pixels to colors.
|
|
virtual double | GetColorLevel () |
| Set window and level for mapping pixels to colors.
|
|
virtual void | SetDisplayId (void *a) |
| These are here when using a Tk window.
|
|
virtual void | SetWindowId (void *a) |
| These are here when using a Tk window.
|
|
virtual void | SetParentId (void *a) |
| These are here when using a Tk window.
|
|
virtual int * | GetPosition () |
| Get the position (x and y) of the rendering window in screen coordinates (in pixels).
|
|
virtual void | SetPosition (int x, int y) |
| Set the position (x and y) of the rendering window in screen coordinates (in pixels).
|
|
virtual void | SetPosition (int a[2]) |
| Get the position (x and y) of the rendering window in screen coordinates (in pixels).
|
|
virtual int * | GetSize () |
| Get the size (width and height) of the rendering window in screen coordinates (in pixels).
|
|
virtual void | SetSize (int width, int height) |
| Set the size (width and height) of the rendering window in screen coordinates (in pixels).
|
|
virtual void | SetSize (int a[2]) |
| Get the size (width and height) of the rendering window in screen coordinates (in pixels).
|
|
virtual vtkRenderWindow * | GetRenderWindow () |
| Get the internal render window, renderer, image actor, and image map instances.
|
|
virtual vtkRenderer * | GetRenderer () |
| Get the internal render window, renderer, image actor, and image map instances.
|
|
virtual vtkImageActor * | GetImageActor () |
| Get the internal render window, renderer, image actor, and image map instances.
|
|
virtual vtkImageMapToWindowLevelColors * | GetWindowLevel () |
| Get the internal render window, renderer, image actor, and image map instances.
|
|
virtual vtkInteractorStyleImage * | GetInteractorStyle () |
| Get the internal render window, renderer, image actor, and image map instances.
|
|
virtual void | SetRenderWindow (vtkRenderWindow *arg) |
| Set your own renderwindow and renderer.
|
|
virtual void | SetRenderer (vtkRenderer *arg) |
| Set your own renderwindow and renderer.
|
|
virtual void | SetOffScreenRendering (vtkTypeBool) |
| Create a window in memory instead of on the screen.
|
|
virtual vtkTypeBool | GetOffScreenRendering () |
| Create a window in memory instead of on the screen.
|
|
virtual void | OffScreenRenderingOn () |
| Create a window in memory instead of on the screen.
|
|
virtual void | OffScreenRenderingOff () |
| Create a window in memory instead of on the screen.
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
| Turn debugging output on.
|
|
virtual void | DebugOff () |
| Turn debugging output off.
|
|
bool | GetDebug () |
| Get the value of the debug flag.
|
|
void | SetDebug (bool debugFlag) |
| Set the value of the debug flag.
|
|
virtual void | Modified () |
| Update the modification time for this object.
|
|
virtual vtkMTimeType | GetMTime () |
| Return this object's modified time.
|
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
vtkTypeBool | HasObserver (unsigned long event) |
|
vtkTypeBool | HasObserver (const char *event) |
|
vtkTypeBool | InvokeEvent (unsigned long event) |
|
vtkTypeBool | InvokeEvent (const char *event) |
|
std::string | GetObjectDescription () const override |
| The object description printed in messages and PrintSelf output.
|
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkCommand * | GetCommand (unsigned long tag) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObserver (vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObservers (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
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.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
|
|
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.
|
|
vtkTypeBool | InvokeEvent (unsigned long event, void *callData) |
| This method invokes an event and return whether the event was aborted or not.
|
|
vtkTypeBool | InvokeEvent (const char *event, void *callData) |
| This method invokes an event and return whether the event was aborted or not.
|
|
virtual void | SetObjectName (const std::string &objectName) |
| Set/get the name of this object for reporting purposes.
|
|
virtual std::string | GetObjectName () const |
| Set/get the name of this object for reporting purposes.
|
|
const char * | GetClassName () const |
| Return the class name as a string.
|
|
virtual std::string | GetObjectDescription () const |
| The object description printed in messages and PrintSelf output.
|
|
virtual vtkTypeBool | IsA (const char *name) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
virtual vtkIdType | GetNumberOfGenerationsFromBase (const char *name) |
| Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
|
|
virtual void | Delete () |
| Delete a VTK object.
|
|
virtual void | FastDelete () |
| Delete a reference to this object.
|
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
| Print an object to an ostream.
|
|
void | Register (vtkObjectBase *o) |
| Increase the reference count (mark as used by another object).
|
|
virtual void | UnRegister (vtkObjectBase *o) |
| Decrease the reference count (release by another object).
|
|
int | GetReferenceCount () |
| Return the current reference count of this object.
|
|
void | SetReferenceCount (int) |
| Sets the reference count.
|
|
bool | GetIsInMemkind () const |
| A local state flag that remembers whether this object lives in the normal or extended memory space.
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual bool | UsesGarbageCollector () const |
| Indicate whether the class uses vtkGarbageCollector or not.
|
|