removing files added by accident due to problem with my svn eclipse plugin

This commit is contained in:
Paolo Cignoni cignoni 2008-06-04 10:54:09 +00:00
parent cf339be15f
commit ced202ba69
13 changed files with 0 additions and 2114 deletions

View File

@ -1,141 +0,0 @@
#############################################################################
# Makefile for building: libedit_morpher.so
# Generated by qmake (2.01a) (Qt 4.4.0) on: Tue Jun 3 18:23:53 2008
# Project: edit_morpher.pro
# Template: lib
# Command: /usr/bin/qmake -unix -o Makefile edit_morpher.pro
#############################################################################
first: release
install: release-install
uninstall: release-uninstall
MAKEFILE = Makefile
QMAKE = /usr/bin/qmake
DEL_FILE = rm -f
CHK_DIR_EXISTS= test -d
MKDIR = mkdir -p
COPY = cp -f
COPY_FILE = $(COPY)
COPY_DIR = $(COPY) -r
INSTALL_FILE = install -m 644 -p
INSTALL_PROGRAM = install -m 755 -p
INSTALL_DIR = $(COPY_DIR)
DEL_FILE = rm -f
SYMLINK = ln -sf
DEL_DIR = rmdir
MOVE = mv -f
CHK_DIR_EXISTS= test -d
MKDIR = mkdir -p
SUBTARGETS = \
release \
debug
release: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release
release-make_default: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release
release-make_first: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release first
release-all: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release all
release-clean: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release clean
release-distclean: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release distclean
release-install: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release install
release-uninstall: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release uninstall
debug: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug
debug-make_default: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug
debug-make_first: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug first
debug-all: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug all
debug-clean: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug clean
debug-distclean: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug distclean
debug-install: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug install
debug-uninstall: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug uninstall
Makefile: edit_morpher.pro /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \
/usr/share/qt4/mkspecs/common/unix.conf \
/usr/share/qt4/mkspecs/common/linux.conf \
/usr/share/qt4/mkspecs/qconfig.pri \
/usr/share/qt4/mkspecs/features/qt_functions.prf \
/usr/share/qt4/mkspecs/features/qt_config.prf \
/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
/usr/share/qt4/mkspecs/features/default_pre.prf \
../../shared.pri \
/usr/share/qt4/mkspecs/features/release.prf \
/usr/share/qt4/mkspecs/features/debug_and_release.prf \
/usr/share/qt4/mkspecs/features/default_post.prf \
/usr/share/qt4/mkspecs/features/warn_on.prf \
/usr/share/qt4/mkspecs/features/qt.prf \
/usr/share/qt4/mkspecs/features/unix/opengl.prf \
/usr/share/qt4/mkspecs/features/unix/thread.prf \
/usr/share/qt4/mkspecs/features/moc.prf \
/usr/share/qt4/mkspecs/features/resources.prf \
/usr/share/qt4/mkspecs/features/uic.prf \
/usr/share/qt4/mkspecs/features/yacc.prf \
/usr/share/qt4/mkspecs/features/lex.prf \
/usr/lib/libQtOpenGL.prl \
/usr/lib/libQtGui.prl \
/usr/lib/libQtCore.prl
$(QMAKE) -unix -o Makefile edit_morpher.pro
/usr/share/qt4/mkspecs/common/g++.conf:
/usr/share/qt4/mkspecs/common/unix.conf:
/usr/share/qt4/mkspecs/common/linux.conf:
/usr/share/qt4/mkspecs/qconfig.pri:
/usr/share/qt4/mkspecs/features/qt_functions.prf:
/usr/share/qt4/mkspecs/features/qt_config.prf:
/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
/usr/share/qt4/mkspecs/features/default_pre.prf:
../../shared.pri:
/usr/share/qt4/mkspecs/features/release.prf:
/usr/share/qt4/mkspecs/features/debug_and_release.prf:
/usr/share/qt4/mkspecs/features/default_post.prf:
/usr/share/qt4/mkspecs/features/warn_on.prf:
/usr/share/qt4/mkspecs/features/qt.prf:
/usr/share/qt4/mkspecs/features/unix/opengl.prf:
/usr/share/qt4/mkspecs/features/unix/thread.prf:
/usr/share/qt4/mkspecs/features/moc.prf:
/usr/share/qt4/mkspecs/features/resources.prf:
/usr/share/qt4/mkspecs/features/uic.prf:
/usr/share/qt4/mkspecs/features/yacc.prf:
/usr/share/qt4/mkspecs/features/lex.prf:
/usr/lib/libQtOpenGL.prl:
/usr/lib/libQtGui.prl:
/usr/lib/libQtCore.prl:
qmake: qmake_all FORCE
@$(QMAKE) -unix -o Makefile edit_morpher.pro
qmake_all: FORCE
make_default: release-make_default debug-make_default FORCE
make_first: release-make_first debug-make_first FORCE
all: release-all debug-all FORCE
clean: release-clean debug-clean FORCE
distclean: release-distclean debug-distclean FORCE
-$(DEL_FILE) Makefile
release-mocclean: $(MAKEFILE).Release
$(MAKE) -f $(MAKEFILE).Release mocclean
debug-mocclean: $(MAKEFILE).Debug
$(MAKE) -f $(MAKEFILE).Debug mocclean
mocclean: release-mocclean debug-mocclean
release-mocables: $(MAKEFILE).Release
$(MAKE) -f $(MAKEFILE).Release mocables
debug-mocables: $(MAKEFILE).Debug
$(MAKE) -f $(MAKEFILE).Debug mocables
mocables: release-mocables debug-mocables
FORCE:
$(MAKEFILE).Release: Makefile
$(MAKEFILE).Debug: Makefile

View File

@ -1,203 +0,0 @@
#############################################################################
# Makefile for building: libedit_morpher.so
# Generated by qmake (2.01a) (Qt 4.4.0) on: Tue Jun 3 18:23:53 2008
# Project: edit_morpher.pro
# Template: lib
#############################################################################
####### Compiler, tools and options
CC = gcc
CXX = g++
DEFINES = -DGLEW_STATIC -DQT_PLUGIN -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS = -pipe -g -Wall -W -D_REENTRANT -fPIC $(DEFINES)
CXXFLAGS = -pipe -g -Wall -W -D_REENTRANT -fPIC $(DEFINES)
INCPATH = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I../.. -I../../../../sf -I../../../../code/lib/glew/include -I/usr/X11R6/include -Idebug -I.
LINK = g++
LFLAGS = -Wl,--no-undefined -shared
LIBS = $(SUBLIBS) -L/usr/lib -L/usr/X11R6/lib -lQtOpenGL -lQtGui -lQtCore -lGLU -lGL -lpthread
AR = ar cqs
RANLIB =
QMAKE = /usr/bin/qmake
TAR = tar -cf
COMPRESS = gzip -9f
COPY = cp -f
SED = sed
COPY_FILE = $(COPY)
COPY_DIR = $(COPY) -r
INSTALL_FILE = install -m 644 -p
INSTALL_DIR = $(COPY_DIR)
INSTALL_PROGRAM = install -m 755 -p
DEL_FILE = rm -f
SYMLINK = ln -sf
DEL_DIR = rmdir
MOVE = mv -f
CHK_DIR_EXISTS= test -d
MKDIR = mkdir -p
####### Output directory
OBJECTS_DIR = debug/
####### Files
SOURCES = morpher.cpp \
morpherDialog.cpp debug/moc_morpher.cpp \
debug/moc_morpherDialog.cpp \
debug/qrc_morpher.cpp
OBJECTS = debug/morpher.o \
debug/morpherDialog.o \
debug/moc_morpher.o \
debug/moc_morpherDialog.o \
debug/qrc_morpher.o
DIST = /usr/share/qt4/mkspecs/common/g++.conf \
/usr/share/qt4/mkspecs/common/unix.conf \
/usr/share/qt4/mkspecs/common/linux.conf \
/usr/share/qt4/mkspecs/qconfig.pri \
/usr/share/qt4/mkspecs/features/qt_functions.prf \
/usr/share/qt4/mkspecs/features/qt_config.prf \
/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
/usr/share/qt4/mkspecs/features/default_pre.prf \
../../shared.pri \
/usr/share/qt4/mkspecs/features/debug.prf \
/usr/share/qt4/mkspecs/features/debug_and_release.prf \
/usr/share/qt4/mkspecs/features/default_post.prf \
/usr/share/qt4/mkspecs/features/build_pass.prf \
/usr/share/qt4/mkspecs/features/warn_on.prf \
/usr/share/qt4/mkspecs/features/qt.prf \
/usr/share/qt4/mkspecs/features/unix/opengl.prf \
/usr/share/qt4/mkspecs/features/unix/thread.prf \
/usr/share/qt4/mkspecs/features/moc.prf \
/usr/share/qt4/mkspecs/features/resources.prf \
/usr/share/qt4/mkspecs/features/uic.prf \
/usr/share/qt4/mkspecs/features/yacc.prf \
/usr/share/qt4/mkspecs/features/lex.prf \
edit_morpher.pro
QMAKE_TARGET = edit_morpher
DESTDIR = ../../meshlab/plugins/
TARGET = libedit_morpher.so
TARGETD = libedit_morpher.so
first: all
####### Implicit rules
.SUFFIXES: .o .c .cpp .cc .cxx .C
.cpp.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.cc.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.cxx.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.C.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.c.o:
$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
####### Build rules
all: Makefile.Debug ../../meshlab/plugins/$(TARGET)
../../meshlab/plugins/$(TARGET): ui_morpherDialog.h $(OBJECTS) $(SUBLIBS) $(OBJCOMP)
@$(CHK_DIR_EXISTS) ../../meshlab/plugins/ || $(MKDIR) ../../meshlab/plugins/
-$(DEL_FILE) $(TARGET)
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) $(OBJCOMP)
-$(MOVE) $(TARGET) ../../meshlab/plugins/
qmake: FORCE
@$(QMAKE) -unix -o Makefile.Debug edit_morpher.pro
dist:
@$(CHK_DIR_EXISTS) debug/edit_morpher1.0.0 || $(MKDIR) debug/edit_morpher1.0.0
$(COPY_FILE) --parents $(SOURCES) $(DIST) debug/edit_morpher1.0.0/ && $(COPY_FILE) --parents morpher.h morpherDialog.h ../../meshlab/meshmodel.h debug/edit_morpher1.0.0/ && $(COPY_FILE) --parents morpher.qrc debug/edit_morpher1.0.0/ && $(COPY_FILE) --parents morpher.cpp morpherDialog.cpp debug/edit_morpher1.0.0/ && $(COPY_FILE) --parents morpherDialog.ui debug/edit_morpher1.0.0/ && (cd `dirname debug/edit_morpher1.0.0` && $(TAR) edit_morpher1.0.0.tar edit_morpher1.0.0 && $(COMPRESS) edit_morpher1.0.0.tar) && $(MOVE) `dirname debug/edit_morpher1.0.0`/edit_morpher1.0.0.tar.gz . && $(DEL_FILE) -r debug/edit_morpher1.0.0
clean:compiler_clean
-$(DEL_FILE) $(OBJECTS)
-$(DEL_FILE) *~ core *.core
####### Sub-libraries
distclean: clean
-$(DEL_FILE) $(TARGET)
-$(DEL_FILE) Makefile.Debug
mocclean: compiler_moc_header_clean compiler_moc_source_clean
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
compiler_moc_header_make_all: debug/moc_morpher.cpp debug/moc_morpherDialog.cpp
compiler_moc_header_clean:
-$(DEL_FILE) debug/moc_morpher.cpp debug/moc_morpherDialog.cpp
debug/moc_morpher.cpp: morpherDialog.h \
ui_morpherDialog.h \
morpher.h
/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) morpher.h -o debug/moc_morpher.cpp
debug/moc_morpherDialog.cpp: ui_morpherDialog.h \
morpherDialog.h
/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) morpherDialog.h -o debug/moc_morpherDialog.cpp
compiler_rcc_make_all: debug/qrc_morpher.cpp
compiler_rcc_clean:
-$(DEL_FILE) debug/qrc_morpher.cpp
debug/qrc_morpher.cpp: morpher.qrc \
images/morpher.png
/usr/bin/rcc -name morpher morpher.qrc -o debug/qrc_morpher.cpp
compiler_image_collection_make_all: qmake_image_collection.cpp
compiler_image_collection_clean:
-$(DEL_FILE) qmake_image_collection.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all: ui_morpherDialog.h
compiler_uic_clean:
-$(DEL_FILE) ui_morpherDialog.h
ui_morpherDialog.h: morpherDialog.ui
/usr/bin/uic-qt4 morpherDialog.ui -o ui_morpherDialog.h
compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_uic_clean
####### Compile
debug/morpher.o: morpher.cpp morpher.h \
morpherDialog.h \
ui_morpherDialog.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/morpher.o morpher.cpp
debug/morpherDialog.o: morpherDialog.cpp morpher.h \
morpherDialog.h \
ui_morpherDialog.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/morpherDialog.o morpherDialog.cpp
debug/moc_morpher.o: debug/moc_morpher.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_morpher.o debug/moc_morpher.cpp
debug/moc_morpherDialog.o: debug/moc_morpherDialog.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_morpherDialog.o debug/moc_morpherDialog.cpp
debug/qrc_morpher.o: debug/qrc_morpher.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/qrc_morpher.o debug/qrc_morpher.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE:

View File

