Struct note_tv_t
The core structure for twist vectors.
#include <notation_tv.h>
Public Attributes
| Type | Name |
|---|---|
| size_t | tv_length |
| uint8_t | twist_vector |
Public Attributes Documentation
variable tv_length
size_t note_tv_t::tv_length;
An array of ints. We pick uint8, that's 0-255 here since 256 is larger than any reasonable single integral subtangle in a rational tangle.
variable twist_vector
uint8_t note_tv_t::twist_vector[UTIL_TANG_DEFS_MAX_CROSSINGNUM];
The documentation for this class was generated from the following file source/note-twist_vector/src/notation_tv.h