CGAL 6.0.1 - CGAL Basic Viewer
|
#include <CGAL/Graphics_scene_options.h>
The class Graphics_scene_options
is used to tune the way that the cells of a given data structure of CGAL are considered.
The different std::function
can be modified to change for example the behavior of the drawing. VolumeDescriptor
can be void
for data structures that do not represent volumes.
This class is a model of GraphicsSceneOptions
when VolumeDescriptor
is void
, or a model of GraphicsSceneOptionsWithVolumes
otherwise (VolumeDescriptor
non void
).
DS | a data structure of CGAL. |
VertexDescriptor | a descriptor of vertices of DS . |
EdgeDescriptor | a descriptor of edges of DS . |
FaceDescriptor | a descriptor of faces of DS . |
VolumeDescriptor | a descriptor of volumes of DS . void by default. |
GraphicsSceneOptions
or GraphicsSceneOptionsWithVolumesPublic Types | |
typedef VertexDescriptor | vertex_descriptor |
typedef EdgeDescriptor | edge_descriptor |
typedef FaceDescriptor | face_descriptor |
typedef VolumeDescriptor | volume_descriptor |