Class Pointgroup

Class Documentation

class brille::Pointgroup

Public Functions

Pointgroup()
Pointgroup(const int no)
Pointgroup(const int no, const std::string &sym, const std::string &sch, const Holohedry &h, const Laue &l)
std::string to_string(void) const
int get_number(void) const
std::string get_symbol(void) const
std::string get_schoenflies(void) const
Holohedry get_holohedry(void) const
Laue get_laue(void) const
std::string get_holohedry_string(void) const
std::string get_laue_string(void) const

Public Members

int number
std::string symbol
std::string schoenflies
Holohedry holohedry
Laue laue

Protected Functions

void setup(void)