@ -1,203 +0,0 @@
#############################################################################
# Makefile for building: libedit_morpher.so
# Generated by qmake (2.01a) (Qt 4.4.0) on: Tue Jun 3 18:23:53 2008
# Project: edit_morpher.pro
# Template: lib
#############################################################################
####### Compiler, tools and options
CC = gcc
CXX = g++
DEFINES = -DGLEW_STATIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS = -pipe -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
CXXFLAGS = -pipe -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
INCPATH = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I../.. -I../../../../sf -I../../../../code/lib/glew/include -I/usr/X11R6/include -Irelease -I.
LINK = g++
LFLAGS = -Wl,--no-undefined -shared
LIBS = $(SUBLIBS) -L/usr/lib -L/usr/X11R6/lib -lQtOpenGL -lQtGui -lQtCore -lGLU -lGL -lpthread
AR = ar cqs
RANLIB =
QMAKE = /usr/bin/qmake
TAR = tar -cf
COMPRESS = gzip -9f
COPY = cp -f
SED = sed
COPY_FILE = $(COPY)
COPY_DIR = $(COPY) -r
INSTALL_FILE = install -m 644 -p
INSTALL_DIR = $(COPY_DIR)
INSTALL_PROGRAM = install -m 755 -p
DEL_FILE = rm -f
SYMLINK = ln -sf
DEL_DIR = rmdir
MOVE = mv -f
CHK_DIR_EXISTS= test -d
MKDIR = mkdir -p
####### Output directory
OBJECTS_DIR = release/
####### Files
SOURCES = morpher.cpp \
morpherDialog.cpp release/moc_morpher.cpp \
release/moc_morpherDialog.cpp \
release/qrc_morpher.cpp
OBJECTS = release/morpher.o \
release/morpherDialog.o \
release/moc_morpher.o \
release/moc_morpherDialog.o \
release/qrc_morpher.o
DIST = /usr/share/qt4/mkspecs/common/g++.conf \
/usr/share/qt4/mkspecs/common/unix.conf \
/usr/share/qt4/mkspecs/common/linux.conf \
/usr/share/qt4/mkspecs/qconfig.pri \
/usr/share/qt4/mkspecs/features/qt_functions.prf \
/usr/share/qt4/mkspecs/features/qt_config.prf \
/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
/usr/share/qt4/mkspecs/features/default_pre.prf \
../../shared.pri \
/usr/share/qt4/mkspecs/features/release.prf \
/usr/share/qt4/mkspecs/features/debug_and_release.prf \
/usr/share/qt4/mkspecs/features/default_post.prf \
/usr/share/qt4/mkspecs/features/build_pass.prf \
/usr/share/qt4/mkspecs/features/warn_on.prf \
/usr/share/qt4/mkspecs/features/qt.prf \
/usr/share/qt4/mkspecs/features/unix/opengl.prf \
/usr/share/qt4/mkspecs/features/unix/thread.prf \
/usr/share/qt4/mkspecs/features/moc.prf \
/usr/share/qt4/mkspecs/features/resources.prf \
/usr/share/qt4/mkspecs/features/uic.prf \
/usr/share/qt4/mkspecs/features/yacc.prf \
/usr/share/qt4/mkspecs/features/lex.prf \
edit_morpher.pro
QMAKE_TARGET = edit_morpher
DESTDIR = ../../meshlab/plugins/
TARGET = libedit_morpher.so
TARGETD = libedit_morpher.so
first: all
####### Implicit rules
.SUFFIXES: .o .c .cpp .cc .cxx .C
.cpp.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.cc.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.cxx.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.C.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.c.o:
$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
####### Build rules
all: Makefile.Release ../../meshlab/plugins/$(TARGET)
../../meshlab/plugins/$(TARGET): ui_morpherDialog.h $(OBJECTS) $(SUBLIBS) $(OBJCOMP)
@$(CHK_DIR_EXISTS) ../../meshlab/plugins/ || $(MKDIR) ../../meshlab/plugins/
-$(DEL_FILE) $(TARGET)
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) $(OBJCOMP)
-$(MOVE) $(TARGET) ../../meshlab/plugins/
qmake: FORCE
@$(QMAKE) -unix -o Makefile.Release edit_morpher.pro
dist:
@$(CHK_DIR_EXISTS) release/edit_morpher1.0.0 || $(MKDIR) release/edit_morpher1.0.0
$(COPY_FILE) --parents $(SOURCES) $(DIST) release/edit_morpher1.0.0/ && $(COPY_FILE) --parents morpher.h morpherDialog.h ../../meshlab/meshmodel.h release/edit_morpher1.0.0/ && $(COPY_FILE) --parents morpher.qrc release/edit_morpher1.0.0/ && $(COPY_FILE) --parents morpher.cpp morpherDialog.cpp release/edit_morpher1.0.0/ && $(COPY_FILE) --parents morpherDialog.ui release/edit_morpher1.0.0/ && (cd `dirname release/edit_morpher1.0.0` && $(TAR) edit_morpher1.0.0.tar edit_morpher1.0.0 && $(COMPRESS) edit_morpher1.0.0.tar) && $(MOVE) `dirname release/edit_morpher1.0.0`/edit_morpher1.0.0.tar.gz . && $(DEL_FILE) -r release/edit_morpher1.0.0
clean:compiler_clean
-$(DEL_FILE) $(OBJECTS)
-$(DEL_FILE) *~ core *.core
####### Sub-libraries
distclean: clean
-$(DEL_FILE) $(TARGET)
-$(DEL_FILE) Makefile.Release
mocclean: compiler_moc_header_clean compiler_moc_source_clean
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
compiler_moc_header_make_all: release/moc_morpher.cpp release/moc_morpherDialog.cpp
compiler_moc_header_clean:
-$(DEL_FILE) release/moc_morpher.cpp release/moc_morpherDialog.cpp
release/moc_morpher.cpp: morpherDialog.h \
ui_morpherDialog.h \
morpher.h
/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) morpher.h -o release/moc_morpher.cpp
release/moc_morpherDialog.cpp: ui_morpherDialog.h \
morpherDialog.h
/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) morpherDialog.h -o release/moc_morpherDialog.cpp
compiler_rcc_make_all: release/qrc_morpher.cpp
compiler_rcc_clean:
-$(DEL_FILE) release/qrc_morpher.cpp
release/qrc_morpher.cpp: morpher.qrc \
images/morpher.png
/usr/bin/rcc -name morpher morpher.qrc -o release/qrc_morpher.cpp
compiler_image_collection_make_all: qmake_image_collection.cpp
compiler_image_collection_clean:
-$(DEL_FILE) qmake_image_collection.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all: ui_morpherDialog.h
compiler_uic_clean:
-$(DEL_FILE) ui_morpherDialog.h
ui_morpherDialog.h: morpherDialog.ui
/usr/bin/uic-qt4 morpherDialog.ui -o ui_morpherDialog.h
compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_uic_clean
####### Compile
release/morpher.o: morpher.cpp morpher.h \
morpherDialog.h \
ui_morpherDialog.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/morpher.o morpher.cpp
release/morpherDialog.o: morpherDialog.cpp morpher.h \
morpherDialog.h \
ui_morpherDialog.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/morpherDialog.o morpherDialog.cpp
release/moc_morpher.o: release/moc_morpher.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_morpher.o release/moc_morpher.cpp
release/moc_morpherDialog.o: release/moc_morpherDialog.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_morpherDialog.o release/moc_morpherDialog.cpp
release/qrc_morpher.o: release/qrc_morpher.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/qrc_morpher.o release/qrc_morpher.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE:

View File

@ -1,141 +0,0 @@
#############################################################################
# Makefile for building: libedit_morpher.so
# Generated by qmake (2.01a) (Qt 4.4.0) on: Mon May 26 17:36:33 2008
# Project: edit_morpher.pro
# Template: lib
# Command: /usr/bin/qmake -unix -o Makefile.meshlabpluginsv12 edit_morpher.pro
#############################################################################
first: release
install: release-install
uninstall: release-uninstall
MAKEFILE = Makefile.meshlabpluginsv12
QMAKE = /usr/bin/qmake
DEL_FILE = rm -f
CHK_DIR_EXISTS= test -d
MKDIR = mkdir -p
COPY = cp -f
COPY_FILE = $(COPY)
COPY_DIR = $(COPY) -r
INSTALL_FILE = install -m 644 -p
INSTALL_PROGRAM = install -m 755 -p
INSTALL_DIR = $(COPY_DIR)
DEL_FILE = rm -f
SYMLINK = ln -sf
DEL_DIR = rmdir
MOVE = mv -f
CHK_DIR_EXISTS= test -d
MKDIR = mkdir -p
SUBTARGETS = \
release \
debug
release: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release
release-make_default: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release
release-make_first: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release first
release-all: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release all
release-clean: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release clean
release-distclean: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release distclean
release-install: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release install
release-uninstall: $(MAKEFILE).Release FORCE
$(MAKE) -f $(MAKEFILE).Release uninstall
debug: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug
debug-make_default: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug
debug-make_first: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug first
debug-all: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug all
debug-clean: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug clean
debug-distclean: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug distclean
debug-install: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug install
debug-uninstall: $(MAKEFILE).Debug FORCE
$(MAKE) -f $(MAKEFILE).Debug uninstall
Makefile.meshlabpluginsv12: edit_morpher.pro /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \
/usr/share/qt4/mkspecs/common/unix.conf \
/usr/share/qt4/mkspecs/common/linux.conf \
/usr/share/qt4/mkspecs/qconfig.pri \
/usr/share/qt4/mkspecs/features/qt_functions.prf \
/usr/share/qt4/mkspecs/features/qt_config.prf \
/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
/usr/share/qt4/mkspecs/features/default_pre.prf \
../../shared.pri \
/usr/share/qt4/mkspecs/features/release.prf \
/usr/share/qt4/mkspecs/features/debug_and_release.prf \
/usr/share/qt4/mkspecs/features/default_post.prf \
/usr/share/qt4/mkspecs/features/warn_on.prf \
/usr/share/qt4/mkspecs/features/qt.prf \
/usr/share/qt4/mkspecs/features/unix/opengl.prf \
/usr/share/qt4/mkspecs/features/unix/thread.prf \
/usr/share/qt4/mkspecs/features/moc.prf \
/usr/share/qt4/mkspecs/features/resources.prf \
/usr/share/qt4/mkspecs/features/uic.prf \
/usr/share/qt4/mkspecs/features/yacc.prf \
/usr/share/qt4/mkspecs/features/lex.prf \
/usr/lib/libQtOpenGL.prl \
/usr/lib/libQtGui.prl \
/usr/lib/libQtCore.prl
$(QMAKE) -unix -o Makefile.meshlabpluginsv12 edit_morpher.pro
/usr/share/qt4/mkspecs/common/g++.conf:
/usr/share/qt4/mkspecs/common/unix.conf:
/usr/share/qt4/mkspecs/common/linux.conf:
/usr/share/qt4/mkspecs/qconfig.pri:
/usr/share/qt4/mkspecs/features/qt_functions.prf:
/usr/share/qt4/mkspecs/features/qt_config.prf:
/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
/usr/share/qt4/mkspecs/features/default_pre.prf:
../../shared.pri:
/usr/share/qt4/mkspecs/features/release.prf:
/usr/share/qt4/mkspecs/features/debug_and_release.prf:
/usr/share/qt4/mkspecs/features/default_post.prf:
/usr/share/qt4/mkspecs/features/warn_on.prf:
/usr/share/qt4/mkspecs/features/qt.prf:
/usr/share/qt4/mkspecs/features/unix/opengl.prf:
/usr/share/qt4/mkspecs/features/unix/thread.prf:
/usr/share/qt4/mkspecs/features/moc.prf:
/usr/share/qt4/mkspecs/features/resources.prf:
/usr/share/qt4/mkspecs/features/uic.prf:
/usr/share/qt4/mkspecs/features/yacc.prf:
/usr/share/qt4/mkspecs/features/lex.prf:
/usr/lib/libQtOpenGL.prl:
/usr/lib/libQtGui.prl:
/usr/lib/libQtCore.prl:
qmake: qmake_all FORCE
@$(QMAKE) -unix -o Makefile.meshlabpluginsv12 edit_morpher.pro
qmake_all: FORCE
make_default: release-make_default debug-make_default FORCE
make_first: release-make_first debug-make_first FORCE
all: release-all debug-all FORCE
clean: release-clean debug-clean FORCE
distclean: release-distclean debug-distclean FORCE
-$(DEL_FILE) Makefile.meshlabpluginsv12
release-mocclean: $(MAKEFILE).Release
$(MAKE) -f $(MAKEFILE).Release mocclean
debug-mocclean: $(MAKEFILE).Debug
$(MAKE) -f $(MAKEFILE).Debug mocclean
mocclean: release-mocclean debug-mocclean
release-mocables: $(MAKEFILE).Release
$(MAKE) -f $(MAKEFILE).Release mocables
debug-mocables: $(MAKEFILE).Debug
$(MAKE) -f $(MAKEFILE).Debug mocables
mocables: release-mocables debug-mocables
FORCE:
$(MAKEFILE).Release: Makefile.meshlabpluginsv12
$(MAKEFILE).Debug: Makefile.meshlabpluginsv12

View File

@ -1,203 +0,0 @@
#############################################################################
# Makefile for building: libedit_morpher.so
# Generated by qmake (2.01a) (Qt 4.4.0) on: Mon May 26 17:36:33 2008
# Project: edit_morpher.pro
# Template: lib
#############################################################################
####### Compiler, tools and options
CC = gcc
CXX = g++
DEFINES = -DGLEW_STATIC -DQT_PLUGIN -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS = -pipe -g -Wall -W -D_REENTRANT -fPIC $(DEFINES)
CXXFLAGS = -pipe -g -Wall -W -D_REENTRANT -fPIC $(DEFINES)
INCPATH = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I../.. -I../../../../sf -I../../../../code/lib/glew/include -I/usr/X11R6/include -Idebug -I.
LINK = g++
LFLAGS = -Wl,--no-undefined -shared
LIBS = $(SUBLIBS) -L/usr/lib -L/usr/X11R6/lib -lQtOpenGL -lQtGui -lQtCore -lGLU -lGL -lpthread
AR = ar cqs
RANLIB =
QMAKE = /usr/bin/qmake
TAR = tar -cf
COMPRESS = gzip -9f
COPY = cp -f
SED = sed
COPY_FILE = $(COPY)
COPY_DIR = $(COPY) -r
INSTALL_FILE = install -m 644 -p
INSTALL_DIR = $(COPY_DIR)
INSTALL_PROGRAM = install -m 755 -p
DEL_FILE = rm -f
SYMLINK = ln -sf
DEL_DIR = rmdir
MOVE = mv -f
CHK_DIR_EXISTS= test -d
MKDIR = mkdir -p
####### Output directory
OBJECTS_DIR = debug/
####### Files
SOURCES = morpher.cpp \
morpherDialog.cpp debug/moc_morpher.cpp \
debug/moc_morpherDialog.cpp \
debug/qrc_morpher.cpp
OBJECTS = debug/morpher.o \
debug/morpherDialog.o \
debug/moc_morpher.o \
debug/moc_morpherDialog.o \
debug/qrc_morpher.o
DIST = /usr/share/qt4/mkspecs/common/g++.conf \
/usr/share/qt4/mkspecs/common/unix.conf \
/usr/share/qt4/mkspecs/common/linux.conf \
/usr/share/qt4/mkspecs/qconfig.pri \
/usr/share/qt4/mkspecs/features/qt_functions.prf \
/usr/share/qt4/mkspecs/features/qt_config.prf \
/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
/usr/share/qt4/mkspecs/features/default_pre.prf \
../../shared.pri \
/usr/share/qt4/mkspecs/features/debug.prf \
/usr/share/qt4/mkspecs/features/debug_and_release.prf \
/usr/share/qt4/mkspecs/features/default_post.prf \
/usr/share/qt4/mkspecs/features/build_pass.prf \
/usr/share/qt4/mkspecs/features/warn_on.prf \
/usr/share/qt4/mkspecs/features/qt.prf \
/usr/share/qt4/mkspecs/features/unix/opengl.prf \
/usr/share/qt4/mkspecs/features/unix/thread.prf \
/usr/share/qt4/mkspecs/features/moc.prf \
/usr/share/qt4/mkspecs/features/resources.prf \
/usr/share/qt4/mkspecs/features/uic.prf \
/usr/share/qt4/mkspecs/features/yacc.prf \
/usr/share/qt4/mkspecs/features/lex.prf \
edit_morpher.pro
QMAKE_TARGET = edit_morpher
DESTDIR = ../../meshlab/plugins/
TARGET = libedit_morpher.so
TARGETD = libedit_morpher.so
first: all
####### Implicit rules
.SUFFIXES: .o .c .cpp .cc .cxx .C
.cpp.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.cc.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.cxx.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.C.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.c.o:
$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
####### Build rules
all: Makefile.meshlabpluginsv12.Debug ../../meshlab/plugins/$(TARGET)
../../meshlab/plugins/$(TARGET): ui_morpherDialog.h $(OBJECTS) $(SUBLIBS) $(OBJCOMP)
@$(CHK_DIR_EXISTS) ../../meshlab/plugins/ || $(MKDIR) ../../meshlab/plugins/
-$(DEL_FILE) $(TARGET)
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) $(OBJCOMP)
-$(MOVE) $(TARGET) ../../meshlab/plugins/
qmake: FORCE
@$(QMAKE) -unix -o Makefile.meshlabpluginsv12.Debug edit_morpher.pro
dist:
@$(CHK_DIR_EXISTS) debug/edit_morpher1.0.0 || $(MKDIR) debug/edit_morpher1.0.0
$(COPY_FILE) --parents $(SOURCES) $(DIST) debug/edit_morpher1.0.0/ && $(COPY_FILE) --parents morpher.h morpherDialog.h ../../meshlab/meshmodel.h debug/edit_morpher1.0.0/ && $(COPY_FILE) --parents morpher.qrc debug/edit_morpher1.0.0/ && $(COPY_FILE) --parents morpher.cpp morpherDialog.cpp debug/edit_morpher1.0.0/ && $(COPY_FILE) --parents morpherDialog.ui debug/edit_morpher1.0.0/ && (cd `dirname debug/edit_morpher1.0.0` && $(TAR) edit_morpher1.0.0.tar edit_morpher1.0.0 && $(COMPRESS) edit_morpher1.0.0.tar) && $(MOVE) `dirname debug/edit_morpher1.0.0`/edit_morpher1.0.0.tar.gz . && $(DEL_FILE) -r debug/edit_morpher1.0.0
clean:compiler_clean
-$(DEL_FILE) $(OBJECTS)
-$(DEL_FILE) *~ core *.core
####### Sub-libraries
distclean: clean
-$(DEL_FILE) $(TARGET)
-$(DEL_FILE) Makefile.meshlabpluginsv12.Debug
mocclean: compiler_moc_header_clean compiler_moc_source_clean
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
compiler_moc_header_make_all: debug/moc_morpher.cpp debug/moc_morpherDialog.cpp
compiler_moc_header_clean:
-$(DEL_FILE) debug/moc_morpher.cpp debug/moc_morpherDialog.cpp
debug/moc_morpher.cpp: morpherDialog.h \
ui_morpherDialog.h \
morpher.h
/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) morpher.h -o debug/moc_morpher.cpp
debug/moc_morpherDialog.cpp: ui_morpherDialog.h \
morpherDialog.h
/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) morpherDialog.h -o debug/moc_morpherDialog.cpp
compiler_rcc_make_all: debug/qrc_morpher.cpp
compiler_rcc_clean:
-$(DEL_FILE) debug/qrc_morpher.cpp
debug/qrc_morpher.cpp: morpher.qrc \
images/morpher.png
/usr/bin/rcc -name morpher morpher.qrc -o debug/qrc_morpher.cpp
compiler_image_collection_make_all: qmake_image_collection.cpp
compiler_image_collection_clean:
-$(DEL_FILE) qmake_image_collection.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all: ui_morpherDialog.h
compiler_uic_clean:
-$(DEL_FILE) ui_morpherDialog.h
ui_morpherDialog.h: morpherDialog.ui
/usr/bin/uic-qt4 morpherDialog.ui -o ui_morpherDialog.h
compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_uic_clean
####### Compile
debug/morpher.o: morpher.cpp morpher.h \
morpherDialog.h \
ui_morpherDialog.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/morpher.o morpher.cpp
debug/morpherDialog.o: morpherDialog.cpp morpher.h \
morpherDialog.h \
ui_morpherDialog.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/morpherDialog.o morpherDialog.cpp
debug/moc_morpher.o: debug/moc_morpher.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_morpher.o debug/moc_morpher.cpp
debug/moc_morpherDialog.o: debug/moc_morpherDialog.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/moc_morpherDialog.o debug/moc_morpherDialog.cpp
debug/qrc_morpher.o: debug/qrc_morpher.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug/qrc_morpher.o debug/qrc_morpher.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE:

