arbeit
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

SlicerMulti.h

Go to the documentation of this file.
00001 //------------------------------------------------------------------------
00002 //
00003 //   Joe Kniss
00004 //     6-20-03
00005 //                   ________    ____   ___ 
00006 //                  |        \  /    | /  /
00007 //                  +---+     \/     |/  /
00008 //                  +--+|  |\    /|     < 
00009 //                  |  ||  | \  / |  |\  \ 
00010 //                  |      |  \/  |  | \  \ 
00011 //                   \_____|      |__|  \__\
00012 //                       Copyright  2003 
00013 //                      Joe Michael Kniss
00014 //                   <<< jmk@cs.utah.edu >>>
00015 //               "All Your Base are Belong to Us"
00016 //-------------------------------------------------------------------------
00017 
00018 
00019 ///SlicerMulti.h
00020 ///  simianUI
00021 
00022 #ifndef __SIMIAN_SLICER_MULTI_DOT_H
00023 #define __SIMIAN_SLICER_MULTI_DOT_H
00024 
00025 #include "SlicerBase.h"
00026 
00027 class SlicerMulti : public SlicerBase {
00028    Q_OBJECT
00029 public:
00030    SlicerMulti(QWidget *parent=0, const char *name=0, WFlags wf = 0);
00031    virtual ~SlicerMulti() {}
00032 
00033 public slots:
00034    virtual void setVolume(VolumeSP vol);
00035 
00036 
00037 protected:
00038 
00039    virtual void confSliceView();
00040 
00041 };
00042 
00043 
00044 #endif
00045 
00046 

Send questions, comments, and bug reports to:
jmk