1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
# Copyright (c) 1997-2024
# Ewgenij Gawrilow, Michael Joswig, and the polymake team
# Technische Universität Berlin, Germany
# https://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.
#-------------------------------------------------------------------------------
# @topic category objects/any/Visualization
# Drawable primitives and arrangements thereof.
# Objects of this family are created on the fly when a visualization of a `big' object is being prepared.
# They are generic in the sense that they don't carry any attributes specific for selected/preferred
# visualization tool.
# @topic category any/Visualization
# These +++ are for visualization.
# @topic category any/Internal
# These +++ are for internal use only. You can safely ignore them.
# @topic category properties/any/Input property
# These properties are for input only. They allow redundant information.
# @topic category any/Backward compatibility
# These +++ are provided for backward compatibility with older versions of polymake only. They should not be used in new code.
# @topic category any/Utilities
# Miscellaneous +++.
# @topic category any/Other
# Special purpose +++.
# @topic category any/Combinatorics
# These +++ capture combinatorial information of the object.
# Combinatorial properties only depend on combinatorial data of the object like, e.g., the face lattice.
# @topic category functions/any/Combinatorics
# Combinatorial functions.
# @topic category functions/any/Data Conversion
# This contains functions for data conversions and type casts.
# @topic category any/Symmetry
# These +++ capture information of the object that is concerned with the action of permutation groups.
# @topic category methods/any/Topology
# The following methods compute topological invariants.
# @topic category functions/any/Topology
# The following functions compute topological invariants.
# @topic category any/Topology
# The following +++ are topological invariants.
# @topic category any/Geometry
# These +++ capture geometric information of the object.
# Geometric properties depend on geometric information of the object, like, e.g., vertices or facets.
# @topic category property_types/any/Artificial
# These types are auxiliary artifacts helping to build other classes,
# primarily representing template parameters or enumeration constants.
# They should not be used alone as property types or function arguments.
# In the most cases they won't even have user-accessible constructors.
|