BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pyColorRGBAVector.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 //
4 // $Id: pyColorRGBAVector.h,v 1.2 2005/12/23 17:01:56 amoll Exp $
5 //
6 
7 #ifndef BALL_PYTHON_PYCOLORRGBAVECTOR_H
8 #define BALL_PYTHON_PYCOLORRGBAVECTOR_H
9 
10 #ifndef BALL_COMMON_H
11 # include <BALL/common.h>
12 #endif
13 
14 #ifndef BALL_VIEW_DATATYPE_COLORRGBA_H
16 #endif
17 
18 #include <vector>
19 
20 namespace BALL
21 {
22  using namespace VIEW;
23 
28  : public vector<ColorRGBA>
29  {
30  public:
31 
33 
34 
37 
41 
45 
48  typedef vector<ColorRGBA>::iterator Iterator;
49 
52  typedef vector<ColorRGBA>::const_iterator ConstIterator;
53 
55 
57 
61 
63  PyColorRGBAVector(const PyColorRGBAVector& c_vector);
64 
66  PyColorRGBAVector(const vector<ColorRGBA>& c_vector);
67 
69  virtual ~PyColorRGBAVector() throw();
71 
72  };
73 
74 } // namespace BALL
75 
76 #endif // BALL_PYTHON_PYCOLORRGBAVECTOR_H