Main MRPT website > C++ reference
MRPT logo
Public Types | Static Public Member Functions

internal::visitor_impl< Visitor, Derived, UnrollCount > Struct Template Reference


Detailed Description

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

Definition at line 31 of file otherlibs/eigen3/Eigen/src/Core/Visitor.h.

#include <src/Core/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)

Member Enumeration Documentation

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

Definition at line 33 of file otherlibs/eigen3/Eigen/src/Core/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]



Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011