Home
last modified time | relevance | path

Searched refs:sinusoidal_z (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/evolvotron/evolvotron/libevolvotron/
H A Dmutatable_image.cpp75 …return boost::shared_ptr<const MutatableImage>(new MutatableImage(root,sinusoidal_z(),spheremap(),… in deepclone()
95 sinusoidal_z() in sampling_coordinate()
116 sinusoidal_z() in sampling_coordinate()
130 …return boost::shared_ptr<const MutatableImage>(new MutatableImage(c,sinusoidal_z(),spheremap(),fal… in mutated()
137 …return boost::shared_ptr<const MutatableImage>(new MutatableImage(c,sinusoidal_z(),spheremap(),fal… in simplified()
511 bool sinusoidal_z; in load_function() local
513 LoadHandler load_handler(info,&sinusoidal_z,&spheremap); in load_function()
548 …return boost::shared_ptr<const MutatableImage>(new MutatableImage(root_as_top,sinusoidal_z,spherem… in load_function()
H A Dmutatable_image.h87 bool sinusoidal_z() const in sinusoidal_z() function
H A Devolvotron_main.cpp400 …<const MutatableImage> it(new MutatableImage(new_root,image_function->sinusoidal_z(),image_functio… in spawn_recoloured()
413 …<const MutatableImage> it(new MutatableImage(new_root,image_function->sinusoidal_z(),image_functio… in spawn_warped()
H A Dmutatable_image_display.cpp649 …age> new_image_function(new MutatableImage(new_root,image_function()->sinusoidal_z(),image_functio… in mouseMoveEvent()