Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > by-pkgid > e1c4a3050d44123471c4053e4926e965 > files > 143

gfan-debug-0.4plus-2mdv2011.0.i586.rpm

#include "vektor.h"

class CodimOneConnectednessTester
{
  list<IntegerVectorList> data;
 public:
  /**
     Adds a facet orbit. The list of vectors is the canonoical
     symmetry (w.r.t. symmetries of the ridge) invariant interior
     points of its ridges. Futhermore, these should be unique orbit
     representatives rather than just vectors.
   */
  void insertFacetOrbit(IntegerVectorList const &ridges);
  /*
    BE CAREFUL WHEN MAKING CONCLUSIONS - THIS ROUINE DOES NOT SUPPORT SYMMETRY.
   */
  bool isConnected()const;
};