Ignore:
Timestamp:
Aug 9, 2015, 3:59:03 PM (9 years ago)
Author:
ldelgass
Message:

Update custom cube axes: rebase on version in VTK 6.1.0 plus backported fixes
from 6.3.0rc1, but without TextActor3D option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vtkvis/trunk/vtkRpAxisFollower.h

    r3479 r5802  
    2525
    2626
    27 #ifndef __vtkRpAxisFollower_h
    28 #define __vtkRpAxisFollower_h
     27#ifndef vtkRpAxisFollower_h
     28#define vtkRpAxisFollower_h
    2929
    3030#include "vtkRenderingAnnotationModule.h" // For export macro
     
    161161
    162162 // hide the two parameter Render() method from the user and the compiler.
    163  virtual void Render(vtkRenderer *, vtkMapper *) {};
     163 virtual void Render(vtkRenderer *, vtkMapper *) {}
    164164
    165165 //Internal matrices to avoid New/Delete for performance reasons
     
    168168};
    169169
    170 #endif // __vtkRpAxisFollower_h
     170#endif // vtkRpAxisFollower_h
Note: See TracChangeset for help on using the changeset viewer.