![]() |
Bsoft 2.1.4
Bernard's software package
|
Functions to generate deltagraph polyhedra. More...
#include "rwmodel.h"
#include "model_poly.h"
#include "model_links.h"
#include "model_util.h"
#include "utilities.h"
Functions | |
Bmodel * | model_delta_create_tube_old (int radius, int height) |
Generates a new tubular deltagraph. More... | |
Bmodel * | model_delta_create_tube (int h, int k, int height) |
Generates a new tubular deltagraph. More... | |
Bmodel * | model_delta_create_cylinder (int type, int radius, int height) |
Generates a new deltagraph based on the type. More... | |
Variables | |
int | verbose |
Functions to generate deltagraph polyhedra.
Bmodel * model_delta_create_cylinder | ( | int | type, |
int | radius, | ||
int | height | ||
) |
Generates a new deltagraph based on the type.
type | type of cylinder. |
radius | radius in integer units. |
height | height in integer units. |
Types supported: 1 5-fold ends. 2 6-fold ends. 4 starting cap. 8 ending cap.
Bmodel * model_delta_create_tube | ( | int | h, |
int | k, | ||
int | height | ||
) |
Generates a new tubular deltagraph.
h | first lattice parameter, must be 1+. |
k | second lattice parameter, must be 0+. |
height | height in integer units. |
The lattice parameters determine the radius.
Bmodel * model_delta_create_tube_old | ( | int | radius, |
int | height | ||
) |
Generates a new tubular deltagraph.
radius | radius in integer units. |
height | height in integer units. |
|
extern |