Public Types | Static Public Member Functions
internal::visitor_impl< Visitor, Derived, UnrollCount > Struct Template Reference

#include <Visitor.h>

List of all members.

Public Types

enum  { col = (UnrollCount-1) / Derived::RowsAtCompileTime, row = (UnrollCount-1) % Derived::RowsAtCompileTime }

Static Public Member Functions

static void run (const Derived &mat, Visitor &visitor)

Detailed Description

template<typename Visitor, typename Derived, int UnrollCount>
struct internal::visitor_impl< Visitor, Derived, UnrollCount >

Definition at line 31 of file Visitor.h.


Member Enumeration Documentation

template<typename Visitor , typename Derived , int UnrollCount>
anonymous enum
Enumerator:
col 
row 

Definition at line 33 of file Visitor.h.


Member Function Documentation

template<typename Visitor , typename Derived , int UnrollCount>
static void internal::visitor_impl< Visitor, Derived, UnrollCount >::run ( const Derived &  mat,
Visitor &  visitor 
) [inline, static]

Definition at line 38 of file Visitor.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:40