BALL
1.4.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
BALL
PYTHON
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
15
# include <
BALL/VIEW/DATATYPE/colorRGBA.h
>
16
#endif
17
18
#include <vector>
19
20
namespace
BALL
21
{
22
using namespace
VIEW;
23
27
class
PyColorRGBAVector
28
:
public
vector<ColorRGBA>
29
{
30
public
:
31
32
BALL_CREATE
(
PyColorRGBAVector
)
33
34
37
40
typedef
ColorRGBA
ValueType
;
41
44
typedef
ColorRGBA
*
PointerType
;
45
48
typedef vector<
ColorRGBA
>::iterator
Iterator
;
49
52
typedef vector<
ColorRGBA
>::const_iterator
ConstIterator
;
53
55
57
60
PyColorRGBAVector
();
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
Generated by
1.8.1.2