From 9cf748757e246db1c555e9a207e6427498016392 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Wed, 20 Oct 2010 11:56:29 +0200 Subject: Improved the fixed size array display. --- debug/msvc/eigen_autoexp_part.dat | 79 ++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 46 deletions(-) (limited to 'debug') diff --git a/debug/msvc/eigen_autoexp_part.dat b/debug/msvc/eigen_autoexp_part.dat index cda25229f..ba7eefc8e 100644 --- a/debug/msvc/eigen_autoexp_part.dat +++ b/debug/msvc/eigen_autoexp_part.dat @@ -38,16 +38,13 @@ Eigen::Matrix<*,4,1,*,*,*>|Eigen::Matrix<*,1,4,*,*,*>{ ) preview - ( - #( - "(", - - #array - ( - expr : [($c.m_storage.m_data.array)[$i],g], - size : 4 - ), - ")" + ( + #( + "[", + 4, + "](", + #array(expr: $e.m_storage.m_data.array[$i], size: 4), + ")" ) ) } @@ -65,22 +62,19 @@ Eigen::Matrix<*,3,1,*,*,*>|Eigen::Matrix<*,1,3,*,*,*>{ ) preview - ( - #( - "(", - - #array - ( - expr : [($c.m_storage.m_data.array)[$i],g], - size : 3 - ), - ")" + ( + #( + "[", + 3, + "](", + #array(expr: $e.m_storage.m_data.array[$i], size: 3), + ")" ) ) } -; Fixed size floating point 2-vectors -Eigen::Matrix|Eigen::Matrix|Eigen::Matrix|Eigen::Matrix{ +; Fixed size 2-vectors +Eigen::Matrix<*,2,1,*,*,*>|Eigen::Matrix<*,1,2,*,*,*>{ children ( #( @@ -91,42 +85,35 @@ Eigen::Matrix|Eigen::Matrix|Eigen::Matrix|Eigen::Matrix<*,1,2,*,*,*>{ +; Fixed size 1-vectors +Eigen::Matrix<*,1,1,*,*,*>|Eigen::Matrix<*,1,1,*,*,*>{ children ( #( [internals]: [$c,!], - x : ($c.m_storage.m_data.array)[0], - y : ($c.m_storage.m_data.array)[1] + x : ($c.m_storage.m_data.array)[0] ) ) preview - ( - #( - "(", - - #array - ( - expr : ($c.m_storage.m_data.array)[$i], - size : 2 - ), - ")" + ( + #( + "[", + 1, + "](", + #array(expr: $e.m_storage.m_data.array[$i], size: 1), + ")" ) ) } -- cgit v1.2.3