|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectastex.Texgen
public class Texgen
Class for generating various sorts of texture coordinates.
| Field Summary | |
|---|---|
static int |
Electrostatic
|
static int |
Lipophilicity
|
| Constructor Summary | |
|---|---|
Texgen()
|
|
| Method Summary | |
|---|---|
static void |
curvature(Tmesh tm,
DynamicArray points,
int uv,
double maxd)
Calculate pseudo curvature. |
static void |
distance(Tmesh tm,
DynamicArray points,
int uv)
Measure distance to nearest point in point list. |
static void |
property_map(Tmesh tm,
DynamicArray atoms,
int uv,
double maxd,
boolean absolute,
int func)
Generate potential. |
static void |
rectangular(Tmesh tm)
Create rectangular texture coordinates. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int Electrostatic
public static final int Lipophilicity
| Constructor Detail |
|---|
public Texgen()
| Method Detail |
|---|
public static void distance(Tmesh tm,
DynamicArray points,
int uv)
public static void curvature(Tmesh tm,
DynamicArray points,
int uv,
double maxd)
public static void rectangular(Tmesh tm)
public static void property_map(Tmesh tm,
DynamicArray atoms,
int uv,
double maxd,
boolean absolute,
int func)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||