Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
MyData Struct Reference

Public Member Functions

 MyData (const MyData &_cpy)
 
MyDataoperator= (const MyData &_rhs)
 
MyDataoperator= (int _rhs)
 
MyDataoperator= (double _rhs)
 
MyDataoperator= (bool _rhs)
 
MyDataoperator= (const OpenMesh::Vec4f &_rhs)
 
bool operator== (const MyData &_rhs) const
 
bool operator!= (const MyData &_rhs) const
 

Public Attributes

int ival
 
double dval
 
bool bval
 
OpenMesh::Vec4f vec4fval
 

Detailed Description

Definition at line 15 of file unittests_tutorials.cc.


The documentation for this struct was generated from the following file: