API

API

Types and Constants

VTKView.DataSetMethod.
DataSet(this)

Create a data set.

source
VTKView.FrameMethod.
Frame(this)

Create Frame (corresponds to desktop window).

source
VTKView.GridViewMethod.
GridView(this)

Create a view for showing 2D or 3D grids.

source
VTKView.ScalarViewMethod.
ScalarView(this)

Create a view for showing 2D or 3D scalar data.

source
VTKView.VectorViewMethod.
VectorView(this)

Create a view for showing 2D or 3D vector data.

source
VTKView.XYPlotMethod.
XYPlot(this)

Create a view for showing X-Y plots.

source

Methods

display(this)

Display frame content and continue.

source
VTKView.addplot!Method.
addplot!(this, X, Y)

Add one paticular plot ("series") to XYPlot object.

source
addpointscalar!(this, X, name)

Add piece wise linear function with identifier name to dataset.

source
VTKView.addview!Method.
addview!(this, fig, pos)

Add view to frame.

source
VTKView.addview!Method.
addview!(this, fig)

Add view to frame.

source
VTKView.addview!Method.
addview!(this, fig, pos)

Add view to frame.

source
VTKView.addview!Method.
addview!(this, fig)

Add view to frame.

source
VTKView.addview!Method.
addview!(this, fig, pos)

Add view to frame.

source
VTKView.addview!Method.
addview!(this, fig)

Add view to frame.

source
VTKView.addview!Method.
addview!(this, fig, pos)

Add view to frame.

source
VTKView.addview!Method.
addview!(this, fig)

Add view to frame.

source
adjust_labels!(this, b)

Toggle automatic label adjustment.

source
VTKView.axescolor!Method.
axescolor!(this, r, g, b)

Color of axes.

source
VTKView.clear!Method.
clear!(this)

Clear frame content.

source
VTKView.clear!Method.
clear!(this)

Clear all data from plot.

source
VTKView.data!Method.
data!(this, dataset)

Set data to be shown to grid defined in dataset.

source
VTKView.data!Method.
data!(this, dataset, name)

Set data to be shown to point scalar name in dataset.

source
frametitle!(this, title)

Remove view from frame.

source
VTKView.gridcolor!Method.
gridcolor!(this, r, g, b)

Color of background grid.

source
VTKView.interactMethod.
interact(this)

Display frame content and enter interaction mode.

source
VTKView.isolevels!Method.
isolevels!(this, V)

Set isolevels for isocontour and isosurface plot.

source
VTKView.layout!Method.
layout!(this, x, y)

Remove view from frame.

source
legendposition!(this, x, y)

Set legend position.

source
legendsize!(this, w, h)

Sed legend size.

source
VTKView.linewidth!Method.
linewidth!(this, w)

Linewidth of next plot.

source
markersize!(this, s)

Marker size of next plot.

source
numberofxlabels!(this, n)

Number of labels on X axis.

source
numberofylabels!(this, n)

Number of labels on Y axis.

source
VTKView.plotcolor!Method.
plotcolor!(this, r, g, b)

Color of next plot.

source
plotlegend!(this, legend)

Legend of next plot.

source
plotlinetype!(this, ltype)

Line type of next plot.

source
plotmarkertype!(this, mtype)

Marker type of next plot.

source
VTKView.position!Method.
position!(this, x, y)

Remove view from frame.

source
rectilineargrid!(this, X, Y, Z)

Create 3D rectilinear grid in dataset.

source
rectilineargrid!(this, X, Y)

Create 2D rectilinear grid in dataset.

source
VTKView.remove!Method.
remove!(this, fig)

Remove view from frame.

source
VTKView.remove!Method.
remove!(this, fig)

Remove view from frame.

source
VTKView.remove!Method.
remove!(this, fig)

Remove view from frame.

source
VTKView.remove!Method.
remove!(this, fig)

Remove view from frame.

source
VTKView.show_grid!Method.
show_grid!(this, b)

Toggle display of background grid in plot.

source
show_isosurfaces!(this, b)

Toggle display of isosurfaces in 3D plot.

source
show_legend!(this, b)

Toggle display of legend in plot.

source
simplexgrid!(this, Points, Cells)

Create simplex grid in dataset.

source
VTKView.size!Method.
size!(this, x, y)

Remove view from frame.

source
VTKView.startvideoMethod.
startvideo(this, fname)

Remove view from frame.

source
VTKView.stopvideoMethod.
stopvideo(this)

Remove view from frame.

source
VTKView.title!Method.
title!(this, title)

Set plot title.

source
windowtitle!(this, title)

Remove view from frame.

source
VTKView.writepngMethod.
writepng(this, fname)

Remove view from frame.

source
VTKView.writevtkMethod.
writevtk(this, fname; ftype)

Write data set content to vtk file.

source
VTKView.xrange!Method.
xrange!(this, x0, x1)

Range of X coordinates.

source
VTKView.xtitle!Method.
xtitle!(this, title)

X Axis title.

source
VTKView.yrange!Method.
yrange!(this, y0, y1)

Range of Y coordinates.

source
VTKView.ytitle!Method.
ytitle!(this, title)

Y Axis title.

source
StaticFrame()

Return static frame, and create it if it doesnt exist

source
VTKView.delaunayMethod.
delaunay(inpoints)

Create Delaunay triangulation from set of points

source
destroy_static_frame()

Destroy static frame

source