#include "interactive.h"
#include <iostream>
#include <sstream>
#include <map>
#include "basic_io.h"
#include "bitmap.h"
#include "prerootdata.h"
#include "complexredgp.h"
#include "complexredgp_io.h"
#include "ioutils.h"
#include "realform_io.h"
#include "realredgp.h"
#include "realredgp_io.h"
#include "rootdata.h"
#include "interactive_lattice.h"
#include "interactive_lietype.h"
Include dependency graph for interactive.cpp:
Namespaces | |
namespace | atlas |
namespace | atlas::interactive |
namespace | std |
Functions | |
bool | atlas::checkInvolution (latticetypes::LatticeMatrix &, const latticetypes::WeightList &) |
bool | atlas::checkInvolution (const latticetypes::LatticeMatrix &, const layout::Layout &) |
void | atlas::interactive::bitMapPrompt (std::string &prompt, const char *mess, const bitmap::BitMap &vals) |
void | atlas::interactive::getCartanClass (size_t &cn, const bitmap::BitMap &cs, input::InputBuffer &line) throw (error::InputError) |
void | atlas::interactive::getInnerClass (latticetypes::LatticeMatrix &d, layout::Layout &lo) throw (error::InputError) |
void | atlas::interactive::getInteractive (lietype::LieType &d_lt) throw (error::InputError) |
void | atlas::interactive::getInteractive (lietype::InnerClassType &ict, const lietype::LieType <) throw (error::InputError) |
void | atlas::interactive::getInteractive (prerootdata::PreRootDatum &d_prd, latticetypes::WeightList &d_b, const lietype::LieType <) throw (error::InputError) |
void | atlas::interactive::getInteractive (realform::RealForm &d_rf, const complexredgp_io::Interface &I) throw (error::InputError) |
void | atlas::interactive::getInteractive (realform::RealForm &rf, const complexredgp_io::Interface &I, tags::DualTag) throw (error::InputError) |
void | atlas::interactive::getInteractive (realform::RealForm &rf, const complexredgp_io::Interface &I, const realform::RealFormList &drfl, tags::DualTag) throw (error::InputError) |
void | atlas::interactive::getInteractive (realredgp::RealReductiveGroup &d_G, complexredgp_io::Interface &CI) throw (error::InputError) |
void | atlas::interactive::getInteractive (complexredgp_io::Interface &d_I) throw (error::InputError) |
void | atlas::interactive::getInteractive (unsigned long &d_c, const char *prompt, unsigned long max) throw (error::InputError) |
void | atlas::interactive::getInteractive (unsigned long &d_c, const char *prompt, const bitmap::BitMap &vals, input::InputBuffer *linep) throw (error::InputError) |
input::InputBuffer & | atlas::interactive::inputLine () |
bool | atlas::checkInvolution (latticetypes::LatticeMatrix &i, const latticetypes::WeightList &b) |
bool | atlas::checkInvolution (const latticetypes::LatticeMatrix &i, const layout::Layout &lo) |
Variables | |
input::InputBuffer | atlas::inputBuf |