|
CGAL 4.7 - 3D Envelopes
|
#include <CGAL/Env_surface_data_traits_3.h>
Base_surface_3.
The Surface_3 class nested within the surface-data traits extends the Base_traits_3::Surface_3 type with an extra data field.
Creation | |
| Surface_3 () | |
| default constructor. More... | |
| Surface_3 (const Base_surface_3 &base) | |
constructs surface from the given base surface with uninitialized data field. More... | |
| Surface_3 (const Base_surface_3 &base, const Surface_data &data) | |
constructs surface from the given base surface with an attached data field. More... | |
Access Functions | |
| const Surface_data & | data () const |
| returns the data field (a non-const version, which returns a reference to the data object, is also available). More... | |
| void | set_data (const Surface_data &data) |
| sets the data field. More... | |
| CGAL::Env_surface_data_traits_3< Traits, XyData, SData, Cnv >::Surface_3::Surface_3 | ( | ) |
default constructor.
| CGAL::Env_surface_data_traits_3< Traits, XyData, SData, Cnv >::Surface_3::Surface_3 | ( | const Base_surface_3 & | base | ) |
constructs surface from the given base surface with uninitialized data field.
| CGAL::Env_surface_data_traits_3< Traits, XyData, SData, Cnv >::Surface_3::Surface_3 | ( | const Base_surface_3 & | base, |
| const Surface_data & | data | ||
| ) |
constructs surface from the given base surface with an attached data field.
| const Surface_data& CGAL::Env_surface_data_traits_3< Traits, XyData, SData, Cnv >::Surface_3::data | ( | ) | const |
returns the data field (a non-const version, which returns a reference to the data object, is also available).
| void CGAL::Env_surface_data_traits_3< Traits, XyData, SData, Cnv >::Surface_3::set_data | ( | const Surface_data & | data | ) |
sets the data field.