~ubuntu-branches/debian/sid/mayavi2/sid

« back to all changes in this revision

Viewing changes to docs/mayavi2.man

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2009-03-27 04:34:55 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090327043455-vs6ox32daj6ndw33
Tags: 3.2.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
Opens any of the supported data file formats or a non-file related data
57
57
source\&.  This includes VTK file formats (*\&.vtk, *\&.xml,
58
58
*\&.vt[i,p,r,s,u], *\&.pvt[i,p,r,s,u]), VRML2 (*\&.wrl), 3D Studio
59
 
(*\&.3ds), PLOT3D (*\&.xyz) and various others that are supported\&.
60
 
datafile\&.* can also be a source object not associated with a file, for
61
 
example ParametricSurface or PointLoad will load the corresponding data 
62
 
sources into Mayavi\&.  Also available through \fB\-\-data\fP\&.
 
59
(*\&.3ds), PLOT3D (*\&.xyz), STL, BYU, RAW, PLY, PDB, SLC, FACET, OBJ,
 
60
AVSUCD (*\&.inp), GAMBIT (*\&.neu), Exodus (*\&.exii), PNG, JPEG, BMP,
 
61
PNM, DCM, DEM, MHA, MHD, MINC, XIMG, TIFF, and various others that are
 
62
supported\&.  datafile\&.* can also be a source object not associated
 
63
with a file, for example ParametricSurface or PointLoad will load the
 
64
corresponding data sources into Mayavi\&.  Also available through
 
65
\fB\-\-data\fP\&.
63
66
 
64
67
.PP
65
68
.B -m
123
126
to this newly created scene\&.  Also available through \fB\-\-new\-window\fP\&.
124
127
 
125
128
.PP
 
129
.B -t
 
130
 
 
131
Runs the mayavi2 test suite and exits\&.  If run as such, this runs
 
132
both the TVTK and Mayavi2 unittests\&.  If any additional arguments
 
133
are passed they are passed along to the test runner\&.  So this may be
 
134
used to run other tests as well\&.  For example:
 
135
.PP
 
136
.RS
 
137
\f(CWmayavi2 \-t enthought\&.persistence\fP
 
138
.RE
 
139
 
 
140
This will run just the tests inside the enthought\&.persistence
 
141
package\&.  You can also specify a directory with test files to run
 
142
with this, for example:
 
143
.PP
 
144
.RS
 
145
\f(CWmayavi2 \-t relative_path_to/integrationtests/mayavi\fP
 
146
.RE
 
147
 
 
148
will run the integration tests from the mayavi sources.   Also available
 
149
through \fB\-\-test\fP\&.
 
150
 
 
151
.PP
126
152
.B -x
127
153
script-file
128
154