20#ifndef __CELLTEXTURE_H
21#define __CELLTEXTURE_H
42 RPoint (
double _x,
double _y) :x(_x), y(_y)
85void nmppiCreateCellTexture(
unsigned char *texture_img,
int width,
int height);
86void nmppiCreateRandomCellTexture(
unsigned char *texture_img,
int width,
int height);
87void nmppiCreateComplexTexture(
unsigned char *texture_img,
int width,
int height);
Definition: iCellTexture.h:25