Ignore:
Timestamp:
Apr 3, 2013 10:46:28 AM (11 years ago)
Author:
ldelgass
Message:

Some more renaming: remove Vtk from some filenames and rename VtkGraphicsObject?
to GraphicsObject? to avoid confusion with vtk classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/vtkvis/HeightMap.cpp

    r3616 r3621  
    3232
    3333#include "HeightMap.h"
    34 #include "VtkRenderer.h"
     34#include "Renderer.h"
    3535#include "Trace.h"
    3636
     
    4141
    4242HeightMap::HeightMap(int numContours, double heightScale) :
    43     VtkGraphicsObject(),
     43    GraphicsObject(),
    4444    _numContours(numContours),
    4545    _contourColorMap(false),
     
    6161
    6262HeightMap::HeightMap(const std::vector<double>& contours, double heightScale) :
    63     VtkGraphicsObject(),
     63    GraphicsObject(),
    6464    _numContours(contours.size()),
    6565    _contours(contours),
Note: See TracChangeset for help on using the changeset viewer.