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 | Private Member Functions | Friends
AlignmentErrors Class Reference

#include <AlignmentErrors.h>

Public Member Functions

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

Public Attributes

std::vector< AlignTransformErrorm_alignError
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 10 of file AlignmentErrors.h.

Constructor & Destructor Documentation

AlignmentErrors::AlignmentErrors ( )
inline

Definition at line 12 of file AlignmentErrors.h.

12 {}
virtual AlignmentErrors::~AlignmentErrors ( )
inlinevirtual

Definition at line 13 of file AlignmentErrors.h.

13 {}

Member Function Documentation

void AlignmentErrors::clear ( void  )
inline
bool AlignmentErrors::empty ( ) const
inline

Test of empty vector without having to look into internals:

Definition at line 15 of file AlignmentErrors.h.

References m_alignError.

Referenced by Vispa.Gui.VispaWidget.TextField::setAutosizeFont(), and Vispa.Gui.VispaWidget.TextField::setAutotruncate().

15 { return m_alignError.empty();}
std::vector< AlignTransformError > m_alignError
template<class Archive >
void AlignmentErrors::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 21 of file AlignmentErrors.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 21 of file AlignmentErrors.h.

Member Data Documentation

std::vector<AlignTransformError> AlignmentErrors::m_alignError