#include <VP1RawDataHandleBase.h>
Definition at line 34 of file VP1RawDataHandleBase.h.
 
◆ VP1RawDataHandleBase() [1/2]
◆ ~VP1RawDataHandleBase()
  
  | 
        
          | VP1RawDataHandleBase::~VP1RawDataHandleBase | ( |  | ) |  |  | virtual | 
 
 
◆ VP1RawDataHandleBase() [2/2]
◆ buildShape()
  
  | 
        
          | virtual SoNode* VP1RawDataHandleBase::buildShape | ( |  | ) |  |  | protectedpure virtual | 
 
 
◆ buildTransform()
  
  | 
        
          | virtual SoTransform* VP1RawDataHandleBase::buildTransform | ( |  | ) |  |  | protectedpure virtual | 
 
 
◆ center()
Definition at line 166 of file VP1RawDataHandleBase.cxx.
  170      && 
m_d->
sep->getNumChildren()>0
 
  171      && 
m_d->
sep->getChild(0)->getTypeId().isDerivedFrom(SoTransform::getClassTypeId()));
 
  174   static_cast<SoTransform*
>(
m_d->
sep->getChild(0))->translation.getValue().getValue(
x,
y,
z);
 
 
 
 
◆ clicked()
  
  | 
        
          | virtual QStringList VP1RawDataHandleBase::clicked | ( | bool | verbose | ) | const |  | pure virtual | 
 
 
◆ coll()
◆ common()
◆ inInDetParts()
  
  | 
        
          | virtual VP1RawDataFlags::InDetPartsFlags VP1RawDataHandleBase::inInDetParts | ( |  | ) | const |  | inlinevirtual | 
 
 
◆ operator=()
◆ setVisible()
      
        
          | void VP1RawDataHandleBase::setVisible | ( | bool | vis | ) |  | 
      
 
 
◆ unsignedToHex()
  
  | 
        
          | QString VP1RawDataHandleBase::unsignedToHex | ( | unsigned | i | ) |  |  | static | 
 
Definition at line 158 of file VP1RawDataHandleBase.cxx.
  160   std::ostringstream 
s;
 
  161   s << 
"0x" << std::hex << 
i;
 
  162   return QString(
s.str().c_str()).toUpper();
 
 
 
 
◆ update3DObjects()
      
        
          | void VP1RawDataHandleBase::update3DObjects | ( |  | ) |  | 
      
 
 
◆ updateShownOutlines()
      
        
          | void VP1RawDataHandleBase::updateShownOutlines | ( |  | ) |  | 
      
 
 
◆ visible()
  
  | 
        
          | bool VP1RawDataHandleBase::visible | ( |  | ) | const |  | inline | 
 
 
◆ m_coll
◆ m_d
  
  | 
        
          | Imp* VP1RawDataHandleBase::m_d |  | private | 
 
 
◆ m_visible
  
  | 
        
          | bool VP1RawDataHandleBase::m_visible |  | private | 
 
 
The documentation for this class was generated from the following files: