Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
transforms
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
16
#include "
transforms/XYZTransformBase.h
"
17
18
namespace
hippodraw {
19
24
XYZTransformBase::XYZTransformBase
()
25
{
26
m_name
=
"nil"
;
27
}
28
29
XYZTransformBase::XYZTransformBase
(
const
XYZTransformBase
& t )
30
:
TransformBase
( t )
31
{
32
}
33
34
XYZTransformBase::~XYZTransformBase
()
35
{
36
}
37
38
}
// namespace hippodraw
39
Generated for HippoDraw Class Library by