Panda3D
|
#include <pandadoc.hpp>
Public Member Functions | |
__init__ (const LMatrix3d::Row) | |
__init__ (const LMatrix3f::Row) | |
__init__ (const LMatrix4d::Row) | |
__init__ (const LMatrix4f::Row) | |
__init__ (const PNMImage::Row) | |
__setitem__ (int x, const LColorf v) | |
Set the pixel at the given column in the row. | |
Xelval | getAlphaVal (int x) |
Fetch the alpha value at the given column in the row. | |
Xel | getXelVal (int x) |
Fetch the pixel at the given column in the row. | |
float | operator[] (int i) |
float | operator[] (int i) |
double | operator[] (int i) |
double | operator[] (int i) |
operator[] (int i, double assign_val) | |
operator[] (int i, double assign_val) | |
operator[] (int i, float assign_val) | |
operator[] (int i, float assign_val) | |
LColorf | operator[] (int x) |
setAlphaVal (int x, Xelval v) | |
Set the alpha value at the given column in the row. | |
setXelVal (int x, const Xel v) | |
Set the pixel at the given column in the row. | |
int | size () |
Get the number of pixels in the row. | |
Static Public Member Functions | |
static int | size () |
Returns 3: the number of columns of a LMatrix3. | |
static int | size () |
Returns 4: the number of columns of a LMatrix4. | |
static int | size () |
Returns 3: the number of columns of a LMatrix3. | |
static int | size () |
Returns 4: the number of columns of a LMatrix4. | |
__init__ | ( | const LMatrix3d::Row | ) |
__init__ | ( | const LMatrix3f::Row | ) |
__init__ | ( | const LMatrix4d::Row | ) |
__init__ | ( | const LMatrix4f::Row | ) |
__init__ | ( | const PNMImage::Row | ) |
__setitem__ | ( | int | x, |
const LColorf | v ) |
Set the pixel at the given column in the row.
If the image has no alpha channel, the alpha component is ignored.
Xelval getAlphaVal | ( | int | x | ) |
Fetch the alpha value at the given column in the row.
Xel getXelVal | ( | int | x | ) |
Fetch the pixel at the given column in the row.
float operator[] | ( | int | i | ) |
float operator[] | ( | int | i | ) |
double operator[] | ( | int | i | ) |
double operator[] | ( | int | i | ) |
operator[] | ( | int | i, |
double | assign_val ) |
operator[] | ( | int | i, |
double | assign_val ) |
operator[] | ( | int | i, |
float | assign_val ) |
operator[] | ( | int | i, |
float | assign_val ) |
LColorf operator[] | ( | int | x | ) |
setAlphaVal | ( | int | x, |
Xelval | v ) |
Set the alpha value at the given column in the row.
setXelVal | ( | int | x, |
const Xel | v ) |
Set the pixel at the given column in the row.
|
static |
Returns 3: the number of columns of a LMatrix3.
|
static |
Returns 4: the number of columns of a LMatrix4.
|
static |
Returns 3: the number of columns of a LMatrix3.
|
static |
Returns 4: the number of columns of a LMatrix4.
int size | ( | ) |
Get the number of pixels in the row.