#include "SmallRing.h"
Go to the source code of this file.
Compounds | |
struct | RibbonFrame |
Functions | |
float | hill_reilly_ring_pucker (SmallRing &ring, float *framepos) |
void | hill_reilly_ring_color (SmallRing &ring, float *framepos, float *rgb) |
void | hill_reilly_ring_colorscale (SmallRing &ring, float *framepos, float vmin, float vmax, const Scene *scene, float *rgb) |
void | cremer_pople_ring_color (SmallRing &ring, float *framepos, float *rgb) |
void | atom_displ_from_mean_plane (float *X, float *Y, float *Z, float *displ, int N) |
int | cremer_pople_params (int N_ring_atoms, float *displ, float *q, float *phi, int &m, float &Q) |
void | ribbon_spline (float *pos, const float *const A, const float *const B, const float *const C, const float *const D, const float t) |
|
Definition at line 307 of file DrawRingsUtils.C. Referenced by cremer_pople_ring_color, and hill_reilly_ring_pucker. |
|
Definition at line 338 of file DrawRingsUtils.C. Referenced by cremer_pople_ring_color, and hill_reilly_ring_pucker. |
|
Definition at line 395 of file DrawRingsUtils.C. |
|
Definition at line 226 of file DrawRingsUtils.C. |
|
Definition at line 232 of file DrawRingsUtils.C. |
|
Definition at line 102 of file DrawRingsUtils.C. Referenced by hill_reilly_ring_color, and hill_reilly_ring_colorscale. |
|
Definition at line 462 of file DrawRingsUtils.C. |