source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3587   12 years gah let clientinfo be the first command sent. Change wait timeout to 900 …
(edit) @3586   12 years ldelgass Fix label disappearing at first tick: if axis min value is divisible …
(edit) @3585   12 years gah fix regression: set default viewer for 2D data sets
(edit) @3584   12 years ldelgass Revert video command to return zero length image response if ffmpeg …
(edit) @3583   12 years ldelgass Cherry-pick a few fixes from VTK head to allowing compiling against …
(edit) @3582   12 years ldelgass Remove duplicate declaration of _isValid private member variable
(edit) @3581   12 years gah fix regression: was not comparing pattern when compiling list of …
(edit) @3580   12 years ldelgass Fix normalizeScalar
(edit) @3579   12 years gah use old flag for ffmpeg
(edit) @3578   12 years ldelgass Send error if ffmpeg doesn't return any data. This should be a …
(edit) @3577   12 years ldelgass Fix video code after refactor
(edit) @3576   12 years ldelgass Fix return value
(edit) @3575   12 years ldelgass Fix typo, also clamp data outside given range in normalizeScalar
(edit) @3574   12 years ldelgass Use normalizeScalar common function where possible. Also, don't set …
(edit) @3573   12 years gah improve warning messages
(edit) @3572   12 years gah improve error message to include path
(edit) @3571   12 years gah These was are all related to the omenwire example. o Added validity …
(edit) @3570   12 years gah add FFMPEG to configure output
(edit) @3569   12 years ldelgass Check for zero dimensions/spacing in VTK files
(edit) @3568   12 years ldelgass Fix crash on getting transfer function name, remove unused plane command.
(edit) @3567   12 years ldelgass Refactor and cleanups in nanovis, mainly to switch to using STL hash …
(edit) @3566   12 years ldelgass Make flow related methods use camel case convention
(edit) @3565   12 years ldelgass Remove some newlines from traces
(edit) @3564   12 years ldelgass Restore most of the debug traces -- these are still very useful for …
(edit) @3563   12 years ldelgass Remove vestigal FFMPEG include/lib defines and the Makefile rule for …
(edit) @3562   12 years ldelgass Remove commented code (volume renderer now handles setting number of …
(edit) @3561   12 years ldelgass Restore floatFormats lists in Texture2D/3D, they are needed when …
(edit) @3560   12 years gah
(edit) @3559   12 years gah - Clean up unused variable warnings. - Remove use of ffmpeg libraries …
(edit) @3558   12 years gah small fix for double type in vtk structure points reader.
(edit) @3557   12 years gah Bug: don't override user selected viewer in field
(edit) @3556   12 years gah Rename DxToVtk? converter.
(edit) @3555   12 years gah convert grab on balloon to local
(edit) @3554   12 years ldelgass Translate heightmaps to put minimum at z=0. Should put dataset …
(edit) @3553   12 years ldelgass Reassert outline state on every Rebuild in heightmap viewer since …
(edit) @3552   12 years ldelgass Remove imgflush from streamlines viewer: was there to work around bug …
(edit) @3551   12 years ldelgass One more: move camera reset after rotate
(edit) @3550   12 years ldelgass Reset camera *after* orienting, so zoom reset can use the correct view …
(edit) @3549   12 years ldelgass Fix for oversized axis labels. AutoScale? computation in CubeAxesActor?
(edit) @3548   12 years gah remove print statements
(edit) @3547   12 years gah remove test in DrawLegend? allowing title to be created.
(edit) @3546   12 years gah start of fix for multiple fields in isosurfaces
(edit) @3545   12 years ldelgass Fix canonical orientations for Z-up in heightmap viewer. Set …
(edit) @3544   12 years ldelgass Switch clients to use new outline command in vtkvis.
(edit) @3543   12 years gah fix order of values in legend; tweak placement of isosurfaces
(edit) @3542   12 years ldelgass Turn on InterpolateScalarsBeforeMapping? by default in cutplane, …
(edit) @3541   12 years ldelgass Disable offscreen rendering by default in Makefile.in
(edit) @3540   12 years ldelgass Add protocol docs for outline
(edit) @3539   12 years ldelgass whitespace
(edit) @3538   12 years gah change isosurfaceviewer to compute values for contour list rather than …
(edit) @3537   12 years gah make outline work only for contours, not heightmaps
(edit) @3536   12 years ldelgass Finish up changes from rev. 3534 to reset pan/zoom on canonical view …
(edit) @3535   12 years ldelgass Add outline command/graphics object to vtkvis and bump version. This …
(edit) @3534   12 years ldelgass Reset zoom/pan when clicking canonical view buttons in streamlines and …
(edit) @3533   12 years ldelgass Fix camera reset in nanovisviewer (leftover reference to orientation …
(edit) @3532   12 years gah add axis exp 0 0 0 1
(edit) @3531   12 years gah revert fix for contour3d visible to dataset visible
(edit) @3530   12 years gah leif's fix for voxels to hexahedrons
(edit) @3529   12 years ldelgass Set the origin of uniform grids in VTK output
(edit) @3526   12 years ldelgass Remove old error message code now that clients all support viserror …
(edit) @3525   12 years ldelgass When field data is missing, send user error instead of sending error …
(edit) @3524   12 years ldelgass Revert some changes in resultviewer.tcl from rev. 3523 that cause Tcl …
(edit) @3523   12 years gah o Change "dataset visible" to contour3d visible". Initial cutplane …
(edit) @3522   12 years ldelgass Turn off FILTER_GRADIENTS in config.h. We aren't actually using …
(edit) @3521   12 years ldelgass Don't need to change order of point data when reading VTK, it already …
(edit) @3520   12 years ldelgass Set the proper number of isosurfaces in server commands. Note: we may …
(edit) @3519   12 years ldelgass Fix cell type returned for hexahedron in Mesh::GetCellType?
(edit) @3518   12 years gah add controls for orthogonal viewpoints
(edit) @3517   12 years gah add controls for orthogonal viewpoints
(edit) @3516   12 years ldelgass Demote some error about unknown datasets to trace messages
(edit) @3515   12 years gah remove debug statement
(edit) @3514   12 years gah rearrange controls in isosurfaceviewer, add number of isosurfaces …
(edit) @3513   12 years gah Add string trim to select 'xml get' calls
(edit) @3512   12 years gah fixes for lack of string trim for loader
(edit) @3511   12 years gah fixes for lack of string trim for numbers and unit conversion
(edit) @3510   12 years gah start of string trim fixes for gauge and switch (boolean)
(edit) @3509   12 years ldelgass Add newline between point data and CELLS header
(edit) @3508   12 years gah fix for no dim tag with old style nodes and elements
(edit) @3507   12 years mmc Added SESSION to the run.xml file output, along with cputime and …
(edit) @3506   12 years ldelgass Support signed and unsigned short and int in VTK reader, only read …
(edit) @3505   12 years ldelgass Make nanovis default transfer function match client default (mostly …
(edit) @3504   12 years ldelgass In VTK reader, don't read ahead once we read lookup table line, also …
(edit) @3503   12 years ldelgass Actually add the VTK reader implementation
(edit) @3502   12 years ldelgass Add basic VTK structured points reader to nanovis, update copyright dates.
(edit) @3501   12 years mmc Created a new "rptimes" script that ingests run.xml files and creates …
(edit) @3500   12 years ldelgass Alert user if isosurface is requested for non-3D data set.
(edit) @3499   12 years ldelgass Add workaround for vtkAssembly bug in Cutplane (should allow using …
(edit) @3498   12 years ldelgass Delay Rebuild until window size larger than 1x1 - copying this code …
(edit) @3497   12 years ldelgass Rename display() -> render() in nanovis
(edit) @3496   12 years ldelgass Fix compiler warning
(edit) @3495   12 years ldelgass Fix initializer order in Contour3D
(edit) @3494   12 years ldelgass Remove last uses of float Matrix4x4 class from vrmath library
(edit) @3493   12 years ldelgass A couple minor cleanups
(edit) @3492   12 years ldelgass Fix camera reset for nanovis. Includes refactoring of vector/matrix …
(edit) @3491   12 years ldelgass Field script requires VTK
(edit) @3490   12 years ldelgass Bring contour2d/3d code in vtkvis more in line with heightmap, make …
(edit) @3489   12 years gah fix deprecated cloud to be backward compatible
(edit) @3488   12 years ldelgass Add protocol to vtkvis for contour2d/3d num contours, contour list
(edit) @3487   12 years ldelgass Remove units from each point coordinate in 3D test
(edit) @3486   12 years ldelgass Set axis label format to %g in isosurface viewer
Note: See TracRevisionLog for help on using the revision log.