Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Static Public Member Functions
Eigen::internal::visitor_impl< Visitor, Derived, UnrollCount > Struct Template Reference

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 Eigen::internal::visitor_impl< Visitor, Derived, UnrollCount >

Definition at line 18 of file Visitor.h.


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