NIREP
|
Public Member Functions | |
void | Make () |
void | Update () |
vtkTypeRevisionMacro (NIREPRectilinearWipeWidget, NIREPDisplaySuperClass) | |
Static Public Member Functions | |
static NIREPRectilinearWipeWidget * | New () |
Protected Member Functions | |
virtual void | CreateWidget () |
NIREPRectilinearWipeWidget () | |
~NIREPRectilinearWipeWidget () |
Author: Jeffrey Hawley /*This class is made to take a slice of an image (file one) and a slice of another image (file two) and use a widget from vtk to display two images in a checker form but you can change the . The way that this class works is that the file locations need to be specified along with the window. Now that we are moving over to wxWidgets, this class will probably eventually inherit from a window base and so you will not have to specify a window. Then call CreateOverlap to create the overlap feature in a window. To change the different slices use SetSlice to set the slice number and then call update.
NIREPRectilinearWipeWidget::NIREPRectilinearWipeWidget | ( | ) | [protected] |
NIREPRectilinearWipeWidget::~NIREPRectilinearWipeWidget | ( | ) | [protected] |
void NIREPRectilinearWipeWidget::CreateWidget | ( | ) | [protected, virtual] |
void NIREPRectilinearWipeWidget::Make | ( | ) |
static NIREPRectilinearWipeWidget* NIREPRectilinearWipeWidget::New | ( | ) | [static] |
void NIREPRectilinearWipeWidget::Update | ( | ) |
NIREPRectilinearWipeWidget::vtkTypeRevisionMacro | ( | NIREPRectilinearWipeWidget | , |
NIREPDisplaySuperClass | |||
) |