#include <pyColorRGBAVector.h>
Inherits std::vector<ColorRGBA>.
Public Types |
|
|
Type Definitions
|
|
| typedef ColorRGBA | ValueType |
| ColorRGBA type. |
|
| typedef ColorRGBA * | PointerType |
| Pointer type. |
|
|
typedef vector< ColorRGBA
> ::iterator |
Iterator |
| Iterator type. |
|
|
typedef vector< ColorRGBA
> ::const_iterator |
ConstIterator |
| Constant iterator
type. |
|
Public Member Functions |
|
|
Constructors and Destructors
|
|
| PyColorRGBAVector () | |
| Default constructor. |
|
| PyColorRGBAVector (const PyColorRGBAVector &c_vector) | |
| Copy constructor. |
|
| PyColorRGBAVector (const vector< ColorRGBA > &c_vector) | |
| Copy constructor. |
|
| virtual | ~PyColorRGBAVector () throw () |
| Destructor. |
|
1.5.8