XYZTransformBase.h
Go to the documentation of this file.
1 /*
2  * HippoPlot XYZTransformBase class interface
3  *
4  * Copyright (C) 2001-2003 The Board of Trustees of The Leland
5  * Stanford Junior University. All Rights Reserved.
6  *
7  * $Id: XYZTransformBase.h,v 1.6 2005/10/30 00:10:18 pfkeb Exp $
8  */
9 
10 #ifndef _XYZTransformBase_H_
11 #define _XYZTransformBase_H_
12 
13 #ifdef _MSC_VER
14 #include "msdevstudio/MSconfig.h" // for CLONE_DEFECT
15 #endif
16 
17 #include "TransformBase.h"
18 
19 namespace hippodraw {
20 
31 {
32 
33 protected:
34 
37 
40 
41  public:
42 
44  virtual ~XYZTransformBase();
45 
47 #ifdef CLONE_DEFECT
48  virtual TransformBase * clone () const = 0;
49 #else
50  virtual XYZTransformBase * clone () const = 0;
51 #endif
52 
53 };
54 
55 } // namespace hippodraw
56 
57 #endif // _XYZTransformBase_H_

Generated for HippoDraw Class Library by doxygen