CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes | Friends
cms::DDExpandedView Class Reference

#include <DDExpandedView.h>

Public Member Functions

 DDExpandedView (const cms::DDCompactView &cpv)
 

Private Attributes

const cms::DDCompactViewm_cpv
 

Friends

class cms::DDFilteredView
 

Detailed Description

Definition at line 29 of file DDExpandedView.h.

Constructor & Destructor Documentation

cms::DDExpandedView::DDExpandedView ( const cms::DDCompactView cpv)
inline

Definition at line 33 of file DDExpandedView.h.

33 : m_cpv(cpv) {}
const cms::DDCompactView & m_cpv

Friends And Related Function Documentation

friend class cms::DDFilteredView
friend

Definition at line 30 of file DDExpandedView.h.

Member Data Documentation

const cms::DDCompactView& cms::DDExpandedView::m_cpv
private

Definition at line 36 of file DDExpandedView.h.