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

TFManager.cpp

Go to the documentation of this file.
00001 //------------------------------------------------------------------------
00002 //
00003 //   Joe Kniss
00004 //     3-20-03
00005 //                   ________    ____   ___ 
00006 //                  |        \  /    | /  /
00007 //                  +---+     \/     |/  /
00008 //                  +--+|  |\    /|     < 
00009 //                  |  ||  | \  / |  |\  \ 
00010 //                  |      |  \/  |  | \  \ 
00011 //                   \_____|      |__|  \__\
00012 //                       Copyright  2003 
00013 //                      Joe Michael Kniss
00014 //                   <<< jmk@cs.utah.edu >>>
00015 //               "All Your Base are Belong to Us"
00016 //-------------------------------------------------------------------------
00017 
00018 // TFManager.cpp
00019 
00020 #include "TFManager.h"
00021 
00022 using namespace gutz;
00023 
00024 ///////////////////////////////////////////////////////////////////////////
00025 // construct
00026 ///////////////////////////////////////////////////////////////////////////
00027 TFManager::TFManager()
00028 : _tf(new TFGeneric())
00029 {
00030 
00031 }
00032 
00033 TFManager::TFManager(TFGeneric *tf)
00034 : _tf(tf)
00035 {
00036 
00037 }
00038 
00039 ///////////////////////////////////////////////////////////////////////////
00040 // insert Element
00041 ///////////////////////////////////////////////////////////////////////////
00042 void TFManager::insertElement(const gutz::vec2i &axes, const gutz::vec2f pos)
00043 {
00044 
00045 }

Send questions, comments, and bug reports to:
jmk