# Generated by roxygen2: do not edit by hand

S3method(activate,simulation)
S3method(apply_constraint,dominator_constraint)
S3method(apply_constraint,infinity_constraint)
S3method(apply_constraint,path_constraint)
S3method(apply_constraint,polygon_constraint)
S3method(apply_constraint,velocity_constraint)
S3method(apply_constraint,x_constraint)
S3method(apply_constraint,y_constraint)
S3method(apply_force,center_force)
S3method(apply_force,collision_force)
S3method(apply_force,field_force)
S3method(apply_force,link_force)
S3method(apply_force,manybody_force)
S3method(apply_force,map_force)
S3method(apply_force,mean_force)
S3method(apply_force,random_force)
S3method(apply_force,reset_force)
S3method(apply_force,trap_force)
S3method(apply_force,x_force)
S3method(apply_force,y_force)
S3method(as_tbl_graph,simulation)
S3method(as_tibble,simulation)
S3method(filter,simulation)
S3method(mutate,simulation)
S3method(print,center_force)
S3method(print,collision_force)
S3method(print,dominator_constraint)
S3method(print,field_force)
S3method(print,infinity_constraint)
S3method(print,link_force)
S3method(print,manybody_force)
S3method(print,map_force)
S3method(print,mean_force)
S3method(print,path_constraint)
S3method(print,polygon_constraint)
S3method(print,random_force)
S3method(print,reset_force)
S3method(print,simulation)
S3method(print,trap_force)
S3method(print,velocity_constraint)
S3method(print,x_constraint)
S3method(print,x_force)
S3method(print,y_constraint)
S3method(print,y_force)
S3method(retrain_constraint,dominator_constraint)
S3method(retrain_constraint,infinity_constraint)
S3method(retrain_constraint,path_constraint)
S3method(retrain_constraint,polygon_constraint)
S3method(retrain_constraint,velocity_constraint)
S3method(retrain_constraint,x_constraint)
S3method(retrain_constraint,y_constraint)
S3method(retrain_force,center_force)
S3method(retrain_force,collision_force)
S3method(retrain_force,field_force)
S3method(retrain_force,link_force)
S3method(retrain_force,manybody_force)
S3method(retrain_force,map_force)
S3method(retrain_force,mean_force)
S3method(retrain_force,random_force)
S3method(retrain_force,reset_force)
S3method(retrain_force,trap_force)
S3method(retrain_force,x_force)
S3method(retrain_force,y_force)
S3method(slice,simulation)
S3method(train_constraint,dominator_constraint)
S3method(train_constraint,infinity_constraint)
S3method(train_constraint,path_constraint)
S3method(train_constraint,polygon_constraint)
S3method(train_constraint,velocity_constraint)
S3method(train_constraint,x_constraint)
S3method(train_constraint,y_constraint)
S3method(train_force,center_force)
S3method(train_force,collision_force)
S3method(train_force,field_force)
S3method(train_force,link_force)
S3method(train_force,manybody_force)
S3method(train_force,map_force)
S3method(train_force,mean_force)
S3method(train_force,random_force)
S3method(train_force,reset_force)
S3method(train_force,trap_force)
S3method(train_force,x_force)
S3method(train_force,y_force)
export("%>%")
export(activate)
export(add_particles)
export(aquarium_genesis)
export(bigbang_genesis)
export(center_force)
export(clear_history)
export(collision_force)
export(dominator_constraint)
export(evolutions)
export(evolve)
export(field_force)
export(filter)
export(get_history)
export(history_length)
export(impose)
export(infinity_constraint)
export(is.simulation)
export(link_force)
export(manybody_force)
export(map_force)
export(mean_force)
export(mutate)
export(mutate_all)
export(mutate_at)
export(particles)
export(path_constraint)
export(petridish_genesis)
export(phyllotactic_genesis)
export(polygon_constraint)
export(position)
export(predefined_genesis)
export(random_force)
export(record)
export(reheat)
export(reimpose)
export(reset_force)
export(rewield)
export(simulate)
export(slice)
export(trap_force)
export(unimpose)
export(unwield)
export(velocity)
export(velocity_constraint)
export(wield)
export(x_constraint)
export(x_force)
export(y_constraint)
export(y_force)
importFrom(Rcpp,sourceCpp)
importFrom(digest,digest)
importFrom(igraph,degree)
importFrom(igraph,ego)
importFrom(igraph,gorder)
importFrom(igraph,neighborhood)
importFrom(magrittr,"%>%")
importFrom(mgcv,in.out)
importFrom(rlang,"%||%")
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rlang,quo_text)
importFrom(rlang,quos)
importFrom(stats,na.omit)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(tidygraph,activate)
importFrom(tidygraph,active)
importFrom(tidygraph,as_tbl_graph)
importFrom(tidygraph,as_tibble)
importFrom(tidygraph,bind_edges)
importFrom(tidygraph,bind_nodes)
importFrom(tidygraph,filter)
importFrom(tidygraph,graph_is_dag)
importFrom(tidygraph,mutate)
importFrom(tidygraph,mutate_all)
importFrom(tidygraph,mutate_at)
importFrom(tidygraph,slice)
importFrom(tidygraph,with_graph)
useDynLib(particles)
