#include <pyColorRGBAVector.h>
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. | |
|
|
Constant iterator type.
|
|
|
Iterator type.
|
|
|
Default constructor.
|