CMS 3D CMS Logo

Public Member Functions | Public Attributes

DDPathLevel Struct Reference

#include <DDPath.h>

List of all members.

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.

     : lp_(lp), copyno_(cp), typ_(t) { }

Member Data Documentation

Definition at line 20 of file DDPath.h.

Definition at line 18 of file DDPath.h.

Definition at line 22 of file DDPath.h.