source: trunk/packages/vizservers/nanovis/Command.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3884   11 years ldelgass Fix cutplane visible command
(edit) @3883   11 years ldelgass Add cutplane visibility flag to nanovis. Will be used to add cutplanes …
(edit) @3870   11 years ldelgass Add VTK reader/resampler to nanovis
(edit) @3630   11 years ldelgass Nanovis refactoring to fix problems with scaling and multiple results. …
(edit) @3611   11 years ldelgass Use nv namespace for classes in nanovis rather than prefixing class …
(edit) @3608   11 years ldelgass Fix for flow video capture
(edit) @3607   11 years ldelgass Restore proper return value of GetBooleanFromObj?
(edit) @3605   11 years ldelgass Add writer thread to nanovis (set USE_THREADS in Makefile), more …
(edit) @3597   11 years ldelgass More refactoring in nanovis flows: Rename FlowCmd? to Flow and move to …
(edit) @3568   11 years ldelgass Fix crash on getting transfer function name, remove unused plane command.
(edit) @3567   11 years ldelgass Refactor and cleanups in nanovis, mainly to switch to using STL hash …
(edit) @3562   11 years ldelgass Remove commented code (volume renderer now handles setting number of …
(edit) @3559   11 years gah - Clean up unused variable warnings. - Remove use of ffmpeg libraries …
(edit) @3505   11 years ldelgass Make nanovis default transfer function match client default (mostly …
(edit) @3502   11 years ldelgass Add basic VTK structured points reader to nanovis, update copyright dates.
(edit) @3497   11 years ldelgass Rename display() -> render() in nanovis
(edit) @3493   11 years ldelgass A couple minor cleanups
(edit) @3492   11 years ldelgass Fix camera reset for nanovis. Includes refactoring of vector/matrix …
(edit) @3478   11 years ldelgass Add background color protocol command to nanovis, also change resize …
(edit) @3463   11 years ldelgass Begin process of renaming R2 library
(edit) @3452   11 years ldelgass Remove XINETD define from nanovis. We only support server mode now, …
(edit) @3394   11 years gah fix up stats reporting in servers
(edit) @3378   11 years gah fixes for new stats file
(edit) @3377   11 years gah rework of stats log file.
(edit) @3376   11 years gah new version of stats file handling without file locking
(edit) @3362   11 years ldelgass Merge nanovis2 branch to trunk
(edit) @3330   11 years gah merge (by hand) with Rappture1.2 branch
(edit) @3177   12 years mmc Updated all of the copyright notices to reference the transfer to the …
(edit) @2974   12 years ldelgass Remove unused volume axis/bbox labeling from VolumeRenderer?. This …
(edit) @2953   12 years ldelgass Remove unused global origin, make default transfer function a bit more …
(edit) @2931   12 years ldelgass Fix command parsing for plane active/add
(edit) @2930   12 years ldelgass Rename offscreenBufferCapture to bindOffscreenBuffer. Fix more GL …
(edit) @2929   12 years ldelgass fix a couple more (ifdef-ed out) method calls to match rev.2928
(edit) @2922   12 years ldelgass style fixes
(edit) @2880   12 years ldelgass r. 2877 included some files that weren't intended to be checked in …
(edit) @2877   12 years ldelgass Some minor refactoring, also add some more fine grained config.h …
(edit) @2854   12 years ldelgass Minor cleanups, add static zoom method to nanovis.cpp and use default …
(edit) @2846   12 years ldelgass Move declarations of dx volume loading functions to separate headers, …
(edit) @2835   12 years ldelgass Exclude unused file from build, misc. cleanups
(edit) @2831   12 years ldelgass Refactor texture classes, misc. cleanups, cut down on header pollution …
(edit) @2828   12 years ldelgass Remove cruft - ifdef disabled code that calls nonexistant functions
(edit) @2822   12 years ldelgass Const correctness fixes, pass vector/matrix objects by reference, …
(edit) @2821   12 years ldelgass Remove include NvLoadFile?.h
(edit) @2800   12 years ldelgass Don't pollute namespace with using directives in headers, also prefer …
(edit) @2798   12 years ldelgass Add emacs mode magic line in preparation for indentation cleanup
(edit) @2730   12 years gah
(edit) @2721   12 years gah
(edit) @2708   13 years gah
(edit) @2666   13 years gah
(edit) @2648   13 years gah make opendx library optional
(edit) @2376   13 years gah
(edit) @2372   13 years gah
(edit) @2292   13 years ldelgass Fix help string for cutplane command
(edit) @2096   13 years ldelgass Normalize line endings, set eol-style to native on *.cpp, *.h files
(edit) @1984   13 years gah Clean up debugging/printing traces
(edit) @1825   14 years gah
(edit) @1558   15 years gah fix and re-enable <ODX> output type
(edit) @1546   15 years gah add transparency to heightmap
(edit) @1544   15 years gah
(edit) @1526   15 years gah
(edit) @1510   15 years gah Found memory leak in reset_patterns
(edit) @1508   15 years gah
(edit) @1495   15 years gah Make GetDataStream? respect data header
(edit) @1493   15 years gah Changed vector id to name
(edit) @1484   15 years vrinside added 2d arrows (arrow tip will be added)
(edit) @1478   15 years gah Fix volume management routines to handle deletion
(edit) @1475   15 years vrinside mofified a way of dealing with volumes by adding reference counts to …
(edit) @1474   15 years gah
(edit) @1434   15 years gah Fixes for flow visualization command structure
(edit) @1431   15 years gah fixup new flow visualization command structure
(edit) @1429   15 years gah Initial commit of new flow visualization command structure
(edit) @1382   15 years gah fixed encoding problems
(edit) @1381   15 years gah
(edit) @1380   15 years gah
(edit) @1374   15 years gah
(edit) @1370   15 years vrinside improving the flow vis engine - particle advection for multiple vector …
(edit) @1363   15 years gah preparation to remove glui from build
(edit) @1360   15 years gah remove transfer-function headers
(edit) @1351   15 years gah my first cut at flowvisviewer client based on work by dsk
(edit) @1328   15 years gah added missing assert.h headers
(edit) @1325   15 years gah Clean up of warnings, outcomes
(edit) @1312   15 years dkearney fix up flow capture command to automatically create a file name and …
(edit) @1311   15 years vrinside fixed the error of the lic slice position
(edit) @1310   15 years gah Fixes for flow commands
(edit) @1309   15 years gah
(edit) @1306   15 years vrinside Implemented a vector field loader without using Rappture interploration
(edit) @1299   15 years vrinside modified lic
(edit) @1298   15 years vrinside fixed the location of particles
(edit) @1295   15 years dkearney adding flowvisviewer widget and flowvis-test program for exercising …
(edit) @1291   15 years vrinside Moved the center point of the flow data
(edit) @1282   15 years dkearney adding jwire test script adding Rappture AVTranslate object as a way …
(edit) @1250   16 years gah Fix for interrupted nanovis session
(edit) @1248   16 years gah Fix for interrupted nanovis session
(edit) @1240   16 years gah
(edit) @1238   16 years gah
(edit) @1237   16 years gah
(edit) @1236   16 years gah
(edit) @1229   16 years gah adding panning to nanovisviewer
(edit) @1219   16 years gah Add pan command to nanovis and pymolproxy
(edit) @1215   16 years gah changes to allow panning and zooming (via scrollwhell)
Note: See TracRevisionLog for help on using the revision log.