Ignore:
Timestamp:
Apr 3, 2013 12:34:50 AM (11 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/RpContour3D.h

    r3490 r3615  
    66 */
    77
    8 #ifndef __RAPPTURE_VTKVIS_CONTOUR3D_H__
    9 #define __RAPPTURE_VTKVIS_CONTOUR3D_H__
     8#ifndef VTKVIS_CONTOUR3D_H
     9#define VTKVIS_CONTOUR3D_H
    1010
    1111#include <vtkSmartPointer.h>
     
    2222#include "RpVtkGraphicsObject.h"
    2323
    24 namespace Rappture {
    2524namespace VtkVis {
    2625
     
    6261
    6362    const std::vector<double>& getContourList() const;
     63
     64    void setContourField(const char *name);
    6465
    6566    void setColorMode(ColorMode mode, DataSet::DataAttributeType type,
     
    111112
    112113}
    113 }
    114114
    115115#endif
Note: See TracChangeset for help on using the changeset viewer.