![]() |
DD4hep
1.33.0
Detector Description Toolkit for High Energy Physics
|
Concrete object implementation of the VisAttr Handle. More...
#include <ObjectsInterna.h>
Public Member Functions | |
| VisAttrObject () | |
| Standard constructor. More... | |
| virtual | ~VisAttrObject () |
| Default destructor. More... | |
Public Member Functions inherited from dd4hep::NamedObject | |
| NamedObject (const char *nam, const char *typ="") | |
| Initializing constructor. More... | |
| NamedObject (const std::string &nam) | |
| Initializing constructor. More... | |
| NamedObject (const std::string &nam, const std::string &typ) | |
| Initializing constructor. More... | |
| NamedObject ()=default | |
| Standard constructor. More... | |
| NamedObject (const NamedObject &c)=default | |
| Copy constructor. More... | |
| NamedObject (NamedObject &&c)=default | |
| Move constructor. More... | |
| virtual | ~NamedObject ()=default |
| Default destructor. More... | |
| NamedObject & | operator= (const NamedObject &c)=default |
| Assignment operator. More... | |
| NamedObject & | operator= (NamedObject &&c)=default |
| Move assignment operator. More... | |
| const char * | GetName () const |
| Access name. More... | |
| void | SetName (const char *nam) |
| Set name (used by Handle) More... | |
| void | SetTitle (const char *tit) |
| Set Title (used by Handle) More... | |
| const char * | GetTitle () const |
| Get name (used by Handle) More... | |
Public Attributes | |
| unsigned long | magic |
| TColor * | color = nullptr |
| TColor * | colortr = nullptr |
| float | alpha = 0 |
| unsigned char | drawingStyle = VisAttr::SOLID |
| unsigned char | lineStyle = VisAttr::SOLID |
| unsigned char | showDaughters = true |
| unsigned char | visible = true |
Public Attributes inherited from dd4hep::NamedObject | |
| std::string | name |
| The object name. More... | |
| std::string | type |
| The object type. More... | |
Concrete object implementation of the VisAttr Handle.
Definition at line 88 of file ObjectsInterna.h.
| VisAttrObject::VisAttrObject | ( | ) |
Standard constructor.
Definition at line 27 of file ObjectsInterna.cpp.
|
virtual |
Default destructor.
Definition at line 32 of file ObjectsInterna.cpp.
| float dd4hep::VisAttrObject::alpha = 0 |
Definition at line 93 of file ObjectsInterna.h.
| TColor* dd4hep::VisAttrObject::color = nullptr |
Definition at line 91 of file ObjectsInterna.h.
| TColor* dd4hep::VisAttrObject::colortr = nullptr |
Definition at line 92 of file ObjectsInterna.h.
| unsigned char dd4hep::VisAttrObject::drawingStyle = VisAttr::SOLID |
Definition at line 94 of file ObjectsInterna.h.
| unsigned char dd4hep::VisAttrObject::lineStyle = VisAttr::SOLID |
Definition at line 95 of file ObjectsInterna.h.
| unsigned long dd4hep::VisAttrObject::magic |
Definition at line 90 of file ObjectsInterna.h.
| unsigned char dd4hep::VisAttrObject::showDaughters = true |
Definition at line 96 of file ObjectsInterna.h.
| unsigned char dd4hep::VisAttrObject::visible = true |
Definition at line 97 of file ObjectsInterna.h.
1.8.18