DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | Public Attributes | List of all members
dd4hep::VisAttrObject Class Reference

Concrete object implementation of the VisAttr Handle. More...

#include <ObjectsInterna.h>

Inheritance diagram for dd4hep::VisAttrObject:
dd4hep::NamedObject

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...
 
NamedObjectoperator= (const NamedObject &c)=default
 Assignment operator. More...
 
NamedObjectoperator= (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...
 

Detailed Description

Concrete object implementation of the VisAttr Handle.

Author
M.Frank
Version
1.0

Definition at line 88 of file ObjectsInterna.h.

Constructor & Destructor Documentation

◆ VisAttrObject()

VisAttrObject::VisAttrObject ( )

Standard constructor.

Definition at line 27 of file ObjectsInterna.cpp.

◆ ~VisAttrObject()

VisAttrObject::~VisAttrObject ( )
virtual

Default destructor.

Definition at line 32 of file ObjectsInterna.cpp.

Member Data Documentation

◆ alpha

float dd4hep::VisAttrObject::alpha = 0

Definition at line 93 of file ObjectsInterna.h.

◆ color

TColor* dd4hep::VisAttrObject::color = nullptr

Definition at line 91 of file ObjectsInterna.h.

◆ colortr

TColor* dd4hep::VisAttrObject::colortr = nullptr

Definition at line 92 of file ObjectsInterna.h.

◆ drawingStyle

unsigned char dd4hep::VisAttrObject::drawingStyle = VisAttr::SOLID

Definition at line 94 of file ObjectsInterna.h.

◆ lineStyle

unsigned char dd4hep::VisAttrObject::lineStyle = VisAttr::SOLID

Definition at line 95 of file ObjectsInterna.h.

◆ magic

unsigned long dd4hep::VisAttrObject::magic

Definition at line 90 of file ObjectsInterna.h.

◆ showDaughters

unsigned char dd4hep::VisAttrObject::showDaughters = true

Definition at line 96 of file ObjectsInterna.h.

◆ visible

unsigned char dd4hep::VisAttrObject::visible = true

Definition at line 97 of file ObjectsInterna.h.


The documentation for this class was generated from the following files: