<%= formatType(property.type) %>
3 | <% if (property.default) { %>
4 | (default <%- property.default %>
)
5 | <% } %>23 | Type: 24 | <%= formatType(section.type) %> 25 |
26 | <% } %> 27 | <% if (section.augments.length) { %> 28 |29 | Extends 30 | <% if (section.augments) { %> 31 | <%= section.augments.map(function(tag) { 32 | return autolink(tag.name); 33 | }).join(', ') %> 34 | <% } %> 35 |
36 | <% } %> 37 | 38 | <% if (section.deprecated) { %>(<%= formatType(param.type) %><% if (param.default) { %>
52 | = <%- param.default %>
<% } %>)
53 | <%= md(param.description, true) %>
54 | Name | 64 |Description | 65 |
---|
(<%= formatType(property.type) %>)
88 | <% if (property.default) { %>
89 | (default <%- property.default %>
)
90 | <% } %><% if (property.description) {
91 | %>: <%= md(property.description, true) %><%
92 | } %>
93 | <% if (property.properties && property.properties.length) { %>
94 | <%- property.name %>
<%= formatType(property.type) %>
97 | <% if (property.default) { %>
98 | (default <%- property.default %>
)
99 | <% } %>
100 | <%= md(property.description) %><%= formatType(ret.type) %>
<% if (ret.description) { %>:
113 | <%= md(ret.description, true) %>
114 | <% }%>
115 | <% }) %>
116 | <% } %>
117 |
118 | <% if (section.throws.length) { %>
119 | <%= md(example.caption) %>
<% } %> 131 |<%= highlight(example.description) %>132 | <% }) %> 133 | <% } %> 134 | 135 | <% if (section.members.static && section.members.static.length) { %> 136 |
Toggle
Toggle
canvas
representation of the colormaps using the method .getColormapsCanvas()
or the list of them with .getListOfColormaps()
and then applying one with the method .setColormapSlotN()
30 | •
31 | source
32 | CameraCrew
object and the method .defineCamera()
, we can change the camera, from perspective (called 'main') to orthogonal (called 'sagittal', 'axial' and 'coronal')
11 | •
12 | source
13 | .translateAlongXDominant()
, .translateAlongYDominant()
, .translateAlongZDominant()
and .rotateAroundXDominant()
, .rotateAroundYDominant()
, .rotateAroundZDominant()
. Units are in millimeters and radian.
11 | •
12 | source
13 | .addVolumeFromUrl()
, decodes it with Pixpipe and displays it as a registered 3D texture in subject coordinates..addVolumeFromFile()
11 | •
12 | source
13 | 14 | 15 |
16 |startAddingVolume
and volumeReady
, giving the possibility to show and hide a spinner based on the loading and processing stage or the data
12 | •
13 | source
14 |