API
Types and Constants
VTKView.DataSet — MethodDataSet(this)
Create a data set.
VTKView.Frame — MethodFrame(this)
Create Frame (corresponds to desktop window).
VTKView.GridView — MethodGridView(this)
Create a view for showing 2D or 3D grids.
VTKView.ScalarView — MethodScalarView(this)
Create a view for showing 2D or 3D scalar data.
VTKView.VectorView — MethodVectorView(this)
Create a view for showing 2D or 3D vector data.
VTKView.XYPlot — MethodXYPlot(this)
Create a view for showing X-Y plots.
Methods
Base.Multimedia.display — Methoddisplay(this)
Display frame content and continue.
VTKView.addplot! — Methodaddplot!(this, X, Y)
Add one paticular plot ("series") to XYPlot object.
VTKView.addpointscalar! — Methodaddpointscalar!(this, X, name)
Add piece wise linear function with identifier name to dataset.
VTKView.addview! — Methodaddview!(this, fig, pos)
Add view to frame.
VTKView.addview! — Methodaddview!(this, fig)
Add view to frame.
VTKView.addview! — Methodaddview!(this, fig, pos)
Add view to frame.
VTKView.addview! — Methodaddview!(this, fig)
Add view to frame.
VTKView.addview! — Methodaddview!(this, fig, pos)
Add view to frame.
VTKView.addview! — Methodaddview!(this, fig)
Add view to frame.
VTKView.addview! — Methodaddview!(this, fig, pos)
Add view to frame.
VTKView.addview! — Methodaddview!(this, fig)
Add view to frame.
VTKView.adjust_labels! — Methodadjust_labels!(this, b)
Toggle automatic label adjustment.
VTKView.axescolor! — Methodaxescolor!(this, r, g, b)
Color of axes.
VTKView.clear! — Methodclear!(this)
Clear frame content.
VTKView.clear! — Methodclear!(this)
Clear all data from plot.
VTKView.data! — Methoddata!(this, dataset)
Set data to be shown to grid defined in dataset.
VTKView.data! — Methoddata!(this, dataset, name)
Set data to be shown to point scalar name in dataset.
VTKView.frametitle! — Methodframetitle!(this, title)
Remove view from frame.
VTKView.gridcolor! — Methodgridcolor!(this, r, g, b)
Color of background grid.
VTKView.interact — Methodinteract(this)
Display frame content and enter interaction mode.
VTKView.isolevels! — Methodisolevels!(this, V)
Set isolevels for isocontour and isosurface plot.
VTKView.layout! — Methodlayout!(this, x, y)
Remove view from frame.
VTKView.legendposition! — Methodlegendposition!(this, x, y)
Set legend position.
VTKView.legendsize! — Methodlegendsize!(this, w, h)
Sed legend size.
VTKView.linewidth! — Methodlinewidth!(this, w)
Linewidth of next plot.
VTKView.markersize! — Methodmarkersize!(this, s)
Marker size of next plot.
VTKView.numberofxlabels! — Methodnumberofxlabels!(this, n)
Number of labels on X axis.
VTKView.numberofylabels! — Methodnumberofylabels!(this, n)
Number of labels on Y axis.
VTKView.plotcolor! — Methodplotcolor!(this, r, g, b)
Color of next plot.
VTKView.plotlegend! — Methodplotlegend!(this, legend)
Legend of next plot.
VTKView.plotlinetype! — Methodplotlinetype!(this, ltype)
Line type of next plot.
VTKView.plotmarkertype! — Methodplotmarkertype!(this, mtype)
Marker type of next plot.
VTKView.position! — Methodposition!(this, x, y)
Remove view from frame.
VTKView.rectilineargrid! — Methodrectilineargrid!(this, X, Y, Z)
Create 3D rectilinear grid in dataset.
VTKView.rectilineargrid! — Methodrectilineargrid!(this, X, Y)
Create 2D rectilinear grid in dataset.
VTKView.remove! — Methodremove!(this, fig)
Remove view from frame.
VTKView.remove! — Methodremove!(this, fig)
Remove view from frame.
VTKView.remove! — Methodremove!(this, fig)
Remove view from frame.
VTKView.remove! — Methodremove!(this, fig)
Remove view from frame.
VTKView.show_grid! — Methodshow_grid!(this, b)
Toggle display of background grid in plot.
VTKView.show_isosurfaces! — Methodshow_isosurfaces!(this, b)
Toggle display of isosurfaces in 3D plot.
VTKView.show_legend! — Methodshow_legend!(this, b)
Toggle display of legend in plot.
VTKView.simplexgrid! — Methodsimplexgrid!(this, Points, Cells)
Create simplex grid in dataset.
VTKView.size! — Methodsize!(this, x, y)
Remove view from frame.
VTKView.startvideo — Methodstartvideo(this, fname)
Remove view from frame.
VTKView.stopvideo — Methodstopvideo(this)
Remove view from frame.
VTKView.title! — Methodtitle!(this, title)
Set plot title.
VTKView.windowtitle! — Methodwindowtitle!(this, title)
Remove view from frame.
VTKView.writepng — Methodwritepng(this, fname)
Remove view from frame.
VTKView.writevtk — Methodwritevtk(this, fname; ftype)
Write data set content to vtk file.
VTKView.xrange! — Methodxrange!(this, x0, x1)
Range of X coordinates.
VTKView.xtitle! — Methodxtitle!(this, title)
X Axis title.
VTKView.yrange! — Methodyrange!(this, y0, y1)
Range of Y coordinates.
VTKView.ytitle! — Methodytitle!(this, title)
Y Axis title.
VTKView.StaticFrame — MethodStaticFrame()
Return static frame, and create it if it doesnt exist
VTKView.delaunay — Methoddelaunay(inpoints)
Create Delaunay triangulation from set of points
VTKView.destroy_static_frame — Methoddestroy_static_frame()
Destroy static frame