\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.12.2 - Three
CGAL::Three::Scene_item_with_properties Class Referenceabstract

#include <CGAL/Three/Scene_item_with_properties.h>

Definition

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...
 

Member Function Documentation

◆ copyProperties()

virtual void CGAL::Three::Scene_item_with_properties::copyProperties ( Scene_item )
pure virtual

Copies properties from another Scene_item.

Override this function to specify what must be copied.