View File

@ -1,203 +0,0 @@
#############################################################################
# Makefile for building: libedit_morpher.so
# Generated by qmake (2.01a) (Qt 4.4.0) on: Mon May 26 17:36:33 2008
# Project: edit_morpher.pro
# Template: lib
#############################################################################
####### Compiler, tools and options
CC = gcc
CXX = g++
DEFINES = -DGLEW_STATIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS = -pipe -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
CXXFLAGS = -pipe -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
INCPATH = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I../.. -I../../../../sf -I../../../../code/lib/glew/include -I/usr/X11R6/include -Irelease -I.
LINK = g++
LFLAGS = -Wl,--no-undefined -shared
LIBS = $(SUBLIBS) -L/usr/lib -L/usr/X11R6/lib -lQtOpenGL -lQtGui -lQtCore -lGLU -lGL -lpthread
AR = ar cqs
RANLIB =
QMAKE = /usr/bin/qmake
TAR = tar -cf
COMPRESS = gzip -9f
COPY = cp -f
SED = sed
COPY_FILE = $(COPY)
COPY_DIR = $(COPY) -r
INSTALL_FILE = install -m 644 -p
INSTALL_DIR = $(COPY_DIR)
INSTALL_PROGRAM = install -m 755 -p
DEL_FILE = rm -f
SYMLINK = ln -sf
DEL_DIR = rmdir
MOVE = mv -f
CHK_DIR_EXISTS= test -d
MKDIR = mkdir -p
####### Output directory
OBJECTS_DIR = release/
####### Files
SOURCES = morpher.cpp \
morpherDialog.cpp release/moc_morpher.cpp \
release/moc_morpherDialog.cpp \
release/qrc_morpher.cpp
OBJECTS = release/morpher.o \
release/morpherDialog.o \
release/moc_morpher.o \
release/moc_morpherDialog.o \
release/qrc_morpher.o
DIST = /usr/share/qt4/mkspecs/common/g++.conf \
/usr/share/qt4/mkspecs/common/unix.conf \
/usr/share/qt4/mkspecs/common/linux.conf \
/usr/share/qt4/mkspecs/qconfig.pri \
/usr/share/qt4/mkspecs/features/qt_functions.prf \
/usr/share/qt4/mkspecs/features/qt_config.prf \
/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
/usr/share/qt4/mkspecs/features/default_pre.prf \
../../shared.pri \
/usr/share/qt4/mkspecs/features/release.prf \
/usr/share/qt4/mkspecs/features/debug_and_release.prf \
/usr/share/qt4/mkspecs/features/default_post.prf \
/usr/share/qt4/mkspecs/features/build_pass.prf \
/usr/share/qt4/mkspecs/features/warn_on.prf \
/usr/share/qt4/mkspecs/features/qt.prf \
/usr/share/qt4/mkspecs/features/unix/opengl.prf \
/usr/share/qt4/mkspecs/features/unix/thread.prf \
/usr/share/qt4/mkspecs/features/moc.prf \
/usr/share/qt4/mkspecs/features/resources.prf \
/usr/share/qt4/mkspecs/features/uic.prf \
/usr/share/qt4/mkspecs/features/yacc.prf \
/usr/share/qt4/mkspecs/features/lex.prf \
edit_morpher.pro
QMAKE_TARGET = edit_morpher
DESTDIR = ../../meshlab/plugins/
TARGET = libedit_morpher.so
TARGETD = libedit_morpher.so
first: all
####### Implicit rules
.SUFFIXES: .o .c .cpp .cc .cxx .C
.cpp.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.cc.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.cxx.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.C.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.c.o:
$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
####### Build rules
all: Makefile.meshlabpluginsv12.Release ../../meshlab/plugins/$(TARGET)
../../meshlab/plugins/$(TARGET): ui_morpherDialog.h $(OBJECTS) $(SUBLIBS) $(OBJCOMP)
@$(CHK_DIR_EXISTS) ../../meshlab/plugins/ || $(MKDIR) ../../meshlab/plugins/
-$(DEL_FILE) $(TARGET)
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) $(OBJCOMP)
-$(MOVE) $(TARGET) ../../meshlab/plugins/
qmake: FORCE
@$(QMAKE) -unix -o Makefile.meshlabpluginsv12.Release edit_morpher.pro
dist:
@$(CHK_DIR_EXISTS) release/edit_morpher1.0.0 || $(MKDIR) release/edit_morpher1.0.0
$(COPY_FILE) --parents $(SOURCES) $(DIST) release/edit_morpher1.0.0/ && $(COPY_FILE) --parents morpher.h morpherDialog.h ../../meshlab/meshmodel.h release/edit_morpher1.0.0/ && $(COPY_FILE) --parents morpher.qrc release/edit_morpher1.0.0/ && $(COPY_FILE) --parents morpher.cpp morpherDialog.cpp release/edit_morpher1.0.0/ && $(COPY_FILE) --parents morpherDialog.ui release/edit_morpher1.0.0/ && (cd `dirname release/edit_morpher1.0.0` && $(TAR) edit_morpher1.0.0.tar edit_morpher1.0.0 && $(COMPRESS) edit_morpher1.0.0.tar) && $(MOVE) `dirname release/edit_morpher1.0.0`/edit_morpher1.0.0.tar.gz . && $(DEL_FILE) -r release/edit_morpher1.0.0
clean:compiler_clean
-$(DEL_FILE) $(OBJECTS)
-$(DEL_FILE) *~ core *.core
####### Sub-libraries
distclean: clean
-$(DEL_FILE) $(TARGET)
-$(DEL_FILE) Makefile.meshlabpluginsv12.Release
mocclean: compiler_moc_header_clean compiler_moc_source_clean
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
compiler_moc_header_make_all: release/moc_morpher.cpp release/moc_morpherDialog.cpp
compiler_moc_header_clean:
-$(DEL_FILE) release/moc_morpher.cpp release/moc_morpherDialog.cpp
release/moc_morpher.cpp: morpherDialog.h \
ui_morpherDialog.h \
morpher.h
/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) morpher.h -o release/moc_morpher.cpp
release/moc_morpherDialog.cpp: ui_morpherDialog.h \
morpherDialog.h
/usr/bin/moc-qt4 $(DEFINES) $(INCPATH) morpherDialog.h -o release/moc_morpherDialog.cpp
compiler_rcc_make_all: release/qrc_morpher.cpp
compiler_rcc_clean:
-$(DEL_FILE) release/qrc_morpher.cpp
release/qrc_morpher.cpp: morpher.qrc \
images/morpher.png
/usr/bin/rcc -name morpher morpher.qrc -o release/qrc_morpher.cpp
compiler_image_collection_make_all: qmake_image_collection.cpp
compiler_image_collection_clean:
-$(DEL_FILE) qmake_image_collection.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all: ui_morpherDialog.h
compiler_uic_clean:
-$(DEL_FILE) ui_morpherDialog.h
ui_morpherDialog.h: morpherDialog.ui
/usr/bin/uic-qt4 morpherDialog.ui -o ui_morpherDialog.h
compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_uic_clean
####### Compile
release/morpher.o: morpher.cpp morpher.h \
morpherDialog.h \
ui_morpherDialog.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/morpher.o morpher.cpp
release/morpherDialog.o: morpherDialog.cpp morpher.h \
morpherDialog.h \
ui_morpherDialog.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/morpherDialog.o morpherDialog.cpp
release/moc_morpher.o: release/moc_morpher.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_morpher.o release/moc_morpher.cpp
release/moc_morpherDialog.o: release/moc_morpherDialog.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/moc_morpherDialog.o release/moc_morpherDialog.cpp
release/qrc_morpher.o: release/qrc_morpher.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release/qrc_morpher.o release/qrc_morpher.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE:

View File

