Ignore:
Timestamp:
Apr 3, 2013, 12:34:50 AM (12 years ago)
Author:
ldelgass
Message:

Remove enclosing Rappture namespace from vtkvis. Remove outline and outline
color subcommands from dataset in vtkvis protocol -- they are replaced by the
outline object. Translate heightmap to dataset z plane (client is doing this
right now).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/vtkvis/RpHeightMap.h

    r3330 r3615  
    66 */
    77
    8 #ifndef __RAPPTURE_VTKVIS_HEIGHTMAP_H__
    9 #define __RAPPTURE_VTKVIS_HEIGHTMAP_H__
     8#ifndef VTKVIS_HEIGHTMAP_H
     9#define VTKVIS_HEIGHTMAP_H
    1010
    1111#include <vtkSmartPointer.h>
     
    3030#include "RpVtkGraphicsObject.h"
    3131
    32 namespace Rappture {
    3332namespace VtkVis {
    3433
     
    171170
    172171}
    173 }
    174172
    175173#endif
Note: See TracChangeset for help on using the changeset viewer.