mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
rogueviz::kohonen::clear (not used yet)
This commit is contained in:
parent
c42fb45fca
commit
e6bdfcc94f
@ -1374,6 +1374,22 @@ auto hooks = addHook(hooks_args, 100, readArgs);
|
||||
#endif
|
||||
|
||||
auto hooks2 = addHook(hooks_frame, 50, levelline::draw);
|
||||
|
||||
void clear() {
|
||||
printf("clearing Kohonen...\n");
|
||||
data.clear();
|
||||
sample_vdata_id.clear();
|
||||
colnames.clear();
|
||||
weights.clear();
|
||||
net.clear();
|
||||
whowon.clear();
|
||||
samples_to_show.clear();
|
||||
scc.clear();
|
||||
bdiffs.clear();
|
||||
bids.clear();
|
||||
bdiffn.clear();
|
||||
}
|
||||
|
||||
}}
|
||||
|
||||
namespace rogueviz {
|
||||
|
@ -91,6 +91,7 @@ namespace rogueviz {
|
||||
void steps();
|
||||
void showMenu();
|
||||
bool handleMenu(int sym, int uni);
|
||||
void clear();
|
||||
}
|
||||
|
||||
namespace staircase {
|
||||
|
Loading…
Reference in New Issue
Block a user