Cadabra
Computer algebra system for field theory problems
Toggle main menu visibility
Loading...
Searching...
No Matches
core
properties
TableauInherit.hh
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
Props.hh
"
5
#include "
properties/TableauBase.hh
"
6
7
namespace
cadabra
{
8
13
14
class
TableauInherit
:
virtual
public
TableauBase
,
virtual
public
property
{
15
public
:
16
virtual
~TableauInherit
();
17
virtual
std::string
name
()
const
18
{
19
return
std::string(
"TableauInherit"
);
20
};
21
22
virtual
unsigned
int
size
(
const
Properties
&,
Ex
&, Ex::iterator)
const
;
23
virtual
tab_t
get_tab
(
const
Properties
&,
Ex
&, Ex::iterator,
unsigned
int
)
const
;
24
25
};
26
27
}
Props.hh
TableauBase.hh
cadabra::Ex
Definition
Storage.hh:170
cadabra::Properties
Class holding a collection of properties attached to expressions.
Definition
Props.hh:242
cadabra::TableauBase
Definition
TableauBase.hh:9
cadabra::TableauInherit
Property which makes a node inherit the TableauBase properties of child nodes.
Definition
TableauInherit.hh:14
cadabra::TableauInherit::name
virtual std::string name() const
Definition
TableauInherit.hh:17
cadabra::TableauInherit::~TableauInherit
virtual ~TableauInherit()
Definition
TableauInherit.cc:10
cadabra::TableauInherit::get_tab
virtual tab_t get_tab(const Properties &, Ex &, Ex::iterator, unsigned int) const
Definition
TableauInherit.cc:37
cadabra::TableauInherit::size
virtual unsigned int size(const Properties &, Ex &, Ex::iterator) const
Definition
TableauInherit.cc:14
cadabra::property::property
property(bool hidden=false)
Definition
Props.cc:228
cadabra
Functions to handle the exchange properties of two or more symbols in a product.
Definition
Adjform.cc:83
cadabra::tab_t
TableauBase::tab_t tab_t
Definition
py_tableau.cc:8
Generated by
1.17.0