#include <rviewDModes.hh>
|
| rviewImage (mdd_frame *mf, int es, unsigned int flags=0) |
|
virtual | ~rviewImage (void) |
|
virtual int | openViewer (void) |
|
virtual void | label (void) |
|
virtual int | process (wxObject &obj, wxEvent &evt) |
|
virtual void | processMouseEvent (wxMouseEvent &mevt) |
|
virtual int | userEvent (const user_event &ue) |
|
virtual void | prepareToDie (void) |
|
virtual int | newProjection (void)=0 |
|
virtual int | requestQuit (int level) |
|
virtual void | OnSize (int w, int h) |
|
virtual void | OnMenuCommand (int id) |
|
virtual bool | OnClose (void) |
|
virtual const char * | getFrameName (void) const |
|
virtual rviewFrameType | getFrameType (void) const |
|
| rviewDisplay (mdd_frame *mf, int es, unsigned int flags=0) |
|
virtual | ~rviewDisplay (void) |
|
void | closeViewer (void) |
|
virtual int | getViewerType (void) const =0 |
|
virtual const r_Minterval & | getVirtualDomain (void) const |
|
void | noLongerUpdate (void) |
|
int | getIdentifier (void) const |
|
int | getDisplayCounter (void) const |
|
void | setQueryWindow (int qwindowID) |
|
| rviewFrame (wxFrame *parent, char *title, int x, int y, int w, int h) |
|
virtual | ~rviewFrame (void) |
|
int | checkobj (wxObject &obj) |
|
virtual void | childMouseEvent (wxWindow *child, wxMouseEvent &mevt) |
|
void | setParent (rviewFrame *parent) |
|
void | registerChild (rviewFrame *child) |
|
void | deregisterChild (rviewFrame *child) |
|
|
enum | display_advmode_e { display_advmode_relative,
display_advmode_absolute,
display_advmode_reset
} |
|
static void | writeViewKey (FILE *fp, const char *key) |
|
static void | writeViewParam (FILE *fp, const char *key, const char *value) |
|
static void | writeViewParam (FILE *fp, const char *key, long value) |
|
static void | writeViewParam (FILE *fp, const char *key, double value) |
|
static void | writeViewParam (FILE *fp, const char *key, unsigned int num, const long *values) |
|
static void | writeViewParam (FILE *fp, const char *key, unsigned int num, const double *values) |
|
static int | readVector (const char *value, unsigned int num, long *values) |
|
static int | readVector (const char *value, unsigned int num, double *values) |
|
rviewImage::rviewImage |
( |
mdd_frame * |
mf, |
|
|
int |
es, |
|
|
unsigned int |
flags = 0 |
|
) |
| |
virtual rviewImage::~rviewImage |
( |
void |
| ) |
|
|
virtual |
virtual bool rviewImage::canRotateObject |
( |
void |
| ) |
const |
|
protectedvirtual |
virtual int rviewImage::configMenuInitHook |
( |
wxMenu * |
menu | ) |
|
|
protectedvirtual |
void rviewImage::configureCspace |
( |
bool |
state | ) |
|
|
protected |
virtual void rviewImage::configureMode |
( |
void |
| ) |
|
|
protectedvirtual |
virtual bool rviewImage::cspaceRangeHook |
( |
bool |
suggest | ) |
|
|
protectedvirtual |
void rviewImage::deleteViewCspace |
( |
void |
| ) |
|
|
protected |
void rviewImage::ensureViewCspace |
( |
void |
| ) |
|
|
protected |
virtual int rviewImage::fileMenuInitHook |
( |
wxMenu * |
menu | ) |
|
|
protectedvirtual |
int rviewImage::freeDimsFromProjection |
( |
int & |
dim1, |
|
|
int & |
dim2, |
|
|
r_Point * |
map |
|
) |
| |
|
protected |
virtual const char* rviewImage::getFrameName |
( |
void |
| ) |
const |
|
virtual |
static int rviewImage::getPixmapFlags |
( |
void |
| ) |
|
|
static |
virtual char* rviewImage::initMode |
( |
void |
| ) |
|
|
protectedpure virtual |
virtual void rviewImage::label |
( |
void |
| ) |
|
|
virtual |
virtual void rviewImage::loadViewFinished |
( |
void |
| ) |
|
|
protectedvirtual |
virtual char* rviewImage::movieNewFrame |
( |
void |
| ) |
|
|
protectedvirtual |
virtual bool rviewImage::moviePossible |
( |
void |
| ) |
const |
|
protectedvirtual |
virtual int rviewImage::newProjection |
( |
void |
| ) |
|
|
pure virtual |
virtual bool rviewImage::OnClose |
( |
void |
| ) |
|
|
virtual |
virtual void rviewImage::OnMenuCommand |
( |
int |
id | ) |
|
|
virtual |
virtual void rviewImage::OnSize |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
|
virtual |
virtual int rviewImage::openViewer |
( |
void |
| ) |
|
|
virtual |
virtual void rviewImage::prepareToDie |
( |
void |
| ) |
|
|
virtual |
virtual int rviewImage::process |
( |
wxObject & |
obj, |
|
|
wxEvent & |
evt |
|
) |
| |
|
virtual |
virtual void rviewImage::processMouseEvent |
( |
wxMouseEvent & |
mevt | ) |
|
|
virtual |
virtual void rviewImage::projectObjectHook |
( |
void |
| ) |
|
|
protectedvirtual |
virtual int rviewImage::readView |
( |
const char * |
key, |
|
|
const char * |
value |
|
) |
| |
|
protectedvirtual |
virtual int rviewImage::requestQuit |
( |
int |
level | ) |
|
|
virtual |
void rviewImage::resizeImage |
( |
void |
| ) |
|
|
protected |
virtual void rviewImage::rotateObject |
( |
wxMouseEvent & |
mevt | ) |
|
|
protectedvirtual |
virtual int rviewImage::saveView |
( |
FILE * |
fp | ) |
|
|
protectedvirtual |
void rviewImage::setCspaceProjMode |
( |
bool |
pmode | ) |
|
|
protected |
virtual bool rviewImage::showScaleSlider |
( |
void |
| ) |
const |
|
protectedvirtual |
void rviewImage::updatePixmap |
( |
char * |
oldData, |
|
|
char * |
newData |
|
) |
| |
|
protected |
virtual int rviewImage::userEvent |
( |
const user_event & |
ue | ) |
|
|
virtual |
bool rviewImage::cspaceForType |
|
protected |
bool rviewImage::doFullRangeCspace |
|
protected |
bool rviewImage::doProjRangeCspace |
|
protected |
bool rviewImage::doValToCspace |
|
protected |
unsigned int rviewImage::freeDims |
|
protected |
const int rviewImage::image_bbheight |
|
static |
const int rviewImage::image_bbwidth |
|
static |
const int rviewImage::image_bheight |
|
static |
const int rviewImage::image_bwidth |
|
static |
const int rviewImage::image_chkheight |
|
static |
const int rviewImage::image_chkwidth |
|
static |
const int rviewImage::image_ctrly |
|
static |
const int rviewImage::image_draghotzone |
|
static |
const int rviewImage::image_dragtoff |
|
static |
const int rviewImage::image_dragtspace |
|
static |
const int rviewImage::image_minheight |
|
static |
const int rviewImage::image_minwidth |
|
static |
const int rviewImage::image_pbheight |
|
static |
const int rviewImage::image_pbwidth |
|
static |
const int rviewImage::image_sheight |
|
static |
const int rviewImage::image_swidth |
|
static |
const int rviewImage::image_theight |
|
static |
const int rviewImage::image_totaly |
|
static |
const int rviewImage::image_twidth |
|
static |
char* rviewImage::imgData |
|
protected |
bool rviewImage::initPhaseFinished |
|
protected |
int rviewImage::lastMovieMode |
|
protected |
int rviewImage::pixHeight |
|
protected |
int rviewImage::playDirection |
|
protected |
double rviewImage::scaleValue |
|
protected |
const char* rviewImage::view_CspaceFull |
|
staticprotected |
const char* rviewImage::view_CspaceMeans |
|
staticprotected |
const char* rviewImage::view_CspaceProj |
|
staticprotected |
const char* rviewImage::view_CspaceRange |
|
staticprotected |
const char* rviewImage::view_CspaceSigmas |
|
staticprotected |
const char* rviewImage::view_CspaceType |
|
staticprotected |
const char* rviewImage::view_ScaleValue |
|
staticprotected |
const char* rviewImage::view_ScrollPos |
|
staticprotected |
const char* rviewImage::view_UseCspace |
|
staticprotected |
int rviewImage::virtualPitch |
|
protected |
The documentation for this class was generated from the following file: