CMS 3D CMS Logo

Public Member Functions | Public Attributes

Alignments Class Reference

#include <Alignments.h>

List of all members.

Public Member Functions

 Alignments ()
void clear ()
 Clear vector without having to look into internals:
bool empty () const
 Test of empty vector without having to look into internals:
virtual ~Alignments ()

Public Attributes

std::vector< AlignTransformm_align

Detailed Description

Definition at line 8 of file Alignments.h.


Constructor & Destructor Documentation

Alignments::Alignments ( ) [inline]

Definition at line 10 of file Alignments.h.

{}
virtual Alignments::~Alignments ( ) [inline, virtual]

Definition at line 11 of file Alignments.h.

{}

Member Function Documentation

void Alignments::clear ( void  ) [inline]

Clear vector without having to look into internals:

Definition at line 15 of file Alignments.h.

References m_align.

{m_align.clear();}
bool Alignments::empty ( ) const [inline]

Test of empty vector without having to look into internals:

Definition at line 13 of file Alignments.h.

References m_align.

{ return m_align.empty();}

Member Data Documentation