CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
DDPathLevel Struct Reference

#include <DDPath.h>

Public Member Functions

 DDPathLevel (DDLogicalPart lp, int cp, typ_t t)
 

Public Attributes

int copyno_
 
DDLogicalPart lp_
 
typ_t typ_
 

Detailed Description

Definition at line 14 of file DDPath.h.

Constructor & Destructor Documentation

DDPathLevel::DDPathLevel ( DDLogicalPart  lp,
int  cp,
typ_t  t 
)
inline

Definition at line 15 of file DDPath.h.

16  : lp_(lp), copyno_(cp), typ_(t) { }
int copyno_
Definition: DDPath.h:20
DDLogicalPart lp_
Definition: DDPath.h:18
typ_t typ_
Definition: DDPath.h:22

Member Data Documentation

int DDPathLevel::copyno_

Definition at line 20 of file DDPath.h.

DDLogicalPart DDPathLevel::lp_

Definition at line 18 of file DDPath.h.

typ_t DDPathLevel::typ_

Definition at line 22 of file DDPath.h.