mirror of https://github.com/CGAL/cgal
Align typedef
This commit is contained in:
parent
b45cf04fbf
commit
520015f92a
|
|
@ -51,12 +51,12 @@ struct DefaultColorFunctorT3
|
|||
template<class T3, class ColorFunctor>
|
||||
class SimpleTriangulation3ViewerQt : public Basic_viewer_qt
|
||||
{
|
||||
typedef Basic_viewer_qt Base;
|
||||
typedef typename T3::Vertex_handle Vertex_const_handle;
|
||||
typedef Basic_viewer_qt Base;
|
||||
typedef typename T3::Vertex_handle Vertex_const_handle;
|
||||
typedef typename T3::Finite_edges_iterator Edge_const_handle;
|
||||
typedef typename T3::Finite_facets_iterator Facet_const_handle;
|
||||
typedef typename T3::Cell_handle Cell_handle;
|
||||
typedef typename T3::Point Point;
|
||||
typedef typename T3::Cell_handle Cell_handle;
|
||||
typedef typename T3::Point Point;
|
||||
|
||||
public:
|
||||
/// Construct the viewer.
|
||||
|
|
|
|||
Loading…
Reference in New Issue