Developer Documentation
Custom::Vec< DIM > Class Template Reference

#include <OpenFlipper/libs_required/OpenMesh/src/Unittests/unittests_common_customtraits.hh>

Public Member Functions

 Vec (float x)
 
 Vec (float x, float y)
 
 Vec (float x, float y, float z)
 
 Vec (float x, float y, float z, float w)
 
 Vec (Vec< DIM > const &)=default
 
float & operator[] (int i)
 
float operator[] (int i) const
 

Private Attributes

std::array< float, DIM > data
 

Detailed Description

template<int DIM>
class Custom::Vec< DIM >

A Vector class with the absolute minimum of built-in methods to test the interface expected from Vectors used in Traits

Definition at line 11 of file unittests_common_customtraits.hh.


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