CGAL 4.12 - Three
|
#include <CGAL/Three/Scene_item_with_properties.h>
Base class to allow an item to copy properties from another.
Properties reprensent the current state of an item : its color, the position of its manipulated frame, ...
Public Member Functions | |
virtual void | copyProperties (Scene_item *)=0 |
Copies properties from another Scene_item. More... | |
|
pure virtual |
Copies properties from another Scene_item.
Override this function to specify what must be copied.