@ -1,66 +0,0 @@
/****************************************************************************
** Meta object code from reading C++ file 'morpher.h'
**
** Created: Wed May 28 12:57:58 2008
** by: The Qt Meta Object Compiler version 59 (Qt 4.4.0)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include "../morpher.h"
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'morpher.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 59
#error "This file was generated using the moc from 4.4.0. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
QT_BEGIN_MOC_NAMESPACE
static const uint qt_meta_data_MorpherPlugin[] = {
// content:
1, // revision
0, // classname
0, 0, // classinfo
0, 0, // methods
0, 0, // properties
0, 0, // enums/sets
0 // eod
};
static const char qt_meta_stringdata_MorpherPlugin[] = {
"MorpherPlugin\0"
};
const QMetaObject MorpherPlugin::staticMetaObject = {
{ &QObject::staticMetaObject, qt_meta_stringdata_MorpherPlugin,
qt_meta_data_MorpherPlugin, 0 }
};
const QMetaObject *MorpherPlugin::metaObject() const
{
return &staticMetaObject;
}
void *MorpherPlugin::qt_metacast(const char *_clname)
{
if (!_clname) return 0;
if (!strcmp(_clname, qt_meta_stringdata_MorpherPlugin))
return static_cast<void*>(const_cast< MorpherPlugin*>(this));
if (!strcmp(_clname, "MeshEditInterface"))
return static_cast< MeshEditInterface*>(const_cast< MorpherPlugin*>(this));
if (!strcmp(_clname, "vcg.meshlab.MeshEditInterface/1.0"))
return static_cast< MeshEditInterface*>(const_cast< MorpherPlugin*>(this));
return QObject::qt_metacast(_clname);
}
int MorpherPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QObject::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
return _id;
}
QT_END_MOC_NAMESPACE

View File

@ -1,92 +0,0 @@
/****************************************************************************
** Meta object code from reading C++ file 'morpherDialog.h'
**
** Created: Wed May 28 12:57:59 2008
** by: The Qt Meta Object Compiler version 59 (Qt 4.4.0)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include "../morpherDialog.h"
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'morpherDialog.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 59
#error "This file was generated using the moc from 4.4.0. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
QT_BEGIN_MOC_NAMESPACE
static const uint qt_meta_data_MorpherDialog[] = {
// content:
1, // revision
0, // classname
0, 0, // classinfo
8, 10, // methods
0, 0, // properties
0, 0, // enums/sets
// slots: signature, parameters, type, tag, flags
24, 15, 14, 14, 0x08,
47, 15, 14, 14, 0x08,
68, 14, 14, 14, 0x08,
85, 14, 14, 14, 0x08,
100, 15, 14, 14, 0x08,
119, 14, 14, 14, 0x08,
146, 144, 138, 14, 0x08,
181, 157, 138, 14, 0x08,
0 // eod
};
static const char qt_meta_stringdata_MorpherDialog[] = {
"MorpherDialog\0\0newValue\0startValueChanged(int)\0"
"endValueChanged(int)\0pickSourceMesh()\0"
"pickDestMesh()\0sliderChanged(int)\0"
"recalculateMorph()\0float\0x\0Abs(float)\0"
"start,end,distanceRatio\0"
"calcNewPoint(float,float,float)\0"
};
const QMetaObject MorpherDialog::staticMetaObject = {
{ &QDockWidget::staticMetaObject, qt_meta_stringdata_MorpherDialog,
qt_meta_data_MorpherDialog, 0 }
};
const QMetaObject *MorpherDialog::metaObject() const
{
return &staticMetaObject;
}
void *MorpherDialog::qt_metacast(const char *_clname)
{
if (!_clname) return 0;
if (!strcmp(_clname, qt_meta_stringdata_MorpherDialog))
return static_cast<void*>(const_cast< MorpherDialog*>(this));
return QDockWidget::qt_metacast(_clname);
}
int MorpherDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QDockWidget::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
switch (_id) {
case 0: startValueChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
case 1: endValueChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
case 2: pickSourceMesh(); break;
case 3: pickDestMesh(); break;
case 4: sliderChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
case 5: recalculateMorph(); break;
case 6: { float _r = Abs((*reinterpret_cast< float(*)>(_a[1])));
if (_a[0]) *reinterpret_cast< float*>(_a[0]) = _r; } break;
case 7: { float _r = calcNewPoint((*reinterpret_cast< float(*)>(_a[1])),(*reinterpret_cast< float(*)>(_a[2])),(*reinterpret_cast< float(*)>(_a[3])));
if (_a[0]) *reinterpret_cast< float*>(_a[0]) = _r; } break;
}
_id -= 8;
}
return _id;
}
QT_END_MOC_NAMESPACE

View File

@ -1,265 +0,0 @@
/****************************************************************************
** Resource object code
**
** Created: Tue May 27 12:19:35 2008
** by: The Resource Compiler for Qt version 4.4.0
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include <QtCore/qglobal.h>
static const unsigned char qt_resource_data[] = {
// /kyb/agbu/oscar/eclipse2/face_pipeline_workspace/meshlab/src/meshlabplugins/edit_morpher/images/morpher.png
0x0,0x0,0xc,0x15,
0x89,
0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
0x0,0x0,0x80,0x0,0x0,0x0,0x80,0x8,0x6,0x0,0x0,0x0,0xc3,0x3e,0x61,0xcb,
0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
0x6,0x62,0x4b,0x47,0x44,0x0,0xa9,0x0,0xab,0x0,0xb1,0xed,0x3f,0x77,0x3,0x0,
0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xb,0x13,0x0,0x0,0xb,0x13,0x1,
0x0,0x9a,0x9c,0x18,0x0,0x0,0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xd8,0x3,0xb,
0x9,0x11,0x2c,0xcc,0xc8,0xbd,0x4f,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x43,
0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x0,0x43,0x72,0x65,0x61,0x74,0x65,0x64,0x20,0x77,
0x69,0x74,0x68,0x20,0x47,0x49,0x4d,0x50,0x57,0x81,0xe,0x17,0x0,0x0,0xb,0x70,
0x49,0x44,0x41,0x54,0x78,0xda,0xed,0x9d,0x5b,0x77,0x1b,0xd5,0x15,0xc7,0xff,0x73,
0x93,0x46,0x97,0xd1,0xc5,0x96,0x2d,0xdb,0x8a,0x64,0xc7,0x8e,0x6d,0x8,0x9,0xc9,
0x62,0x5,0x9a,0xa6,0x9,0x34,0x84,0x50,0x58,0x25,0x2d,0xa5,0x5c,0x9e,0xfb,0xd2,
0xf6,0x23,0xf5,0x2b,0xf4,0xc2,0xa2,0xc0,0x43,0xe9,0xa,0x85,0x12,0x56,0x92,0x15,
0x48,0x1,0x7,0x70,0x62,0x3b,0xf1,0x55,0x56,0x6c,0xcb,0xba,0xdf,0xa5,0x19,0x4d,
0x1f,0x4c,0x6c,0xcd,0x48,0x96,0x46,0x17,0x3b,0x96,0xb3,0x7f,0x4f,0xf6,0x68,0x2e,
0x47,0xe7,0xfc,0xcf,0x3e,0xfb,0xec,0x39,0xda,0x87,0xf9,0xeb,0xdf,0x3f,0x54,0x41,
0x3c,0xb1,0xb0,0x54,0x5,0x24,0x0,0x82,0x4,0x40,0x90,0x0,0x8,0x12,0x0,0x41,
0x2,0x20,0x48,0x0,0x4,0x9,0x80,0x20,0x1,0x10,0x24,0x0,0x82,0x4,0x40,0x90,
0x0,0x8,0x12,0x0,0x41,0x2,0x20,0x48,0x0,0x4,0x9,0x80,0x20,0x1,0x10,0x24,
0x0,0x82,0x4,0x40,0x90,0x0,0x8,0x12,0x0,0x41,0x2,0x20,0x48,0x0,0x44,0x37,
0xc3,0x53,0x15,0x1c,0x6c,0xfe,0xf2,0xfe,0x9c,0xe6,0xff,0x3f,0xff,0x7e,0x9c,0x2c,
0x0,0xb1,0xc7,0x16,0x40,0xaf,0xba,0x4a,0xde,0xbd,0x1c,0x40,0x8f,0xc3,0x6c,0xe8,
0xe6,0xd1,0x64,0x1,0x7f,0xbb,0xba,0xbc,0xeb,0xe7,0x9d,0x56,0x33,0xb1,0xf,0x16,
0x60,0x76,0x29,0xb5,0x27,0xe7,0x12,0x5d,0x22,0x80,0xb9,0x95,0x14,0x54,0xb5,0xf1,
0xcf,0x9,0x55,0x55,0xc5,0xdc,0x72,0x92,0x6a,0xf8,0x30,0x8,0x40,0xe0,0x99,0xed,
0xbf,0x33,0x39,0x19,0xab,0xe1,0x5c,0xc3,0x6b,0x56,0x37,0x72,0xc8,0xe4,0x95,0x9a,
0xf7,0x20,0xba,0x4c,0x0,0x47,0x87,0xec,0x3a,0xd3,0xde,0xb8,0x67,0xcf,0xea,0x7a,
0xff,0xa8,0xcf,0x4e,0xb5,0xdd,0xad,0x2,0x98,0x1c,0x76,0x68,0xfe,0x9f,0x5f,0x4d,
0xa3,0x24,0x97,0x77,0x3d,0xbf,0x24,0x97,0x31,0xbf,0x9a,0xd6,0x1c,0x9b,0x8,0x38,
0xa8,0xb6,0xbb,0x35,0xe,0x30,0xd4,0x67,0x81,0xcd,0xc2,0x23,0x93,0x93,0x1,0x0,
0xb2,0xa2,0x62,0x21,0x94,0xde,0xb5,0x51,0x17,0x56,0xd3,0x90,0x95,0x1d,0x3f,0xc1,
0x66,0xe1,0x31,0xd4,0x67,0x69,0xab,0xa0,0xc9,0x4c,0x9,0xb3,0x4b,0x49,0x84,0xc2,
0x39,0xc4,0x52,0x45,0x14,0x8a,0x5b,0xc3,0x8b,0xd9,0xc4,0xc1,0xed,0x30,0xc1,0xd7,
0x67,0xc1,0x78,0xc0,0x1,0x87,0x4d,0x68,0xbb,0x52,0x54,0x55,0xc5,0xf2,0x5a,0x6,
0x73,0x2b,0x69,0x6c,0x44,0xf3,0xc8,0xe4,0x64,0x28,0x65,0x15,0xc,0x80,0x3f,0x19,
0x98,0xb9,0x28,0x65,0x15,0xf3,0xab,0x69,0xcc,0x2c,0x25,0x91,0x48,0x15,0x91,0xc9,
0x2b,0x10,0x4d,0x2c,0x5c,0x92,0x9,0x63,0x47,0x24,0x4c,0xe,0x4b,0xe0,0xb9,0xf6,
0x67,0xe0,0x8b,0xa1,0xad,0x67,0xac,0x47,0xf3,0xc8,0x17,0x14,0xf0,0x3c,0xb,0xc9,
0x2a,0x20,0x30,0x60,0xc5,0x89,0x31,0x17,0x6c,0x16,0xbe,0x33,0x2,0x60,0x18,0x6,
0xe3,0x7e,0x9,0xdf,0xcd,0xc6,0x34,0x1e,0xfe,0x6e,0x2,0x98,0x5d,0xd6,0x7a,0xff,
0xe3,0x1,0x9,0xc,0xd3,0x9a,0xf,0x50,0x92,0xcb,0xb8,0x79,0x67,0x13,0x77,0x17,
0x12,0xa8,0xe5,0x7a,0xe6,0xa,0xa,0x72,0xe1,0x1c,0x42,0xe1,0x1c,0x6e,0x4f,0x47,
0x71,0x7c,0xd4,0x89,0xb3,0x27,0x3d,0x10,0xf8,0xc6,0x15,0x5c,0x2b,0xc8,0x92,0xc9,
0xc9,0xb8,0x7a,0xeb,0x21,0xd6,0x22,0xf9,0x6a,0x61,0x18,0xb8,0x3e,0x9e,0x2a,0xe2,
0x93,0x9b,0x21,0xc4,0x53,0x25,0xcd,0x67,0xd9,0xbc,0x82,0x6c,0x7e,0xab,0x9c,0x77,
0xe6,0x62,0xb8,0xf4,0xfc,0x0,0xfa,0x7b,0xc4,0x96,0xea,0x24,0x5f,0x54,0xf0,0xe9,
0xad,0x35,0x4,0x37,0xb2,0x9a,0xe3,0xc5,0x52,0x19,0x91,0x44,0x1,0x91,0x44,0x1,
0xdf,0xdf,0x8f,0xe3,0xe2,0x19,0x2f,0xc6,0x8e,0x48,0x9d,0x99,0x5,0x4c,0xc,0x4b,
0x3a,0x27,0x2f,0xbb,0x6d,0x11,0x2a,0xc9,0xe4,0xe4,0xaa,0x82,0x4d,0xb6,0x68,0xfe,
0x73,0x79,0x19,0x1f,0x7c,0xbe,0x82,0xe9,0x5d,0x1a,0xbf,0x56,0x3,0xfd,0x38,0x9f,
0xc0,0x3f,0xff,0x1b,0x44,0xae,0xa0,0x34,0xff,0xbc,0x82,0x82,0xf,0xbf,0x8,0xd6,
0x6c,0x7c,0x23,0x64,0x72,0x32,0x3e,0xba,0x16,0xac,0x6a,0x7c,0x3d,0x89,0x74,0x9,
0x1f,0x7f,0xb9,0x8a,0x8d,0x58,0xf3,0xcf,0x29,0x96,0x14,0x7c,0xf4,0x45,0xb0,0xaa,
0x8e,0xf5,0xc8,0x8a,0x8a,0x4f,0xbf,0x5a,0xc3,0x6a,0x83,0xf3,0xc,0x87,0x82,0x7b,
0x1c,0x66,0x78,0x5c,0x66,0x6c,0xc6,0xb,0xdb,0x95,0x3d,0xb7,0x92,0xc2,0xe9,0x9,
0xb7,0x76,0x9a,0xa8,0xeb,0xfd,0x1e,0x97,0x19,0x6e,0x87,0xa9,0xe9,0x2f,0xaa,0x94,
0x55,0xfc,0xeb,0x46,0x8,0xd1,0x64,0xb1,0xc2,0x12,0x1,0xcf,0x8c,0x3a,0x31,0x39,
0xec,0x80,0xdb,0x61,0x2,0x3,0x20,0x96,0x2a,0xe2,0xde,0x62,0x12,0x3f,0xce,0x27,
0xf0,0x68,0x76,0x1a,0x49,0x14,0xf0,0xc9,0x8d,0x10,0x7e,0xfb,0xd2,0x11,0xb0,0xac,
0x71,0xcb,0xf3,0xc5,0x37,0xeb,0x48,0x66,0x4a,0xe0,0x58,0x6,0x27,0x8f,0xb9,0x30,
0x76,0xc4,0xe,0x97,0x64,0x2,0xcb,0x0,0x91,0x44,0x11,0x53,0x73,0xb1,0x6,0xd7,
0x6f,0x20,0x9b,0x57,0x60,0x12,0x58,0x9c,0x79,0xba,0x7,0x47,0x87,0xec,0xb0,0x8a,
0x1c,0xb2,0x79,0x5,0xb,0xa1,0x34,0x6e,0xdf,0x8d,0xa2,0x58,0x2a,0x6f,0x5b,0xb6,
0x7f,0xdf,0x8,0xe1,0xbd,0x57,0x87,0x61,0x12,0xb8,0x26,0xca,0xb8,0x81,0x68,0xb2,
0x8,0xab,0xc8,0xe1,0xb9,0xa7,0x7a,0x10,0x18,0xb0,0xc1,0x66,0xe1,0x51,0x28,0x6e,
0x3d,0xe3,0xab,0x1f,0x22,0x28,0xfc,0xf4,0xc,0x55,0x5,0xae,0x7d,0xbb,0x81,0xf7,
0x5e,0x1d,0x6,0xbb,0x8b,0x5,0x6e,0x6a,0x20,0x9a,0x8,0x48,0xd,0x67,0x3,0x7a,
0xef,0x5f,0x7f,0x8d,0x51,0xa6,0x66,0x63,0xd8,0x88,0x15,0x76,0x94,0xca,0x31,0xb8,
0x72,0xe1,0x8,0xce,0x9f,0xee,0x47,0x9f,0x5b,0x4,0xcf,0xb1,0xe0,0x38,0x16,0x1e,
0x97,0x88,0xf3,0xa7,0xfb,0xf1,0xc6,0x79,0x1f,0xb8,0x8a,0xc6,0x5e,0x8f,0xe6,0x1b,
0x36,0x58,0xf5,0x98,0x9a,0x81,0x68,0xe6,0xf0,0xd6,0xcb,0x7e,0x9c,0x3d,0xe9,0x41,
0x9f,0x5b,0x84,0xc0,0x6f,0x3d,0xa7,0xbf,0x47,0xc4,0xe5,0x9f,0xd,0xd6,0xbd,0x7e,
0x79,0x2d,0x3,0xab,0xc8,0xe1,0xed,0x4b,0x1,0x3c,0x3b,0xee,0x86,0x64,0x13,0xc0,
0x71,0x2c,0x24,0x9b,0x80,0x67,0xc7,0xdd,0x78,0xfb,0x52,0x0,0x16,0xf3,0x4e,0x63,
0x67,0xf2,0xa,0xbe,0x9e,0x8e,0x36,0x55,0xc6,0x7,0xc1,0x34,0x7a,0x9d,0x66,0xbc,
0x7b,0x79,0x18,0x27,0xc6,0x5c,0x70,0xd8,0x4,0x70,0x2c,0x3,0xab,0xc8,0xe3,0x99,
0x51,0x17,0xde,0xb8,0xe0,0x43,0x65,0x5b,0x27,0xd2,0x25,0x4,0xd7,0xb3,0x9d,0x9,
0x4,0x8d,0xfb,0x25,0xcd,0xcd,0xa3,0xc9,0xe2,0xb6,0x45,0x0,0x80,0xcd,0x78,0xbe,
0xaa,0xc7,0x8e,0xfb,0x9b,0x17,0x40,0x49,0x2e,0x6b,0xfc,0xd,0x0,0xf8,0xc5,0xa9,
0xbe,0xba,0x8e,0xa4,0xaf,0xdf,0x8a,0x9f,0x3f,0xeb,0xd1,0x1c,0xfb,0x76,0x26,0x6,
0x59,0x29,0x37,0xf5,0xec,0x97,0xcf,0x78,0xd1,0xeb,0x34,0xa3,0x55,0x2e,0x9e,0xf1,
0xee,0xea,0x88,0x3a,0x6c,0x2,0x5e,0x7e,0xde,0xab,0x39,0x76,0x77,0x21,0x51,0x77,
0x46,0xa5,0x87,0x63,0x19,0xfc,0xea,0xec,0x20,0x44,0x53,0x6d,0xab,0xd1,0xe7,0x16,
0xab,0x7c,0xb3,0xc5,0x50,0xa6,0x33,0x2,0xb0,0x88,0x3c,0xfc,0x5e,0xeb,0xae,0x3d,
0x5e,0x1f,0xfa,0xf5,0x7b,0xad,0xb0,0x88,0xcd,0xbf,0x70,0x5c,0x8,0xa5,0xb7,0x4d,
0x25,0x0,0xb8,0x24,0x1,0x4f,0x8d,0x34,0xf6,0x23,0x9e,0x19,0x75,0xc2,0x69,0x17,
0x34,0x4e,0xd1,0x42,0x9d,0x2f,0xaf,0x67,0xd0,0x23,0x22,0x30,0x60,0x6b,0xb9,0xf1,
0x7,0x7a,0x45,0xf8,0xbd,0xf5,0xaf,0xf7,0x7b,0x6d,0xf0,0x56,0x38,0x7f,0xb2,0xa2,
0xe2,0x41,0x30,0x6d,0xdc,0xa,0xf,0x4b,0x70,0xd8,0xeb,0xcf,0x74,0xf4,0x31,0x97,
0xcd,0x78,0xbe,0x33,0x2,0xa8,0x35,0x9f,0x9f,0x5b,0x4e,0xa1,0xac,0xaa,0x28,0xab,
0x2a,0xe6,0x56,0x52,0xba,0xc2,0xb6,0xe6,0xfc,0xe9,0x4d,0xd6,0x44,0xc0,0x61,0x68,
0x16,0xc1,0x30,0x4c,0xd5,0x90,0x53,0xcf,0xfc,0xe9,0x39,0xe6,0x97,0xd0,0xe,0x8d,
0x3c,0xee,0x9d,0xf3,0xb4,0xd,0xb4,0x16,0xc9,0x19,0x7e,0x86,0x3e,0x28,0x57,0xd3,
0x5f,0x73,0x6a,0x7d,0xae,0x54,0x56,0x6e,0xdf,0x9,0x7c,0xc4,0xc8,0x90,0xd,0x2,
0xcf,0x6e,0x9b,0xad,0x5c,0x41,0xd9,0xae,0xe4,0x4a,0xcf,0xdb,0xc4,0xb3,0x18,0x19,
0x6c,0xad,0x37,0x55,0xe,0x2b,0x5b,0x3d,0xd3,0x78,0xc,0x61,0x40,0x77,0x6e,0x3d,
0xf5,0xeb,0xe9,0x77,0x8b,0x6d,0x9,0xc0,0xe8,0xb4,0x4e,0x7f,0x5e,0xb8,0x89,0xd9,
0x80,0x91,0xe1,0x49,0x3f,0x3c,0x54,0x5a,0xd3,0xb6,0x2d,0x0,0xcf,0xb1,0x55,0x26,
0x66,0x76,0x29,0x89,0x19,0x9d,0x43,0x38,0x7a,0xc4,0xde,0x72,0xb0,0x23,0xad,0x9b,
0x5e,0xba,0xec,0xc6,0x83,0x3b,0x6e,0x49,0xab,0xfe,0x74,0x1d,0xf5,0xeb,0x91,0xda,
0xc,0x22,0x19,0xd,0x42,0x39,0x75,0xdf,0x27,0x9b,0x37,0x3e,0x65,0x15,0x4d,0x8d,
0xeb,0x54,0x1f,0x3,0x51,0xca,0x6a,0xe7,0x4,0x0,0x0,0x93,0xba,0x98,0xc0,0x42,
0x28,0x53,0xe5,0x68,0xb4,0x13,0xfa,0x2d,0xe9,0x14,0x6b,0x12,0x8c,0x17,0xd3,0xac,
0x3b,0xb7,0xd8,0x84,0x83,0x65,0xe2,0xdb,0x8b,0xce,0x19,0x2d,0xa7,0xfe,0x39,0xf5,
0x7a,0x68,0x95,0x13,0xc8,0x75,0x76,0xd,0x4f,0x4b,0x77,0x1b,0xf4,0x58,0x60,0xb7,
0xf2,0x1a,0x85,0x55,0xaa,0x4c,0xb2,0xf2,0x18,0xf4,0x88,0xe8,0x36,0x9a,0x89,0x19,
0x1c,0x16,0x5a,0x12,0x40,0x2d,0x67,0x4b,0x33,0x5d,0x6c,0x23,0xf4,0xb,0x0,0x82,
0xd0,0x7a,0xf,0x29,0xe8,0xad,0x7,0xbf,0x7f,0xab,0xde,0x4a,0x6,0xcb,0xa9,0xb7,
0x4a,0xcd,0x58,0xb8,0x3,0x21,0x80,0x46,0x26,0xbe,0xdd,0x37,0x7f,0x76,0xdd,0x4b,
0x8c,0x78,0xba,0x64,0xf8,0xda,0x58,0xaa,0xa8,0xbd,0x97,0x75,0xff,0xd6,0xbd,0x26,
0x32,0xc6,0xca,0x99,0xd0,0x7d,0x1f,0xab,0xc8,0x75,0x9f,0x0,0x5c,0x92,0x9,0x7d,
0x6e,0x73,0xd,0x4f,0xda,0xc,0x97,0x64,0x6a,0xab,0x50,0x1e,0x97,0xf6,0xbe,0xf,
0x37,0x8d,0x4f,0x93,0xd6,0x36,0xf3,0xba,0x7b,0xed,0xdf,0x50,0xb4,0x11,0x35,0xe6,
0xcd,0x87,0x63,0x85,0xaa,0xe0,0x4d,0xd7,0x9,0x60,0xb7,0x9e,0xde,0xea,0xdc,0x5f,
0x1f,0x40,0xd2,0x7,0x9b,0x8c,0x2e,0x43,0xd3,0x87,0xa2,0xf5,0xf7,0xda,0x4b,0x1e,
0x4,0x53,0x2d,0x9d,0x37,0xd0,0x6b,0xe9,0x4e,0x1,0x1c,0xf3,0x4b,0xa8,0xf4,0x9b,
0x58,0xc6,0x78,0x30,0xa4,0x7e,0xac,0xc1,0xae,0x19,0x17,0xe3,0xa9,0x12,0xee,0x2d,
0x36,0x5e,0x85,0x34,0x3d,0x9f,0xd0,0x98,0x57,0xb3,0xc0,0x62,0x64,0xc8,0xb6,0x6f,
0x95,0xb9,0x16,0xc9,0x37,0x7c,0x4b,0x17,0x5c,0xcf,0x6a,0xde,0x36,0xf2,0x1c,0xf3,
0x58,0x57,0x4b,0xb5,0x35,0x40,0x5a,0xcc,0x1c,0xfe,0xf8,0x56,0xe7,0x97,0x76,0xb,
0x3c,0x8b,0xd3,0x13,0x6e,0x7c,0xf5,0x63,0x64,0xfb,0xd8,0xf5,0xa9,0x30,0x5c,0x92,
0x69,0xd7,0xa0,0xd0,0x6a,0x38,0x8b,0x9b,0xdf,0x6f,0x6a,0x8e,0x9d,0x9e,0x74,0x77,
0x64,0xe1,0x45,0x33,0x7c,0xfe,0xf5,0x1a,0xde,0xbc,0xe8,0x87,0x64,0xad,0x8e,0x9,
0xa4,0x32,0x25,0x7c,0x76,0x7b,0x4d,0x73,0xec,0xe9,0xa3,0xce,0xc7,0xea,0x4,0x1e,
0xd8,0x5f,0x6,0x9d,0x9a,0x70,0x63,0x31,0x94,0xde,0x7e,0x23,0x28,0x2b,0x2a,0x3e,
0xbe,0x16,0xc4,0x89,0x31,0x17,0x26,0x86,0x1d,0x70,0x4b,0xc2,0x4f,0x4e,0x5f,0x9,
0x33,0x4b,0x49,0xfc,0xf0,0x20,0x8e,0xca,0x51,0xc2,0xdb,0x23,0xe2,0xd4,0xb8,0x7b,
0x5f,0xcb,0x1c,0x18,0xb0,0x61,0x79,0x2d,0x83,0x7f,0x7c,0xba,0x8c,0x33,0xc7,0x7b,
0x31,0x32,0x64,0x83,0x55,0xe4,0x91,0xcd,0xcb,0x58,0xc,0x65,0x70,0x7b,0x3a,0xa2,
0x99,0xa5,0x58,0x45,0xe,0xcf,0x1f,0xef,0x79,0xac,0xf5,0x7c,0x60,0x5,0xc0,0xb1,
0xc,0x5e,0x3f,0x37,0x84,0x8f,0xbf,0x5c,0xdd,0x7e,0xc3,0x58,0x56,0x81,0x3b,0xf7,
0xe3,0xb8,0x73,0x3f,0x5e,0xf7,0xda,0x5e,0xa7,0x9,0xaf,0x9d,0x1b,0xda,0xf7,0x79,
0xfd,0x4b,0xcf,0xf5,0xe3,0xfd,0xcf,0x96,0x91,0xcd,0x2b,0xb8,0x3e,0x15,0xc6,0xf5,
0xa9,0x70,0x5d,0x2b,0xf7,0xda,0xb9,0xa1,0xa6,0xd6,0x2,0x1c,0x38,0x1f,0x60,0xaf,
0xb1,0x88,0x3c,0x7e,0x77,0xd1,0x8f,0xe3,0x47,0x1d,0x30,0xd2,0x94,0xc,0x80,0xe3,
0xa3,0x4e,0xbc,0xf9,0x4b,0xbf,0xe6,0xbd,0xfb,0x7e,0x61,0xb3,0xf0,0xf8,0xcd,0x8b,
0x47,0xe0,0x92,0xea,0x87,0x84,0x9d,0x76,0x1,0x57,0x2e,0xf8,0xda,0x7e,0xf7,0x70,
0xa8,0x2d,0x40,0x65,0x4f,0x79,0xf1,0x39,0x2f,0x4e,0x4f,0xf4,0x60,0x76,0x39,0x89,
0xd5,0x70,0x16,0xb1,0x54,0x69,0x7b,0x51,0xa8,0x68,0xe2,0xe0,0x92,0xb6,0x16,0x85,
0x4e,0xc,0x77,0x66,0x51,0x68,0x3b,0xb8,0x24,0x13,0xde,0x79,0x65,0x18,0xf3,0xc1,
0x14,0x66,0x96,0x52,0x88,0xa7,0x8b,0xc8,0xe6,0x15,0x98,0x5,0x16,0x6e,0xc9,0x84,
0x31,0xbf,0x1d,0x93,0xc3,0x8e,0x7d,0xf7,0x4d,0x76,0xed,0x34,0xb4,0x6b,0x58,0xeb,
0xec,0xf5,0x2f,0x77,0x9f,0xf8,0x21,0x80,0x20,0x1,0x10,0x24,0x0,0x82,0x4,0x40,
0x90,0x0,0x8,0x12,0x0,0x41,0x2,0x20,0x3a,0xd,0x65,0x9,0x6b,0x83,0xc3,0x90,
0xe3,0x88,0x2c,0x0,0xd,0x1,0x4,0x9,0x80,0x20,0x1,0x10,0x24,0x0,0x82,0x4,
0x40,0x90,0x0,0x8,0x12,0x0,0x41,0x2,0x20,0x48,0x0,0x4,0x9,0x80,0x20,0x1,
0x10,0x24,0x0,0x82,0x4,0x40,0x90,0x0,0x8,0x12,0x0,0x71,0xf8,0xd8,0xb3,0x5,
0x21,0x4a,0x59,0xc5,0x62,0x28,0x8d,0xa5,0x87,0x19,0x84,0x63,0x5,0xa4,0x73,0x25,
0xc8,0xb2,0xa,0x8e,0x63,0x60,0xb7,0xf2,0xf0,0xf6,0x88,0x18,0xf5,0x49,0x8,0xc,
0x58,0xdb,0x4a,0x27,0x3,0xb4,0x9f,0xde,0x9d,0x4,0xd0,0x61,0x1e,0x4,0x53,0xb8,
0x71,0x67,0xb3,0x66,0x36,0x71,0x59,0x51,0x11,0x4f,0x95,0x10,0x4f,0x95,0x30,0xb3,
0x94,0x82,0xc7,0x65,0xc6,0x45,0x83,0xe9,0x59,0xdb,0x4d,0xef,0x4e,0xec,0xf1,0x10,
0xa0,0xaa,0x2a,0xae,0x4f,0x85,0x71,0xf5,0xd6,0x5a,0xcd,0xc6,0xaf,0xc5,0x66,0xbc,
0x80,0xf,0x3e,0x5f,0x69,0x98,0xd6,0xbc,0x16,0xed,0xa6,0x77,0x27,0x3a,0x6c,0x1,
0x6e,0xfd,0x10,0xc1,0xf7,0x15,0x3f,0xdd,0x66,0xb0,0x95,0x31,0x6c,0x3c,0x20,0xc1,
0xe3,0x12,0x61,0x12,0x58,0xe4,0xb,0xa,0x42,0xe1,0x2c,0xbe,0xb9,0x17,0xdb,0x4e,
0xe8,0x24,0x2b,0x2a,0x3e,0xb9,0xf9,0x10,0xef,0x5c,0xa,0x34,0xcc,0x83,0x5b,0x49,
0xbb,0xe9,0xdd,0x89,0xe,0xa,0x60,0x65,0x3d,0xa3,0xc9,0xf0,0x6d,0x12,0x58,0xbc,
0x7e,0x6e,0xa8,0x2a,0xa3,0x87,0xcd,0xc2,0x63,0x3c,0xe0,0xc0,0xa8,0xcf,0x8e,0xab,
0xb7,0xd6,0xb0,0xf8,0x70,0x2b,0xc1,0x64,0x49,0x2e,0xe3,0xcb,0xef,0x36,0xf0,0xeb,
0xf3,0x3e,0xc3,0xcf,0x7c,0x94,0xde,0xfd,0xca,0x5,0x5f,0xd5,0x10,0x62,0x24,0xbd,
0x3b,0xd1,0xc1,0x21,0xe0,0xe6,0x1d,0x6d,0x7a,0x96,0x57,0x5e,0x18,0xa8,0x9b,0xe3,
0x97,0xe3,0x58,0x5c,0x7a,0x61,0x40,0x93,0xc6,0x6d,0x65,0x3d,0x5b,0x95,0x27,0xb8,
0x11,0xed,0xa6,0x77,0x27,0x1,0x74,0x80,0x50,0x38,0xa7,0xd9,0x27,0xc0,0xd7,0x6f,
0x31,0x94,0x76,0x5d,0xe0,0x59,0x9c,0x3c,0xe6,0xaa,0x72,0x20,0x8d,0xd2,0x6e,0x7a,
0x77,0xa2,0x43,0x2,0x58,0xc,0x69,0xf3,0xdd,0x37,0xb3,0x49,0x84,0x3e,0x8d,0x5b,
0x33,0x39,0x1,0xdb,0x4d,0xef,0x4e,0x74,0x48,0x0,0xeb,0xd1,0xd6,0x93,0x33,0xea,
0xb3,0x69,0x25,0x9a,0xc8,0xa,0x7a,0x10,0x52,0xac,0x90,0x13,0x88,0xad,0x3d,0xfd,
0x2a,0x79,0xff,0x3f,0xcb,0x2d,0xcf,0xc7,0x1f,0xa5,0x7e,0x31,0x24,0x9e,0xc7,0x9c,
0xe,0xe6,0xd0,0x9,0xa0,0xde,0xb6,0xf1,0xfa,0x0,0x4c,0xbd,0x46,0x6b,0x27,0x0,
0x53,0x6e,0xe2,0xe2,0xfd,0x4c,0x4,0x4d,0x43,0x40,0x87,0x1a,0xad,0xa3,0x85,0x67,
0x69,0x43,0xea,0x3,0x31,0x4,0x98,0x78,0x56,0x93,0x2,0xfd,0xf,0x57,0x46,0x61,
0x36,0x71,0x54,0xbb,0xdd,0x26,0x80,0x56,0x7f,0xed,0x2a,0xd9,0x78,0x44,0x12,0x3b,
0xd3,0xc0,0x78,0xba,0x4,0x6f,0xf,0x9,0xe0,0x89,0x19,0x2,0xf4,0xde,0x78,0x33,
0x3b,0x75,0x11,0x87,0x40,0x0,0x23,0xba,0xad,0xcc,0xee,0x2d,0x26,0xea,0x6e,0x54,
0x44,0x1c,0x32,0x1,0x4,0x6,0xac,0x9a,0xc,0x9d,0xa9,0xac,0x8c,0xdb,0xd3,0x11,
0xaa,0xdd,0x27,0x45,0x0,0xc,0xc3,0xe0,0x5c,0x8d,0x6d,0x5b,0xbf,0x9e,0x8e,0xa0,
0x6c,0x70,0xa3,0x87,0x95,0xf5,0xc,0x3e,0xba,0x16,0xa4,0x16,0xe9,0xc6,0x59,0xc0,
0xa3,0x61,0xe0,0xd4,0x84,0xb,0x53,0xb3,0x3b,0xaf,0x83,0xff,0x77,0x37,0x8a,0xfb,
0x2b,0x29,0x1c,0x3f,0xea,0x84,0xaf,0xdf,0x2,0xc9,0x2a,0xc0,0x24,0xb0,0x90,0x15,
0x15,0xd9,0xbc,0x8c,0x68,0xa2,0x88,0xd0,0x66,0xe,0x8b,0xa1,0x74,0xdd,0xdd,0x2d,
0x89,0x2e,0x10,0x0,0x0,0x9c,0x3d,0xe1,0x1,0xc3,0x30,0xf8,0x6e,0x66,0xe7,0xb5,
0x70,0x22,0x5d,0xaa,0xda,0xc8,0x81,0x38,0xa4,0x2,0x60,0x18,0x6,0x67,0x4f,0x78,
0xe0,0xeb,0xb3,0xe0,0xc6,0xd4,0x66,0xd5,0xe,0x5e,0xbb,0x5f,0x7,0x8c,0xc,0xda,
0x70,0x6a,0xc2,0x4d,0x2d,0xd2,0xcd,0x2,0x78,0x84,0xdf,0x6b,0xc3,0xbb,0x97,0xad,
0x8,0x6d,0xe6,0xb0,0xb0,0xba,0xb5,0x50,0x33,0x99,0x91,0x51,0x28,0x29,0x80,0xba,
0xb5,0x2f,0xa0,0xdd,0xc2,0xa3,0xd7,0x69,0x86,0xaf,0xdf,0x82,0x91,0x21,0xfb,0xae,
0xdb,0xa1,0x13,0x7b,0xb,0xa5,0x8b,0xa7,0x59,0x0,0x41,0x2,0x20,0x48,0x0,0x4,
0x9,0x80,0x20,0x1,0x10,0x24,0x0,0x82,0x4,0x40,0x90,0x0,0x8,0x12,0x0,0x41,
0x2,0x20,0x48,0x0,0x4,0x9,0x80,0x20,0x1,0x10,0x24,0x0,0x82,0x4,0x40,0x90,
0x0,0x8,0x12,0x0,0x41,0x2,0x20,0x48,0x0,0x4,0x9,0x80,0x20,0x1,0x10,0x24,
0x0,0x82,0x4,0x40,0x90,0x0,0x8,0x12,0x0,0x41,0x2,0x20,0xba,0x8e,0xff,0x3,
0x8a,0x77,0x4c,0xc6,0x5c,0xc5,0xc,0x82,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,
0xae,0x42,0x60,0x82,
};
static const unsigned char qt_resource_name[] = {
// images
0x0,0x6,
0x7,0x3,0x7d,0xc3,
0x0,0x69,
0x0,0x6d,0x0,0x61,0x0,0x67,0x0,0x65,0x0,0x73,
// morpher.png
0x0,0xb,
0xe,0x2d,0x85,0x87,
0x0,0x6d,
0x0,0x6f,0x0,0x72,0x0,0x70,0x0,0x68,0x0,0x65,0x0,0x72,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
};
static const unsigned char qt_resource_struct[] = {
// :
0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1,
// :/images
0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x2,
// :/images/morpher.png
0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,
};
QT_BEGIN_NAMESPACE
extern bool qRegisterResourceData
(int, const unsigned char *, const unsigned char *, const unsigned char *);
extern bool qUnregisterResourceData
(int, const unsigned char *, const unsigned char *, const unsigned char *);
QT_END_NAMESPACE
int QT_MANGLE_NAMESPACE(qInitResources_morpher)()
{
QT_PREPEND_NAMESPACE(qRegisterResourceData)
(0x01, qt_resource_struct, qt_resource_name, qt_resource_data);
return 1;
}
Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources_morpher))
int QT_MANGLE_NAMESPACE(qCleanupResources_morpher)()
{
QT_PREPEND_NAMESPACE(qUnregisterResourceData)
(0x01, qt_resource_struct, qt_resource_name, qt_resource_data);
return 1;
}
Q_DESTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qCleanupResources_morpher))

View File

@ -1,66 +0,0 @@
/****************************************************************************
** Meta object code from reading C++ file 'morpher.h'
**
** Created: Wed May 28 12:58:06 2008
** by: The Qt Meta Object Compiler version 59 (Qt 4.4.0)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include "../morpher.h"
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'morpher.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 59
#error "This file was generated using the moc from 4.4.0. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
QT_BEGIN_MOC_NAMESPACE
static const uint qt_meta_data_MorpherPlugin[] = {
// content:
1, // revision
0, // classname
0, 0, // classinfo
0, 0, // methods
0, 0, // properties
0, 0, // enums/sets
0 // eod
};
static const char qt_meta_stringdata_MorpherPlugin[] = {
"MorpherPlugin\0"
};
const QMetaObject MorpherPlugin::staticMetaObject = {
{ &QObject::staticMetaObject, qt_meta_stringdata_MorpherPlugin,
qt_meta_data_MorpherPlugin, 0 }
};
const QMetaObject *MorpherPlugin::metaObject() const
{
return &staticMetaObject;
}
void *MorpherPlugin::qt_metacast(const char *_clname)
{
if (!_clname) return 0;
if (!strcmp(_clname, qt_meta_stringdata_MorpherPlugin))
return static_cast<void*>(const_cast< MorpherPlugin*>(this));
if (!strcmp(_clname, "MeshEditInterface"))
return static_cast< MeshEditInterface*>(const_cast< MorpherPlugin*>(this));
if (!strcmp(_clname, "vcg.meshlab.MeshEditInterface/1.0"))
return static_cast< MeshEditInterface*>(const_cast< MorpherPlugin*>(this));
return QObject::qt_metacast(_clname);
}
int MorpherPlugin::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QObject::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
return _id;
}
QT_END_MOC_NAMESPACE

View File

@ -1,92 +0,0 @@
/****************************************************************************
** Meta object code from reading C++ file 'morpherDialog.h'
**
** Created: Wed May 28 12:58:06 2008
** by: The Qt Meta Object Compiler version 59 (Qt 4.4.0)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include "../morpherDialog.h"
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'morpherDialog.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 59
#error "This file was generated using the moc from 4.4.0. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
QT_BEGIN_MOC_NAMESPACE
static const uint qt_meta_data_MorpherDialog[] = {
// content:
1, // revision
0, // classname
0, 0, // classinfo
8, 10, // methods
0, 0, // properties
0, 0, // enums/sets
// slots: signature, parameters, type, tag, flags
24, 15, 14, 14, 0x08,
47, 15, 14, 14, 0x08,
68, 14, 14, 14, 0x08,
85, 14, 14, 14, 0x08,
100, 15, 14, 14, 0x08,
119, 14, 14, 14, 0x08,
146, 144, 138, 14, 0x08,
181, 157, 138, 14, 0x08,
0 // eod
};
static const char qt_meta_stringdata_MorpherDialog[] = {
"MorpherDialog\0\0newValue\0startValueChanged(int)\0"
"endValueChanged(int)\0pickSourceMesh()\0"
"pickDestMesh()\0sliderChanged(int)\0"
"recalculateMorph()\0float\0x\0Abs(float)\0"
"start,end,distanceRatio\0"
"calcNewPoint(float,float,float)\0"
};
const QMetaObject MorpherDialog::staticMetaObject = {
{ &QDockWidget::staticMetaObject, qt_meta_stringdata_MorpherDialog,
qt_meta_data_MorpherDialog, 0 }
};
const QMetaObject *MorpherDialog::metaObject() const
{
return &staticMetaObject;
}
void *MorpherDialog::qt_metacast(const char *_clname)
{
if (!_clname) return 0;
if (!strcmp(_clname, qt_meta_stringdata_MorpherDialog))
return static_cast<void*>(const_cast< MorpherDialog*>(this));
return QDockWidget::qt_metacast(_clname);
}
int MorpherDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QDockWidget::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
switch (_id) {
case 0: startValueChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
case 1: endValueChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
case 2: pickSourceMesh(); break;
case 3: pickDestMesh(); break;
case 4: sliderChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
case 5: recalculateMorph(); break;
case 6: { float _r = Abs((*reinterpret_cast< float(*)>(_a[1])));
if (_a[0]) *reinterpret_cast< float*>(_a[0]) = _r; } break;
case 7: { float _r = calcNewPoint((*reinterpret_cast< float(*)>(_a[1])),(*reinterpret_cast< float(*)>(_a[2])),(*reinterpret_cast< float(*)>(_a[3])));
if (_a[0]) *reinterpret_cast< float*>(_a[0]) = _r; } break;
}
_id -= 8;
}
return _id;
}
QT_END_MOC_NAMESPACE

View File

@ -1,265 +0,0 @@
/****************************************************************************
** Resource object code
**
** Created: Tue May 27 12:19:33 2008
** by: The Resource Compiler for Qt version 4.4.0
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include <QtCore/qglobal.h>
static const unsigned char qt_resource_data[] = {
// /kyb/agbu/oscar/eclipse2/face_pipeline_workspace/meshlab/src/meshlabplugins/edit_morpher/images/morpher.png
0x0,0x0,0xc,0x15,
0x89,
0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
0x0,0x0,0x80,0x0,0x0,0x0,0x80,0x8,0x6,0x0,0x0,0x0,0xc3,0x3e,0x61,0xcb,
0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
0x6,0x62,0x4b,0x47,0x44,0x0,0xa9,0x0,0xab,0x0,0xb1,0xed,0x3f,0x77,0x3,0x0,
0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xb,0x13,0x0,0x0,0xb,0x13,0x1,
0x0,0x9a,0x9c,0x18,0x0,0x0,0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xd8,0x3,0xb,
0x9,0x11,0x2c,0xcc,0xc8,0xbd,0x4f,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x43,
0x6f,0x6d,0x6d,0x65,0x6e,0x74,0x0,0x43,0x72,0x65,0x61,0x74,0x65,0x64,0x20,0x77,
0x69,0x74,0x68,0x20,0x47,0x49,0x4d,0x50,0x57,0x81,0xe,0x17,0x0,0x0,0xb,0x70,
0x49,0x44,0x41,0x54,0x78,0xda,0xed,0x9d,0x5b,0x77,0x1b,0xd5,0x15,0xc7,0xff,0x73,
0x93,0x46,0x97,0xd1,0xc5,0x96,0x2d,0xdb,0x8a,0x64,0xc7,0x8e,0x6d,0x8,0x9,0xc9,
0x62,0x5,0x9a,0xa6,0x9,0x34,0x84,0x50,0x58,0x25,0x2d,0xa5,0x5c,0x9e,0xfb,0xd2,
0xf6,0x23,0xf5,0x2b,0xf4,0xc2,0xa2,0xc0,0x43,0xe9,0xa,0x85,0x12,0x56,0x92,0x15,
0x48,0x1,0x7,0x70,0x62,0x3b,0xf1,0x55,0x56,0x6c,0xcb,0xba,0xdf,0xa5,0x19,0x4d,
0x1f,0x4c,0x6c,0xcd,0x48,0x96,0x46,0x17,0x3b,0x96,0xb3,0x7f,0x4f,0xf6,0x68,0x2e,
0x47,0xe7,0xfc,0xcf,0x3e,0xfb,0xec,0x39,0xda,0x87,0xf9,0xeb,0xdf,0x3f,0x54,0x41,
0x3c,0xb1,0xb0,0x54,0x5,0x24,0x0,0x82,0x4,0x40,0x90,0x0,0x8,0x12,0x0,0x41,
0x2,0x20,0x48,0x0,0x4,0x9,0x80,0x20,0x1,0x10,0x24,0x0,0x82,0x4,0x40,0x90,
0x0,0x8,0x12,0x0,0x41,0x2,0x20,0x48,0x0,0x4,0x9,0x80,0x20,0x1,0x10,0x24,
0x0,0x82,0x4,0x40,0x90,0x0,0x8,0x12,0x0,0x41,0x2,0x20,0x48,0x0,0x44,0x37,
0xc3,0x53,0x15,0x1c,0x6c,0xfe,0xf2,0xfe,0x9c,0xe6,0xff,0x3f,0xff,0x7e,0x9c,0x2c,
0x0,0xb1,0xc7,0x16,0x40,0xaf,0xba,0x4a,0xde,0xbd,0x1c,0x40,0x8f,0xc3,0x6c,0xe8,
0xe6,0xd1,0x64,0x1,0x7f,0xbb,0xba,0xbc,0xeb,0xe7,0x9d,0x56,0x33,0xb1,0xf,0x16,
0x60,0x76,0x29,0xb5,0x27,0xe7,0x12,0x5d,0x22,0x80,0xb9,0x95,0x14,0x54,0xb5,0xf1,
0xcf,0x9,0x55,0x55,0xc5,0xdc,0x72,0x92,0x6a,0xf8,0x30,0x8,0x40,0xe0,0x99,0xed,
0xbf,0x33,0x39,0x19,0xab,0xe1,0x5c,0xc3,0x6b,0x56,0x37,0x72,0xc8,0xe4,0x95,0x9a,
0xf7,0x20,0xba,0x4c,0x0,0x47,0x87,0xec,0x3a,0xd3,0xde,0xb8,0x67,0xcf,0xea,0x7a,
0xff,0xa8,0xcf,0x4e,0xb5,0xdd,0xad,0x2,0x98,0x1c,0x76,0x68,0xfe,0x9f,0x5f,0x4d,
0xa3,0x24,0x97,0x77,0x3d,0xbf,0x24,0x97,0x31,0xbf,0x9a,0xd6,0x1c,0x9b,0x8,0x38,
0xa8,0xb6,0xbb,0x35,0xe,0x30,0xd4,0x67,0x81,0xcd,0xc2,0x23,0x93,0x93,0x1,0x0,
0xb2,0xa2,0x62,0x21,0x94,0xde,0xb5,0x51,0x17,0x56,0xd3,0x90,0x95,0x1d,0x3f,0xc1,
0x66,0xe1,0x31,0xd4,0x67,0x69,0xab,0xa0,0xc9,0x4c,0x9,0xb3,0x4b,0x49,0x84,0xc2,
0x39,0xc4,0x52,0x45,0x14,0x8a,0x5b,0xc3,0x8b,0xd9,0xc4,0xc1,0xed,0x30,0xc1,0xd7,
0x67,0xc1,0x78,0xc0,0x1,0x87,0x4d,0x68,0xbb,0x52,0x54,0x55,0xc5,0xf2,0x5a,0x6,
0x73,0x2b,0x69,0x6c,0x44,0xf3,0xc8,0xe4,0x64,0x28,0x65,0x15,0xc,0x80,0x3f,0x19,
0x98,0xb9,0x28,0x65,0x15,0xf3,0xab,0x69,0xcc,0x2c,0x25,0x91,0x48,0x15,0x91,0xc9,
0x2b,0x10,0x4d,0x2c,0x5c,0x92,0x9,0x63,0x47,0x24,0x4c,0xe,0x4b,0xe0,0xb9,0xf6,
0x67,0xe0,0x8b,0xa1,0xad,0x67,0xac,0x47,0xf3,0xc8,0x17,0x14,0xf0,0x3c,0xb,0xc9,
0x2a,0x20,0x30,0x60,0xc5,0x89,0x31,0x17,0x6c,0x16,0xbe,0x33,0x2,0x60,0x18,0x6,
0xe3,0x7e,0x9,0xdf,0xcd,0xc6,0x34,0x1e,0xfe,0x6e,0x2,0x98,0x5d,0xd6,0x7a,0xff,
0xe3,0x1,0x9,0xc,0xd3,0x9a,0xf,0x50,0x92,0xcb,0xb8,0x79,0x67,0x13,0x77,0x17,
0x12,0xa8,0xe5,0x7a,0xe6,0xa,0xa,0x72,0xe1,0x1c,0x42,0xe1,0x1c,0x6e,0x4f,0x47,
0x71,0x7c,0xd4,0x89,0xb3,0x27,0x3d,0x10,0xf8,0xc6,0x15,0x5c,0x2b,0xc8,0x92,0xc9,
0xc9,0xb8,0x7a,0xeb,0x21,0xd6,0x22,0xf9,0x6a,0x61,0x18,0xb8,0x3e,0x9e,0x2a,0xe2,
0x93,0x9b,0x21,0xc4,0x53,0x25,0xcd,0x67,0xd9,0xbc,0x82,0x6c,0x7e,0xab,0x9c,0x77,
0xe6,0x62,0xb8,0xf4,0xfc,0x0,0xfa,0x7b,0xc4,0x96,0xea,0x24,0x5f,0x54,0xf0,0xe9,
0xad,0x35,0x4,0x37,0xb2,0x9a,0xe3,0xc5,0x52,0x19,0x91,0x44,0x1,0x91,0x44,0x1,
0xdf,0xdf,0x8f,0xe3,0xe2,0x19,0x2f,0xc6,0x8e,0x48,0x9d,0x99,0x5,0x4c,0xc,0x4b,
0x3a,0x27,0x2f,0xbb,0x6d,0x11,0x2a,0xc9,0xe4,0xe4,0xaa,0x82,0x4d,0xb6,0x68,0xfe,
0x73,0x79,0x19,0x1f,0x7c,0xbe,0x82,0xe9,0x5d,0x1a,0xbf,0x56,0x3,0xfd,0x38,0x9f,
0xc0,0x3f,0xff,0x1b,0x44,0xae,0xa0,0x34,0xff,0xbc,0x82,0x82,0xf,0xbf,0x8,0xd6,
0x6c,0x7c,0x23,0x64,0x72,0x32,0x3e,0xba,0x16,0xac,0x6a,0x7c,0x3d,0x89,0x74,0x9,
0x1f,0x7f,0xb9,0x8a,0x8d,0x58,0xf3,0xcf,0x29,0x96,0x14,0x7c,0xf4,0x45,0xb0,0xaa,
0x8e,0xf5,0xc8,0x8a,0x8a,0x4f,0xbf,0x5a,0xc3,0x6a,0x83,0xf3,0xc,0x87,0x82,0x7b,
0x1c,0x66,0x78,0x5c,0x66,0x6c,0xc6,0xb,0xdb,0x95,0x3d,0xb7,0x92,0xc2,0xe9,0x9,
0xb7,0x76,0x9a,0xa8,0xeb,0xfd,0x1e,0x97,0x19,0x6e,0x87,0xa9,0xe9,0x2f,0xaa,0x94,
0x55,0xfc,0xeb,0x46,0x8,0xd1,0x64,0xb1,0xc2,0x12,0x1,0xcf,0x8c,0x3a,0x31,0x39,
0xec,0x80,0xdb,0x61,0x2,0x3,0x20,0x96,0x2a,0xe2,0xde,0x62,0x12,0x3f,0xce,0x27,
0xf0,0x68,0x76,0x1a,0x49,0x14,0xf0,0xc9,0x8d,0x10,0x7e,0xfb,0xd2,0x11,0xb0,0xac,
0x71,0xcb,0xf3,0xc5,0x37,0xeb,0x48,0x66,0x4a,0xe0,0x58,0x6,0x27,0x8f,0xb9,0x30,
0x76,0xc4,0xe,0x97,0x64,0x2,0xcb,0x0,0x91,0x44,0x11,0x53,0x73,0xb1,0x6,0xd7,
0x6f,0x20,0x9b,0x57,0x60,0x12,0x58,0x9c,0x79,0xba,0x7,0x47,0x87,0xec,0xb0,0x8a,
0x1c,0xb2,0x79,0x5,0xb,0xa1,0x34,0x6e,0xdf,0x8d,0xa2,0x58,0x2a,0x6f,0x5b,0xb6,
0x7f,0xdf,0x8,0xe1,0xbd,0x57,0x87,0x61,0x12,0xb8,0x26,0xca,0xb8,0x81,0x68,0xb2,
0x8,0xab,0xc8,0xe1,0xb9,0xa7,0x7a,0x10,0x18,0xb0,0xc1,0x66,0xe1,0x51,0x28,0x6e,
0x3d,0xe3,0xab,0x1f,0x22,0x28,0xfc,0xf4,0xc,0x55,0x5,0xae,0x7d,0xbb,0x81,0xf7,
0x5e,0x1d,0x6,0xbb,0x8b,0x5,0x6e,0x6a,0x20,0x9a,0x8,0x48,0xd,0x67,0x3,0x7a,
0xef,0x5f,0x7f,0x8d,0x51,0xa6,0x66,0x63,0xd8,0x88,0x15,0x76,0x94,0xca,0x31,0xb8,
0x72,0xe1,0x8,0xce,0x9f,0xee,0x47,0x9f,0x5b,0x4,0xcf,0xb1,0xe0,0x38,0x16,0x1e,
0x97,0x88,0xf3,0xa7,0xfb,0xf1,0xc6,0x79,0x1f,0xb8,0x8a,0xc6,0x5e,0x8f,0xe6,0x1b,
0x36,0x58,0xf5,0x98,0x9a,0x81,0x68,0xe6,0xf0,0xd6,0xcb,0x7e,0x9c,0x3d,0xe9,0x41,
0x9f,0x5b,0x84,0xc0,0x6f,0x3d,0xa7,0xbf,0x47,0xc4,0xe5,0x9f,0xd,0xd6,0xbd,0x7e,
0x79,0x2d,0x3,0xab,0xc8,0xe1,0xed,0x4b,0x1,0x3c,0x3b,0xee,0x86,0x64,0x13,0xc0,
0x71,0x2c,0x24,0x9b,0x80,0x67,0xc7,0xdd,0x78,0xfb,0x52,0x0,0x16,0xf3,0x4e,0x63,
0x67,0xf2,0xa,0xbe,0x9e,0x8e,0x36,0x55,0xc6,0x7,0xc1,0x34,0x7a,0x9d,0x66,0xbc,
0x7b,0x79,0x18,0x27,0xc6,0x5c,0x70,0xd8,0x4,0x70,0x2c,0x3,0xab,0xc8,0xe3,0x99,
0x51,0x17,0xde,0xb8,0xe0,0x43,0x65,0x5b,0x27,0xd2,0x25,0x4,0xd7,0xb3,0x9d,0x9,
0x4,0x8d,0xfb,0x25,0xcd,0xcd,0xa3,0xc9,0xe2,0xb6,0x45,0x0,0x80,0xcd,0x78,0xbe,
0xaa,0xc7,0x8e,0xfb,0x9b,0x17,0x40,0x49,0x2e,0x6b,0xfc,0xd,0x0,0xf8,0xc5,0xa9,
0xbe,0xba,0x8e,0xa4,0xaf,0xdf,0x8a,0x9f,0x3f,0xeb,0xd1,0x1c,0xfb,0x76,0x26,0x6,
0x59,0x29,0x37,0xf5,0xec,0x97,0xcf,0x78,0xd1,0xeb,0x34,0xa3,0x55,0x2e,0x9e,0xf1,
0xee,0xea,0x88,0x3a,0x6c,0x2,0x5e,0x7e,0xde,0xab,0x39,0x76,0x77,0x21,0x51,0x77,
0x46,0xa5,0x87,0x63,0x19,0xfc,0xea,0xec,0x20,0x44,0x53,0x6d,0xab,0xd1,0xe7,0x16,
0xab,0x7c,0xb3,0xc5,0x50,0xa6,0x33,0x2,0xb0,0x88,0x3c,0xfc,0x5e,0xeb,0xae,0x3d,
0x5e,0x1f,0xfa,0xf5,0x7b,0xad,0xb0,0x88,0xcd,0xbf,0x70,0x5c,0x8,0xa5,0xb7,0x4d,
0x25,0x0,0xb8,0x24,0x1,0x4f,0x8d,0x34,0xf6,0x23,0x9e,0x19,0x75,0xc2,0x69,0x17,
0x34,0x4e,0xd1,0x42,0x9d,0x2f,0xaf,0x67,0xd0,0x23,0x22,0x30,0x60,0x6b,0xb9,0xf1,
0x7,0x7a,0x45,0xf8,0xbd,0xf5,0xaf,0xf7,0x7b,0x6d,0xf0,0x56,0x38,0x7f,0xb2,0xa2,
0xe2,0x41,0x30,0x6d,0xdc,0xa,0xf,0x4b,0x70,0xd8,0xeb,0xcf,0x74,0xf4,0x31,0x97,
0xcd,0x78,0xbe,0x33,0x2,0xa8,0x35,0x9f,0x9f,0x5b,0x4e,0xa1,0xac,0xaa,0x28,0xab,
0x2a,0xe6,0x56,0x52,0xba,0xc2,0xb6,0xe6,0xfc,0xe9,0x4d,0xd6,0x44,0xc0,0x61,0x68,
0x16,0xc1,0x30,0x4c,0xd5,0x90,0x53,0xcf,0xfc,0xe9,0x39,0xe6,0x97,0xd0,0xe,0x8d,
0x3c,0xee,0x9d,0xf3,0xb4,0xd,0xb4,0x16,0xc9,0x19,0x7e,0x86,0x3e,0x28,0x57,0xd3,
0x5f,0x73,0x6a,0x7d,0xae,0x54,0x56,0x6e,0xdf,0x9,0x7c,0xc4,0xc8,0x90,0xd,0x2,
0xcf,0x6e,0x9b,0xad,0x5c,0x41,0xd9,0xae,0xe4,0x4a,0xcf,0xdb,0xc4,0xb3,0x18,0x19,
0x6c,0xad,0x37,0x55,0xe,0x2b,0x5b,0x3d,0xd3,0x78,0xc,0x61,0x40,0x77,0x6e,0x3d,
0xf5,0xeb,0xe9,0x77,0x8b,0x6d,0x9,0xc0,0xe8,0xb4,0x4e,0x7f,0x5e,0xb8,0x89,0xd9,
0x80,0x91,0xe1,0x49,0x3f,0x3c,0x54,0x5a,0xd3,0xb6,0x2d,0x0,0xcf,0xb1,0x55,0x26,
0x66,0x76,0x29,0x89,0x19,0x9d,0x43,0x38,0x7a,0xc4,0xde,0x72,0xb0,0x23,0xad,0x9b,
0x5e,0xba,0xec,0xc6,0x83,0x3b,0x6e,0x49,0xab,0xfe,0x74,0x1d,0xf5,0xeb,0x91,0xda,
0xc,0x22,0x19,0xd,0x42,0x39,0x75,0xdf,0x27,0x9b,0x37,0x3e,0x65,0x15,0x4d,0x8d,
0xeb,0x54,0x1f,0x3,0x51,0xca,0x6a,0xe7,0x4,0x0,0x0,0x93,0xba,0x98,0xc0,0x42,
0x28,0x53,0xe5,0x68,0xb4,0x13,0xfa,0x2d,0xe9,0x14,0x6b,0x12,0x8c,0x17,0xd3,0xac,
0x3b,0xb7,0xd8,0x84,0x83,0x65,0xe2,0xdb,0x8b,0xce,0x19,0x2d,0xa7,0xfe,0x39,0xf5,
0x7a,0x68,0x95,0x13,0xc8,0x75,0x76,0xd,0x4f,0x4b,0x77,0x1b,0xf4,0x58,0x60,0xb7,
0xf2,0x1a,0x85,0x55,0xaa,0x4c,0xb2,0xf2,0x18,0xf4,0x88,0xe8,0x36,0x9a,0x89,0x19,
0x1c,0x16,0x5a,0x12,0x40,0x2d,0x67,0x4b,0x33,0x5d,0x6c,0x23,0xf4,0xb,0x0,0x82,
0xd0,0x7a,0xf,0x29,0xe8,0xad,0x7,0xbf,0x7f,0xab,0xde,0x4a,0x6,0xcb,0xa9,0xb7,
0x4a,0xcd,0x58,0xb8,0x3,0x21,0x80,0x46,0x26,0xbe,0xdd,0x37,0x7f,0x76,0xdd,0x4b,
0x8c,0x78,0xba,0x64,0xf8,0xda,0x58,0xaa,0xa8,0xbd,0x97,0x75,0xff,0xd6,0xbd,0x26,
0x32,0xc6,0xca,0x99,0xd0,0x7d,0x1f,0xab,0xc8,0x75,0x9f,0x0,0x5c,0x92,0x9,0x7d,
0x6e,0x73,0xd,0x4f,0xda,0xc,0x97,0x64,0x6a,0xab,0x50,0x1e,0x97,0xf6,0xbe,0xf,
0x37,0x8d,0x4f,0x93,0xd6,0x36,0xf3,0xba,0x7b,0xed,0xdf,0x50,0xb4,0x11,0x35,0xe6,
0xcd,0x87,0x63,0x85,0xaa,0xe0,0x4d,0xd7,0x9,0x60,0xb7,0x9e,0xde,0xea,0xdc,0x5f,
0x1f,0x40,0xd2,0x7,0x9b,0x8c,0x2e,0x43,0xd3,0x87,0xa2,0xf5,0xf7,0xda,0x4b,0x1e,
0x4,0x53,0x2d,0x9d,0x37,0xd0,0x6b,0xe9,0x4e,0x1,0x1c,0xf3,0x4b,0xa8,0xf4,0x9b,
0x58,0xc6,0x78,0x30,0xa4,0x7e,0xac,0xc1,0xae,0x19,0x17,0xe3,0xa9,0x12,0xee,0x2d,
0x36,0x5e,0x85,0x34,0x3d,0x9f,0xd0,0x98,0x57,0xb3,0xc0,0x62,0x64,0xc8,0xb6,0x6f,
0x95,0xb9,0x16,0xc9,0x37,0x7c,0x4b,0x17,0x5c,0xcf,0x6a,0xde,0x36,0xf2,0x1c,0xf3,
0x58,0x57,0x4b,0xb5,0x35,0x40,0x5a,0xcc,0x1c,0xfe,0xf8,0x56,0xe7,0x97,0x76,0xb,
0x3c,0x8b,0xd3,0x13,0x6e,0x7c,0xf5,0x63,0x64,0xfb,0xd8,0xf5,0xa9,0x30,0x5c,0x92,
0x69,0xd7,0xa0,0xd0,0x6a,0x38,0x8b,0x9b,0xdf,0x6f,0x6a,0x8e,0x9d,0x9e,0x74,0x77,
0x64,0xe1,0x45,0x33,0x7c,0xfe,0xf5,0x1a,0xde,0xbc,0xe8,0x87,0x64,0xad,0x8e,0x9,
0xa4,0x32,0x25,0x7c,0x76,0x7b,0x4d,0x73,0xec,0xe9,0xa3,0xce,0xc7,0xea,0x4,0x1e,
0xd8,0x5f,0x6,0x9d,0x9a,0x70,0x63,0x31,0x94,0xde,0x7e,0x23,0x28,0x2b,0x2a,0x3e,
0xbe,0x16,0xc4,0x89,0x31,0x17,0x26,0x86,0x1d,0x70,0x4b,0xc2,0x4f,0x4e,0x5f,0x9,
0x33,0x4b,0x49,0xfc,0xf0,0x20,0x8e,0xca,0x51,0xc2,0xdb,0x23,0xe2,0xd4,0xb8,0x7b,
0x5f,0xcb,0x1c,0x18,0xb0,0x61,0x79,0x2d,0x83,0x7f,0x7c,0xba,0x8c,0x33,0xc7,0x7b,
0x31,0x32,0x64,0x83,0x55,0xe4,0x91,0xcd,0xcb,0x58,0xc,0x65,0x70,0x7b,0x3a,0xa2,
0x99,0xa5,0x58,0x45,0xe,0xcf,0x1f,0xef,0x79,0xac,0xf5,0x7c,0x60,0x5,0xc0,0xb1,
0xc,0x5e,0x3f,0x37,0x84,0x8f,0xbf,0x5c,0xdd,0x7e,0xc3,0x58,0x56,0x81,0x3b,0xf7,
0xe3,0xb8,0x73,0x3f,0x5e,0xf7,0xda,0x5e,0xa7,0x9,0xaf,0x9d,0x1b,0xda,0xf7,0x79,
0xfd,0x4b,0xcf,0xf5,0xe3,0xfd,0xcf,0x96,0x91,0xcd,0x2b,0xb8,0x3e,0x15,0xc6,0xf5,
0xa9,0x70,0x5d,0x2b,0xf7,0xda,0xb9,0xa1,0xa6,0xd6,0x2,0x1c,0x38,0x1f,0x60,0xaf,
0xb1,0x88,0x3c,0x7e,0x77,0xd1,0x8f,0xe3,0x47,0x1d,0x30,0xd2,0x94,0xc,0x80,0xe3,
0xa3,0x4e,0xbc,0xf9,0x4b,0xbf,0xe6,0xbd,0xfb,0x7e,0x61,0xb3,0xf0,0xf8,0xcd,0x8b,
0x47,0xe0,0x92,0xea,0x87,0x84,0x9d,0x76,0x1,0x57,0x2e,0xf8,0xda,0x7e,0xf7,0x70,
0xa8,0x2d,0x40,0x65,0x4f,0x79,0xf1,0x39,0x2f,0x4e,0x4f,0xf4,0x60,0x76,0x39,0x89,
0xd5,0x70,0x16,0xb1,0x54,0x69,0x7b,0x51,0xa8,0x68,0xe2,0xe0,0x92,0xb6,0x16,0x85,
0x4e,0xc,0x77,0x66,0x51,0x68,0x3b,0xb8,0x24,0x13,0xde,0x79,0x65,0x18,0xf3,0xc1,
0x14,0x66,0x96,0x52,0x88,0xa7,0x8b,0xc8,0xe6,0x15,0x98,0x5,0x16,0x6e,0xc9,0x84,
0x31,0xbf,0x1d,0x93,0xc3,0x8e,0x7d,0xf7,0x4d,0x76,0xed,0x34,0xb4,0x6b,0x58,0xeb,
0xec,0xf5,0x2f,0x77,0x9f,0xf8,0x21,0x80,0x20,0x1,0x10,0x24,0x0,0x82,0x4,0x40,
0x90,0x0,0x8,0x12,0x0,0x41,0x2,0x20,0x3a,0xd,0x65,0x9,0x6b,0x83,0xc3,0x90,
0xe3,0x88,0x2c,0x0,0xd,0x1,0x4,0x9,0x80,0x20,0x1,0x10,0x24,0x0,0x82,0x4,
0x40,0x90,0x0,0x8,0x12,0x0,0x41,0x2,0x20,0x48,0x0,0x4,0x9,0x80,0x20,0x1,
0x10,0x24,0x0,0x82,0x4,0x40,0x90,0x0,0x8,0x12,0x0,0x71,0xf8,0xd8,0xb3,0x5,
0x21,0x4a,0x59,0xc5,0x62,0x28,0x8d,0xa5,0x87,0x19,0x84,0x63,0x5,0xa4,0x73,0x25,
0xc8,0xb2,0xa,0x8e,0x63,0x60,0xb7,0xf2,0xf0,0xf6,0x88,0x18,0xf5,0x49,0x8,0xc,
0x58,0xdb,0x4a,0x27,0x3,0xb4,0x9f,0xde,0x9d,0x4,0xd0,0x61,0x1e,0x4,0x53,0xb8,
0x71,0x67,0xb3,0x66,0x36,0x71,0x59,0x51,0x11,0x4f,0x95,0x10,0x4f,0x95,0x30,0xb3,
0x94,0x82,0xc7,0x65,0xc6,0x45,0x83,0xe9,0x59,0xdb,0x4d,0xef,0x4e,0xec,0xf1,0x10,
0xa0,0xaa,0x2a,0xae,0x4f,0x85,0x71,0xf5,0xd6,0x5a,0xcd,0xc6,0xaf,0xc5,0x66,0xbc,
0x80,0xf,0x3e,0x5f,0x69,0x98,0xd6,0xbc,0x16,0xed,0xa6,0x77,0x27,0x3a,0x6c,0x1,
0x6e,0xfd,0x10,0xc1,0xf7,0x15,0x3f,0xdd,0x66,0xb0,0x95,0x31,0x6c,0x3c,0x20,0xc1,
0xe3,0x12,0x61,0x12,0x58,0xe4,0xb,0xa,0x42,0xe1,0x2c,0xbe,0xb9,0x17,0xdb,0x4e,
0xe8,0x24,0x2b,0x2a,0x3e,0xb9,0xf9,0x10,0xef,0x5c,0xa,0x34,0xcc,0x83,0x5b,0x49,
0xbb,0xe9,0xdd,0x89,0xe,0xa,0x60,0x65,0x3d,0xa3,0xc9,0xf0,0x6d,0x12,0x58,0xbc,
0x7e,0x6e,0xa8,0x2a,0xa3,0x87,0xcd,0xc2,0x63,0x3c,0xe0,0xc0,0xa8,0xcf,0x8e,0xab,
0xb7,0xd6,0xb0,0xf8,0x70,0x2b,0xc1,0x64,0x49,0x2e,0xe3,0xcb,0xef,0x36,0xf0,0xeb,
0xf3,0x3e,0xc3,0xcf,0x7c,0x94,0xde,0xfd,0xca,0x5,0x5f,0xd5,0x10,0x62,0x24,0xbd,
0x3b,0xd1,0xc1,0x21,0xe0,0xe6,0x1d,0x6d,0x7a,0x96,0x57,0x5e,0x18,0xa8,0x9b,0xe3,
0x97,0xe3,0x58,0x5c,0x7a,0x61,0x40,0x93,0xc6,0x6d,0x65,0x3d,0x5b,0x95,0x27,0xb8,
0x11,0xed,0xa6,0x77,0x27,0x1,0x74,0x80,0x50,0x38,0xa7,0xd9,0x27,0xc0,0xd7,0x6f,
0x31,0x94,0x76,0x5d,0xe0,0x59,0x9c,0x3c,0xe6,0xaa,0x72,0x20,0x8d,0xd2,0x6e,0x7a,
0x77,0xa2,0x43,0x2,0x58,0xc,0x69,0xf3,0xdd,0x37,0xb3,0x49,0x84,0x3e,0x8d,0x5b,
0x33,0x39,0x1,0xdb,0x4d,0xef,0x4e,0x74,0x48,0x0,0xeb,0xd1,0xd6,0x93,0x33,0xea,
0xb3,0x69,0x25,0x9a,0xc8,0xa,0x7a,0x10,0x52,0xac,0x90,0x13,0x88,0xad,0x3d,0xfd,
0x2a,0x79,0xff,0x3f,0xcb,0x2d,0xcf,0xc7,0x1f,0xa5,0x7e,0x31,0x24,0x9e,0xc7,0x9c,
0xe,0xe6,0xd0,0x9,0xa0,0xde,0xb6,0xf1,0xfa,0x0,0x4c,0xbd,0x46,0x6b,0x27,0x0,
0x53,0x6e,0xe2,0xe2,0xfd,0x4c,0x4,0x4d,0x43,0x40,0x87,0x1a,0xad,0xa3,0x85,0x67,
0x69,0x43,0xea,0x3,0x31,0x4,0x98,0x78,0x56,0x93,0x2,0xfd,0xf,0x57,0x46,0x61,
0x36,0x71,0x54,0xbb,0xdd,0x26,0x80,0x56,0x7f,0xed,0x2a,0xd9,0x78,0x44,0x12,0x3b,
0xd3,0xc0,0x78,0xba,0x4,0x6f,0xf,0x9,0xe0,0x89,0x19,0x2,0xf4,0xde,0x78,0x33,
0x3b,0x75,0x11,0x87,0x40,0x0,0x23,0xba,0xad,0xcc,0xee,0x2d,0x26,0xea,0x6e,0x54,
0x44,0x1c,0x32,0x1,0x4,0x6,0xac,0x9a,0xc,0x9d,0xa9,0xac,0x8c,0xdb,0xd3,0x11,
0xaa,0xdd,0x27,0x45,0x0,0xc,0xc3,0xe0,0x5c,0x8d,0x6d,0x5b,0xbf,0x9e,0x8e,0xa0,
0x6c,0x70,0xa3,0x87,0x95,0xf5,0xc,0x3e,0xba,0x16,0xa4,0x16,0xe9,0xc6,0x59,0xc0,
0xa3,0x61,0xe0,0xd4,0x84,0xb,0x53,0xb3,0x3b,0xaf,0x83,0xff,0x77,0x37,0x8a,0xfb,
0x2b,0x29,0x1c,0x3f,0xea,0x84,0xaf,0xdf,0x2,0xc9,0x2a,0xc0,0x24,0xb0,0x90,0x15,
0x15,0xd9,0xbc,0x8c,0x68,0xa2,0x88,0xd0,0x66,0xe,0x8b,0xa1,0x74,0xdd,0xdd,0x2d,
0x89,0x2e,0x10,0x0,0x0,0x9c,0x3d,0xe1,0x1,0xc3,0x30,0xf8,0x6e,0x66,0xe7,0xb5,
0x70,0x22,0x5d,0xaa,0xda,0xc8,0x81,0x38,0xa4,0x2,0x60,0x18,0x6,0x67,0x4f,0x78,
0xe0,0xeb,0xb3,0xe0,0xc6,0xd4,0x66,0xd5,0xe,0x5e,0xbb,0x5f,0x7,0x8c,0xc,0xda,
0x70,0x6a,0xc2,0x4d,0x2d,0xd2,0xcd,0x2,0x78,0x84,0xdf,0x6b,0xc3,0xbb,0x97,0xad,
0x8,0x6d,0xe6,0xb0,0xb0,0xba,0xb5,0x50,0x33,0x99,0x91,0x51,0x28,0x29,0x80,0xba,
0xb5,0x2f,0xa0,0xdd,0xc2,0xa3,0xd7,0x69,0x86,0xaf,0xdf,0x82,0x91,0x21,0xfb,0xae,
0xdb,0xa1,0x13,0x7b,0xb,0xa5,0x8b,0xa7,0x59,0x0,0x41,0x2,0x20,0x48,0x0,0x4,
0x9,0x80,0x20,0x1,0x10,0x24,0x0,0x82,0x4,0x40,0x90,0x0,0x8,0x12,0x0,0x41,
0x2,0x20,0x48,0x0,0x4,0x9,0x80,0x20,0x1,0x10,0x24,0x0,0x82,0x4,0x40,0x90,
0x0,0x8,0x12,0x0,0x41,0x2,0x20,0x48,0x0,0x4,0x9,0x80,0x20,0x1,0x10,0x24,
0x0,0x82,0x4,0x40,0x90,0x0,0x8,0x12,0x0,0x41,0x2,0x20,0xba,0x8e,0xff,0x3,
0x8a,0x77,0x4c,0xc6,0x5c,0xc5,0xc,0x82,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,
0xae,0x42,0x60,0x82,
};
static const unsigned char qt_resource_name[] = {
// images
0x0,0x6,
0x7,0x3,0x7d,0xc3,
0x0,0x69,
0x0,0x6d,0x0,0x61,0x0,0x67,0x0,0x65,0x0,0x73,
// morpher.png
0x0,0xb,
0xe,0x2d,0x85,0x87,
0x0,0x6d,
0x0,0x6f,0x0,0x72,0x0,0x70,0x0,0x68,0x0,0x65,0x0,0x72,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
};
static const unsigned char qt_resource_struct[] = {
// :
0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1,
// :/images
0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x2,
// :/images/morpher.png
0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,
};
QT_BEGIN_NAMESPACE
extern bool qRegisterResourceData
(int, const unsigned char *, const unsigned char *, const unsigned char *);
extern bool qUnregisterResourceData
(int, const unsigned char *, const unsigned char *, const unsigned char *);
QT_END_NAMESPACE
int QT_MANGLE_NAMESPACE(qInitResources_morpher)()
{
QT_PREPEND_NAMESPACE(qRegisterResourceData)
(0x01, qt_resource_struct, qt_resource_name, qt_resource_data);
return 1;
}
Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources_morpher))
int QT_MANGLE_NAMESPACE(qCleanupResources_morpher)()
{
QT_PREPEND_NAMESPACE(qUnregisterResourceData)
(0x01, qt_resource_struct, qt_resource_name, qt_resource_data);
return 1;
}
Q_DESTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qCleanupResources_morpher))

View File

@ -1,174 +0,0 @@
/********************************************************************************
** Form generated from reading ui file 'morpherDialog.ui'
**
** Created: Tue May 27 10:54:52 2008
** by: Qt User Interface Compiler version 4.4.0
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
********************************************************************************/
#ifndef UI_MORPHERDIALOG_H
#define UI_MORPHERDIALOG_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QFrame>
#include <QtGui/QGridLayout>
#include <QtGui/QHBoxLayout>
#include <QtGui/QLabel>
#include <QtGui/QPushButton>
#include <QtGui/QSlider>
#include <QtGui/QSpinBox>
#include <QtGui/QTreeWidget>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_morpherDialog
{
public:
QFrame *frame;
QWidget *layoutWidget;
QGridLayout *gridLayout;
QPushButton *pickSourceMeshButton;
QLabel *souceLabel;
QPushButton *pickDestMeshButton;
QLabel *destLabel;
QTreeWidget *layerTreeWidget;
QWidget *layoutWidget1;
QHBoxLayout *hboxLayout;
QLabel *label_2;
QSpinBox *startSpinBox;
QLabel *label_3;
QSpinBox *endSpinBox;
QWidget *widget;
QHBoxLayout *hboxLayout1;
QLabel *label;
QLabel *sliderValueLabel;
QSlider *morphSlider;
void setupUi(QWidget *morpherDialog)
{
if (morpherDialog->objectName().isEmpty())
morpherDialog->setObjectName(QString::fromUtf8("morpherDialog"));
morpherDialog->resize(540, 196);
frame = new QFrame(morpherDialog);
frame->setObjectName(QString::fromUtf8("frame"));
frame->setGeometry(QRect(10, 10, 521, 171));
frame->setFrameShape(QFrame::StyledPanel);
frame->setFrameShadow(QFrame::Raised);
layoutWidget = new QWidget(frame);
layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
layoutWidget->setGeometry(QRect(10, 10, 271, 65));
gridLayout = new QGridLayout(layoutWidget);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
gridLayout->setContentsMargins(0, 0, 0, 0);
pickSourceMeshButton = new QPushButton(layoutWidget);
pickSourceMeshButton->setObjectName(QString::fromUtf8("pickSourceMeshButton"));
gridLayout->addWidget(pickSourceMeshButton, 0, 0, 1, 1);
souceLabel = new QLabel(layoutWidget);
souceLabel->setObjectName(QString::fromUtf8("souceLabel"));
gridLayout->addWidget(souceLabel, 0, 1, 1, 1);
pickDestMeshButton = new QPushButton(layoutWidget);
pickDestMeshButton->setObjectName(QString::fromUtf8("pickDestMeshButton"));
gridLayout->addWidget(pickDestMeshButton, 1, 0, 1, 1);
destLabel = new QLabel(layoutWidget);
destLabel->setObjectName(QString::fromUtf8("destLabel"));
gridLayout->addWidget(destLabel, 1, 1, 1, 1);
layerTreeWidget = new QTreeWidget(frame);
layerTreeWidget->setObjectName(QString::fromUtf8("layerTreeWidget"));
layerTreeWidget->setGeometry(QRect(290, 10, 221, 151));
layerTreeWidget->setColumnCount(2);
layoutWidget1 = new QWidget(frame);
layoutWidget1->setObjectName(QString::fromUtf8("layoutWidget1"));
layoutWidget1->setGeometry(QRect(10, 130, 190, 25));
hboxLayout = new QHBoxLayout(layoutWidget1);
hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
hboxLayout->setContentsMargins(0, 0, 0, 0);
label_2 = new QLabel(layoutWidget1);
label_2->setObjectName(QString::fromUtf8("label_2"));
hboxLayout->addWidget(label_2);
startSpinBox = new QSpinBox(layoutWidget1);
startSpinBox->setObjectName(QString::fromUtf8("startSpinBox"));
startSpinBox->setMinimum(-400);
hboxLayout->addWidget(startSpinBox);
label_3 = new QLabel(layoutWidget1);
label_3->setObjectName(QString::fromUtf8("label_3"));
hboxLayout->addWidget(label_3);
endSpinBox = new QSpinBox(layoutWidget1);
endSpinBox->setObjectName(QString::fromUtf8("endSpinBox"));
endSpinBox->setMaximum(400);
endSpinBox->setValue(100);
hboxLayout->addWidget(endSpinBox);
widget = new QWidget(frame);
widget->setObjectName(QString::fromUtf8("widget"));
widget->setGeometry(QRect(12, 82, 271, 31));
hboxLayout1 = new QHBoxLayout(widget);
hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
hboxLayout1->setContentsMargins(0, 0, 0, 0);
label = new QLabel(widget);
label->setObjectName(QString::fromUtf8("label"));
hboxLayout1->addWidget(label);
sliderValueLabel = new QLabel(widget);
sliderValueLabel->setObjectName(QString::fromUtf8("sliderValueLabel"));
hboxLayout1->addWidget(sliderValueLabel);
morphSlider = new QSlider(widget);
morphSlider->setObjectName(QString::fromUtf8("morphSlider"));
morphSlider->setMaximum(100);
morphSlider->setOrientation(Qt::Horizontal);
hboxLayout1->addWidget(morphSlider);
retranslateUi(morpherDialog);
QMetaObject::connectSlotsByName(morpherDialog);
} // setupUi
void retranslateUi(QWidget *morpherDialog)
{
morpherDialog->setWindowTitle(QApplication::translate("morpherDialog", "Form", 0, QApplication::UnicodeUTF8));
pickSourceMeshButton->setText(QApplication::translate("morpherDialog", "Pick Source Mesh", 0, QApplication::UnicodeUTF8));
souceLabel->setText(QApplication::translate("morpherDialog", "Souce Mesh Name", 0, QApplication::UnicodeUTF8));
pickDestMeshButton->setText(QApplication::translate("morpherDialog", "Pick Dest. Mesh", 0, QApplication::UnicodeUTF8));
destLabel->setText(QApplication::translate("morpherDialog", "Dest. Mesh Name", 0, QApplication::UnicodeUTF8));
layerTreeWidget->headerItem()->setText(0, QApplication::translate("morpherDialog", "1", 0, QApplication::UnicodeUTF8));
layerTreeWidget->headerItem()->setText(1, QApplication::translate("morpherDialog", "2", 0, QApplication::UnicodeUTF8));
label_2->setText(QApplication::translate("morpherDialog", "Start:", 0, QApplication::UnicodeUTF8));
label_3->setText(QApplication::translate("morpherDialog", "End:", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("morpherDialog", "Morph:", 0, QApplication::UnicodeUTF8));
sliderValueLabel->setText(QApplication::translate("morpherDialog", "000", 0, QApplication::UnicodeUTF8));
Q_UNUSED(morpherDialog);
} // retranslateUi
};
namespace Ui {
class morpherDialog: public Ui_morpherDialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_MORPHERDIALOG_H