XYZTransformBase.cxx
Go to the documentation of this file.
1 /*
2  * HippoPlot XYZTransformBase class implementation
3  *
4  *
5  * Copyright (C) 2001 The Board of Trustees of The Leland Stanford
6  * Junior University. All Rights Reserved.
7  *
8  * $Id: XYZTransformBase.cxx,v 1.4 2005/10/30 00:10:18 pfkeb Exp $
9  */
10 
11 #ifdef _MSC_VER
12 // for truncation warning
13 #include "msdevstudio/MSconfig.h"
14 #endif //_MSC_VER
15 
17 
18 namespace hippodraw {
19 
25 {
26  m_name = "nil";
27 }
28 
30  : TransformBase ( t )
31 {
32 }
33 
35 {
36 }
37 
38 } // namespace hippodraw
39 

Generated for HippoDraw Class Library by doxygen