#include <coildata.hpp>
Public Types | |
enum | { ROUND, SQUARE } |
Public Member Functions | |
CoilGen () | |
void | set_space (prec_t space) |
void | generate (const char *path, bool print_info=false, bool show_progress=false) |
Public Attributes | |
prec_t | radius |
prec_t | wr |
prec_t | dbl |
enum CoilGen:: { ... } | shape |
size_t | memory_usage |
size_t | coil_matrix_n |
bool | do_efield |
bool | do_cubic |
size_t | force_grid |
prec_t | geom_radial |
prec_t | geom_axial |
Definition at line 31 of file coildata.hpp.
anonymous enum |
CoilGen::CoilGen | ( | ) |
void CoilGen::set_space | ( | prec_t | space | ) | [inline] |
void CoilGen::generate | ( | const char * | path, | |
bool | print_info = false , |
|||
bool | show_progress = false | |||
) |
enum { ... } CoilGen::shape |
size_t CoilGen::memory_usage |
Definition at line 40 of file coildata.hpp.
size_t CoilGen::coil_matrix_n |
Definition at line 41 of file coildata.hpp.
bool CoilGen::do_efield |
Definition at line 42 of file coildata.hpp.
bool CoilGen::do_cubic |
Definition at line 43 of file coildata.hpp.
size_t CoilGen::force_grid |
Definition at line 44 of file coildata.hpp.
Definition at line 46 of file coildata.hpp.
Definition at line 47 of file coildata.hpp.