#  Copyright (c) 1997-2015
#  Ewgenij Gawrilow, Michael Joswig (Technische Universitaet Berlin, Germany)
#  http://www.polymake.org
#
#  This program is free software; you can redistribute it and/or modify it
#  under the terms of the GNU General Public License as published by the
#  Free Software Foundation; either version 2, or (at your option) any
#  later version: http://www.gnu.org/licenses/gpl.txt.
#
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#-------------------------------------------------------------------------------


# groups via permlib

#declare property_type PermlibGroup : c++ (include => ["polymake/group/Group.h"]) {
#
#    method construct(Array) : c++;
#}

#declare property_type OnFacets : c++ (special => 'OnFacets', include => ["polymake/group/Group.h"]);

#declare property_type OnRays : c++ (special => 'OnRays', include => ["polymake/group/Group.h"]);

#declare property_type OnCoords : c++ (special => 'OnCoords', include => ["polymake/group/Group.h"]);


##################################################################################

#declare property_type GroupOfCone<Domain> : c++ (include => ["polymake/group/Group.h"]) {
#declare property_type PermlibGroupOfCone : c++ (include => ["polymake/group/Group.h"]) {
#
#   method construct(Array) : c++;
#
#}


# Local Variables:
# mode: perl
# c-basic-offset:3
# End:
