00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../include/DGVVolumePlotVTK.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'DGVVolumePlotVTK.h' doesn't include <QObject>."
00013 #elif Q_MOC_OUTPUT_REVISION != 62
00014 #error "This file was generated using the moc from 4.6.3. It"
00015 #error "cannot be used with the include files from this version of Qt."
00016 #error "(The moc has changed too much.)"
00017 #endif
00018
00019 QT_BEGIN_MOC_NAMESPACE
00020 static const uint qt_meta_data_DGVVolumePlotVTK[] = {
00021
00022
00023 4,
00024 0,
00025 0, 0,
00026 12, 14,
00027 0, 0,
00028 0, 0,
00029 0, 0,
00030 0,
00031 1,
00032
00033
00034 18, 17, 17, 17, 0x05,
00035
00036
00037 59, 17, 17, 17, 0x0a,
00038 72, 17, 17, 17, 0x0a,
00039 81, 17, 17, 17, 0x0a,
00040 90, 17, 17, 17, 0x0a,
00041 99, 17, 17, 17, 0x0a,
00042 109, 17, 17, 17, 0x0a,
00043 122, 17, 17, 17, 0x0a,
00044 139, 17, 17, 17, 0x0a,
00045 166, 17, 17, 17, 0x0a,
00046 187, 17, 17, 17, 0x0a,
00047 194, 17, 17, 17, 0x0a,
00048
00049 0
00050 };
00051
00052 static const char qt_meta_stringdata_DGVVolumePlotVTK[] = {
00053 "DGVVolumePlotVTK\0\0"
00054 "surfacePlotAvailable(DGVSurfacePlotVTK*)\0"
00055 "scanVolume()\0xLabel()\0yLabel()\0zLabel()\0"
00056 "opacity()\0background()\0axesProperties()\0"
00057 "toggleAxesAsClosestTriad()\0"
00058 "toggleAntiAliasing()\0save()\0renameData()\0"
00059 };
00060
00061 const QMetaObject DGVVolumePlotVTK::staticMetaObject = {
00062 { &QVTKWidget::staticMetaObject, qt_meta_stringdata_DGVVolumePlotVTK,
00063 qt_meta_data_DGVVolumePlotVTK, 0 }
00064 };
00065
00066 #ifdef Q_NO_DATA_RELOCATION
00067 const QMetaObject &DGVVolumePlotVTK::getStaticMetaObject() { return staticMetaObject; }
00068 #endif //Q_NO_DATA_RELOCATION
00069
00070 const QMetaObject *DGVVolumePlotVTK::metaObject() const
00071 {
00072 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
00073 }
00074
00075 void *DGVVolumePlotVTK::qt_metacast(const char *_clname)
00076 {
00077 if (!_clname) return 0;
00078 if (!strcmp(_clname, qt_meta_stringdata_DGVVolumePlotVTK))
00079 return static_cast<void*>(const_cast< DGVVolumePlotVTK*>(this));
00080 return QVTKWidget::qt_metacast(_clname);
00081 }
00082
00083 int DGVVolumePlotVTK::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00084 {
00085 _id = QVTKWidget::qt_metacall(_c, _id, _a);
00086 if (_id < 0)
00087 return _id;
00088 if (_c == QMetaObject::InvokeMetaMethod) {
00089 switch (_id) {
00090 case 0: surfacePlotAvailable((*reinterpret_cast< DGVSurfacePlotVTK*(*)>(_a[1]))); break;
00091 case 1: scanVolume(); break;
00092 case 2: xLabel(); break;
00093 case 3: yLabel(); break;
00094 case 4: zLabel(); break;
00095 case 5: opacity(); break;
00096 case 6: background(); break;
00097 case 7: axesProperties(); break;
00098 case 8: toggleAxesAsClosestTriad(); break;
00099 case 9: toggleAntiAliasing(); break;
00100 case 10: save(); break;
00101 case 11: renameData(); break;
00102 default: ;
00103 }
00104 _id -= 12;
00105 }
00106 return _id;
00107 }
00108
00109
00110 void DGVVolumePlotVTK::surfacePlotAvailable(DGVSurfacePlotVTK * _t1)
00111 {
00112 void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
00113 QMetaObject::activate(this, &staticMetaObject, 0, _a);
00114 }
00115 QT_END_MOC_NAMESPACE