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

    r3616 r3621  
    3131
    3232#include "Streamlines.h"
    33 #include "VtkRenderer.h"
     33#include "Renderer.h"
    3434#include "Trace.h"
    3535
     
    3737
    3838Streamlines::Streamlines() :
    39     VtkGraphicsObject(),
     39    GraphicsObject(),
    4040    _lineType(LINES),
    4141    _colorMap(NULL),
Note: See TracChangeset for help on using the changeset viewer.