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/HeightMap.h

    r3616 r3621  
    2828#include "ColorMap.h"
    2929#include "Types.h"
    30 #include "VtkGraphicsObject.h"
     30#include "GraphicsObject.h"
    3131
    3232namespace VtkVis {
     
    3535 * \brief Color-mapped plot of data set
    3636 */
    37 class HeightMap : public VtkGraphicsObject {
     37class HeightMap : public GraphicsObject {
    3838public:
    3939    enum ColorMode {
Note: See TracChangeset for help on using the changeset viewer.