Ignore:
Timestamp:
Jul 14, 2010 8:04:17 PM (14 years ago)
Author:
gah
Message:
 
Location:
trunk/packages/vizservers/nanovis
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/Command.cpp

    r1558 r1825  
    4040 */
    4141
     42
     43
    4244#include <assert.h>
    4345#include <stdlib.h>
     
    5052#include <RpOutcome.h>
    5153#include <RpBuffer.h>
    52 #include <RpAVTranslate.h>
    5354
    5455#include "Trace.h"
     
    7879
    7980#if _LOCAL_ZINC_TEST_
    80 #include "Test.h"
     81/* #include "Test.h" */
    8182#endif
    8283
     
    749750}
    750751
     752/*
     753 * cutplane state $bool $axis vol,,,
     754 */
    751755static int
    752756CutplaneStateOp(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
    24
    35#include "Volume.h"
     
    8688};
    8789
     90#endif /* NV_VECTOR_FIELD_H */
  • trunk/packages/vizservers/nanovis/RpAVTranslate.h

    r1815 r1825  
    1212 */
    1313
    14 #ifndef RAPPTURE_AVTRANSLATE_H
    15 #define RAPPTURE_AVTRANSLATE_H
     14#ifndef RP_AVTRANSLATE_H
     15#define RP_AVTRANSLATE_H 1
    1616
    1717#include "nvconf.h"
    18 #include "RpOutcome.h"
    1918
    2019extern "C" {
     20#define __STDC_CONSTANT_MACROS 1
    2121#ifdef HAVE_FFMPEG_AVFORMAT_H
    2222#include <ffmpeg/avformat.h>
     
    2626#endif
    2727}
     28#include "RpOutcome.h"
    2829
    2930namespace Rappture {
     
    8990} // namespace Rappture
    9091 
    91 #endif // RAPPTURE_AVTRANSLATE_H
     92#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
    23
    34#include <Cg/cg.h>
     
    176177        return _renderMode;
    177178}
     179 
     180#endif /* VELOCITY_ARROW_SLICE_H */
  • trunk/packages/vizservers/nanovis/VolumeRenderer.cpp

    r1571 r1825  
    238238        // These volume slices will be occluded correctly by the cutplanes and
    239239        // vice versa.
    240        
     240
    241241        ConvexPolygon static_poly;
    242242        for(int j = 0; j < volPtr->get_cutplane_count(); j++) {
Note: See TracChangeset for help on using the changeset viewer.