Om  1.0.0
A universal framework for multimedia simulation
Public Member Functions | Public Attributes | List of all members
om::math::Edge< VertexType > Class Template Reference

#include <omMathPrimitives.h>

Public Member Functions

 Edge ()
 
 Edge (const VertexType &newV1, const VertexType &newV2)
 

Public Attributes

VertexType v1
 
VertexType v2
 

Constructor & Destructor Documentation

template<typename VertexType >
om::math::Edge< VertexType >::Edge ( )
inline
template<typename VertexType >
om::math::Edge< VertexType >::Edge ( const VertexType &  newV1,
const VertexType &  newV2 
)
inline

Member Data Documentation

template<typename VertexType >
VertexType om::math::Edge< VertexType >::v1
template<typename VertexType >
VertexType om::math::Edge< VertexType >::v2

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