|
H3D API
2.4.1
|
Python C Type wrapper around RGB. More...
#include <H3D/PythonTypes.h>

Static Public Member Functions | |
| static int | init (PyRGB *self, PyObject *args, PyObject *kwds) |
| Python type initialisation: will set the RGB value from a python string argument list. | |
Static Public Member Functions inherited from H3D::PyTypeWrapper< RGB, &PyRGB_Type, PyRGB_Name, PyRGB_Check, PyRGB_AsRGB, PyRGB_FromRGB > | |
| static void | installType (PyObject *_H3D_module) |
| Install type in the given python module. More... | |
| static PyObject * | create () |
| create() a new instance of Type using Python to allocate the memory and initialise the PyObject headers - to be called by PythonScript's internals. | |
| static void | dealloc (PyObject *self) |
| Python type deallocation. | |
| static PyObject * | repr (PyObject *myself, PyObject *) |
| Converts to a char* string. | |
| static int | compare (PyObject *veca, PyObject *vecb) |
| Test if two PyTypes are equal or not. | |
Python C Type wrapper around RGB.