You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@ This extension allows to display graphical representation of C++ and C# variable
7
7
8
8
It supports Boost.Geometry and Boost.Polygon models, Boost.Variant, STL/Boost containers of values and points as well as C-style arrays, C# arrays and List. The extension has the following components:
9
9
10
-
***Debugger visualizers** for Boost.Array, Boost.Container, Boost.Geometry, Boost.MPL, Boost.Polygon, Boost.Tuple and Boost.Variant
11
-
***Geometry Watch** tool window displaying geometries in a common coordinate system, e.g. Boost.Geometry or Boost.Polygon polygons
12
-
***Graphical Watch** tool window displaying graphical representation of variables, e.g. Boost.Geometry models or vectors of values
13
-
***Plot Watch** tool window displaying plot representation of variables, e.g. vector of doubles
10
+
***Debugger visualizers** for Boost.Array, Boost.CircularBuffer, Boost.Container, Boost.Geometry, Boost.MPL, Boost.Polygon, Boost.Tuple and Boost.Variant
11
+
***Geometry Watch** tool window displaying geometries in a common coordinate system, e.g. Boost.Geometry, Boost.Polygon polygons, etc.
12
+
***Graphical Watch** tool window displaying graphical representation of variables, e.g. Boost.Geometry models, Boost.Gil images, vectors of values, etc.
13
+
***Plot Watch** tool window displaying plot representation of variables, e.g. vector of doubles, array of pairs, etc.
14
14
15
15
Feel free to report bugs, propose features and create pull requests. Any help is appreciated.
16
16
@@ -45,6 +45,7 @@ To install after building double-click the *.vsix file from bin/Debug or bin/Rel
45
45
Supported:
46
46
47
47
* Boost.Array: array
48
+
* Boost.CircularBuffer: circular_buffer
48
49
* Boost.Container: vector, static_vector
49
50
* Boost.Geometry:
50
51
* de9im: mask, matrix, static_mask
@@ -68,8 +69,9 @@ Supported:
68
69
* C-style array
69
70
* Pointer to elements with size specifier e.g.: `ptr,5`
70
71
* Sequence of containers of point coordinates e.g.: `vec_x;vec_y`
71
-
* STL: array, vector, deque, list
72
+
* STL: array, vector, deque, list, set
72
73
* Boost.Array: array
74
+
* Boost.CircularBuffer: circular_buffer
73
75
* Boost.Container: vector, static_vector
74
76
* C#: array, List
75
77
* 2D cartesian geometries
@@ -79,6 +81,8 @@ Supported:
79
81
* user-defined point type
80
82
* Non-cartesian geometries (spherical_equatorial and geographic)
0 commit comments