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/Cutplane.cpp

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