XYZTransformBase.cxx

Go to the documentation of this file.
00001 /*
00002  * HippoPlot XYZTransformBase class implementation
00003  *
00004  *
00005  * Copyright (C)  2001  The Board of Trustees of The Leland Stanford
00006  * Junior University.  All Rights Reserved.
00007  *
00008  * $Id: XYZTransformBase_8cxx-source.html,v 1.40 2008/03/24 19:27:35 pfkeb Exp $
00009  */
00010 
00011 #ifdef _MSC_VER
00012 // for truncation warning
00013 #include "msdevstudio/MSconfig.h"
00014 #endif //_MSC_VER
00015 
00016 #include "transforms/XYZTransformBase.h"
00017 
00018 namespace hippodraw {
00019 
00024 XYZTransformBase::XYZTransformBase ()
00025 {
00026   m_name = "nil";
00027 }
00028 
00029 XYZTransformBase::XYZTransformBase ( const XYZTransformBase & t )
00030   : TransformBase ( t )
00031 {
00032 }
00033 
00034 XYZTransformBase::~XYZTransformBase ()
00035 {
00036 }
00037 
00038 } // namespace hippodraw
00039 

Generated for HippoDraw Class Library by doxygen