Ignore:
Timestamp:
Apr 3, 2013, 10:46:28 AM (12 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/Warp.cpp

    r3616 r3621  
    2727
    2828#include "Warp.h"
    29 #include "VtkRenderer.h"
     29#include "Renderer.h"
    3030#include "Trace.h"
    3131
     
    3535
    3636Warp::Warp() :
    37     VtkGraphicsObject(),
     37    GraphicsObject(),
    3838    _warpScale(1.0),
    3939    _colorMap(NULL),
Note: See TracChangeset for help on using the changeset viewer.