addParentMultiComponent(MultiComponent *) | Component | inline |
addStructure(Structure *s, bool check=true) | StructuralComponent | inline |
addStructureIfNotIn(Structure *s) | StructuralComponent | |
atomList | StructuralComponent | protected |
ATOMS enum value | StructuralComponent | |
CELLS enum value | StructuralComponent | |
Component(PhysicalModel *, std::string n="") | Component | |
ComposedBy enum name | StructuralComponent | |
composedBy() | StructuralComponent | virtual |
deleteAllStructures() | StructuralComponent | virtual |
deleteProperties() | Component | protected |
exclusive | Component | private |
getAllParentMultiComponents() | Component | inline |
getAtoms() | StructuralComponent | |
getCell(unsigned int) const override | StructuralComponent | virtual |
getColor() const | StructuralComponent | |
getColor(double *r, double *g, double *b, double *a) const | StructuralComponent | |
getMode() const | StructuralComponent | |
getName() const | Component | inline |
getNumberOfCells() const override | StructuralComponent | virtual |
getNumberOfParentMultiComponents() const | Component | inline |
getNumberOfStructures() const | StructuralComponent | inline |
getParentMultiComponent(unsigned int) | Component | inline |
getPhysicalModel() const | Component | inline |
getProperties() | StructuralComponent | inline |
getStructuralComponentPropertiesColor() const | StructuralComponent | |
getStructure(const unsigned int) const | StructuralComponent | inline |
getStructureByIndex(const unsigned int) | StructuralComponent | inline |
getStructureByName(const std::string) | StructuralComponent | inline |
isCompatible(Structure *) | StructuralComponent | |
isExclusive() const | Component | inline |
isInstanceOf(const char *) const override | StructuralComponent | inlinevirtual |
isStructureIn(Structure *s) | StructuralComponent | |
isVisible(const RenderingMode::Mode mode) const override | StructuralComponent | virtual |
NOTHING enum value | StructuralComponent | |
parentMultiComponentList | Component | private |
plannedNumberOfStructures(const unsigned int) | StructuralComponent | inline |
properties | Component | protected |
removeFromParents() | Component | protected |
removeParentMultiComponent(MultiComponent *) | Component | inline |
removeStructure(Structure *s) | StructuralComponent | inlinevirtual |
setColor(const StructuralComponentProperties::Color c) | StructuralComponent | |
setColor(const double r, const double b, const double g, const double a) | StructuralComponent | |
setColor(const double r, const double b, const double g) | StructuralComponent | |
setExclusive(const bool) | Component | inline |
setMode(const RenderingMode::Mode) | StructuralComponent | |
setName(const std::string) | Component | inline |
setPhysicalModel(PhysicalModel *) override | StructuralComponent | virtual |
setVisible(const RenderingMode::Mode mode, const bool b) override | StructuralComponent | virtual |
StructuralComponent(PhysicalModel *) | StructuralComponent | |
StructuralComponent(PhysicalModel *p, physicalModel::StructuralComponent xmlSC) | StructuralComponent | |
StructuralComponent(PhysicalModel *, std::string) | StructuralComponent | |
structures | StructuralComponent | protected |
xmlPrint(std::ostream &) const override | StructuralComponent | virtual |
~Component() | Component | virtual |
~StructuralComponent() override | StructuralComponent | |