Changeset 1825 for trunk/packages
- Timestamp:
- Jul 14, 2010, 8:04:17 PM (14 years ago)
- Location:
- trunk/packages/vizservers/nanovis
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/vizservers/nanovis/Command.cpp
r1558 r1825 40 40 */ 41 41 42 43 42 44 #include <assert.h> 43 45 #include <stdlib.h> … … 50 52 #include <RpOutcome.h> 51 53 #include <RpBuffer.h> 52 #include <RpAVTranslate.h>53 54 54 55 #include "Trace.h" … … 78 79 79 80 #if _LOCAL_ZINC_TEST_ 80 #include "Test.h" 81 /* #include "Test.h" */ 81 82 #endif 82 83 … … 749 750 } 750 751 752 /* 753 * cutplane state $bool $axis vol,,, 754 */ 751 755 static int 752 756 CutplaneStateOp(ClientData clientData, Tcl_Interp *interp, int objc, -
trunk/packages/vizservers/nanovis/NvVectorField.h
r1515 r1825 1 #pragma once 1 2 #ifndef NV_VECTOR_FIELD_H 3 #define NV_VECTOR_FIELD_H 1 2 4 3 5 #include "Volume.h" … … 86 88 }; 87 89 90 #endif /* NV_VECTOR_FIELD_H */ -
trunk/packages/vizservers/nanovis/RpAVTranslate.h
r1815 r1825 12 12 */ 13 13 14 #ifndef R APPTURE_AVTRANSLATE_H15 #define R APPTURE_AVTRANSLATE_H14 #ifndef RP_AVTRANSLATE_H 15 #define RP_AVTRANSLATE_H 1 16 16 17 17 #include "nvconf.h" 18 #include "RpOutcome.h"19 18 20 19 extern "C" { 20 #define __STDC_CONSTANT_MACROS 1 21 21 #ifdef HAVE_FFMPEG_AVFORMAT_H 22 22 #include <ffmpeg/avformat.h> … … 26 26 #endif 27 27 } 28 #include "RpOutcome.h" 28 29 29 30 namespace Rappture { … … 89 90 } // namespace Rappture 90 91 91 #endif / / RAPPTURE_AVTRANSLATE_H92 #endif /* RP_AVTRANSLATE_H */ -
trunk/packages/vizservers/nanovis/VelocityArrowsSlice.h
r1493 r1825 1 #pragma once 1 #ifndef VELOCITY_ARROW_SLICE_H 2 #define VELOCITY_ARROW_SLICE_H 1 2 3 3 4 #include <Cg/cg.h> … … 176 177 return _renderMode; 177 178 } 179 180 #endif /* VELOCITY_ARROW_SLICE_H */ -
trunk/packages/vizservers/nanovis/VolumeRenderer.cpp
r1571 r1825 238 238 // These volume slices will be occluded correctly by the cutplanes and 239 239 // vice versa. 240 240 241 241 ConvexPolygon static_poly; 242 242 for(int j = 0; j < volPtr->get_cutplane_count(); j++) {
Note: See TracChangeset
for help on using the changeset viewer.