Home
last modified time | relevance | path

Searched refs:new_image_function (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/evolvotron/evolvotron/libevolvotron/
H A Dmutatable_image_display.cpp440 … const boost::shared_ptr<const MutatableImage> new_image_function(_image_function->deepclone(l)); in lock() local
441 image_function(new_image_function,false); in lock()
649 …const boost::shared_ptr<const MutatableImage> new_image_function(new MutatableImage(new_root,image… in mouseMoveEvent() local
650 image_function(new_image_function,false); in mouseMoveEvent()
868 …boost::shared_ptr<const MutatableImage> new_image_function(MutatableImage::load_function(_main->mu… in load_function_file() local
870 if (new_image_function.get()==0) in load_function_file()
894 image_function(new_image_function,false); in load_function_file()
H A Devolvotron_main.cpp382 boost::shared_ptr<const MutatableImage> new_image_function; in spawn_normal() local
386 new_image_function=image_function->mutated(mutation_parameters()); in spawn_normal()
388 while (new_image_function->is_constant()); in spawn_normal()
391 display->image_function(new_image_function,one_of_many); in spawn_normal()