atlas
0.6
Main Page
Namespaces
Classes
Files
File List
File Members
latest_branch_07182016
sources
interface
mainmode.h
Go to the documentation of this file.
1
/*
2
This is mainmode.h
3
4
Copyright (C) 2004,2005 Fokko du Cloux
5
part of the Atlas of Lie Groups and Representations
6
7
For copyright and license information see the LICENSE file
8
*/
9
10
#ifndef MAINMODE_H
/* guard against multiple inclusions */
11
#define MAINMODE_H
12
13
#include "../Atlas.h"
14
#include "
commands_fwd.h
"
15
16
namespace
atlas
{
17
18
namespace
commands {
19
20
/******** type declarations ************************************************/
21
22
struct
MainmodeTag
{};
23
24
/******** function and variable declarations *******************************/
25
26
commands::CommandNode
mainNode
();
27
extern
commands::CommandTree
&
main_mode
;
// defined in commands.cpp
28
InnerClass&
current_inner_class
();
29
InnerClass&
current_dual_group
();
30
output::Interface
&
currentComplexInterface
();
31
void
replace_inner_class
(InnerClass*,
output::Interface
*);
32
33
}
// |namespace commands|
34
35
}
// |namespace atlas|
36
37
#endif
atlas::commands::mainNode
CommandNode mainNode()
Definition:
mainmode.cpp:164
atlas::commands::current_inner_class
InnerClass & current_inner_class()
Definition:
mainmode.cpp:96
atlas::commands::current_dual_group
InnerClass & current_dual_group()
Definition:
mainmode.cpp:102
atlas::commands::CommandTree
Definition:
commands.h:148
atlas::commands::replace_inner_class
void replace_inner_class(InnerClass *G, output::Interface *I)
Definition:
mainmode.cpp:115
atlas::commands::currentComplexInterface
output::Interface & currentComplexInterface()
Definition:
mainmode.cpp:110
atlas::output::Interface
Definition:
output.h:102
commands_fwd.h
atlas::commands::MainmodeTag
Definition:
mainmode.h:22
atlas
Definition:
Atlas.h:38
atlas::commands::CommandNode
Definition:
commands.h:93
atlas::commands::main_mode
CommandTree & main_mode
Definition:
commands.cpp:105
Generated by
1.8.11