Skip to content

Commit

Permalink
Refs #6315. Removing vtkCxxRevisionMacro.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Dec 12, 2012
1 parent cf518b1 commit ce3673c
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,7 @@ void vtkMDEWRebinningCutter::updateAlgorithmProgress(double progress, const std:
progressMutex.unlock();
}


vtkCxxRevisionMacro(vtkMDEWRebinningCutter, "$Revision: 1.0 $")
;
vtkStandardNewMacro(vtkMDEWRebinningCutter)
;
vtkStandardNewMacro(vtkMDEWRebinningCutter);

using namespace Mantid::VATES;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,7 @@ bool vtkRebinningTransformOperator::getOutputHistogramWS() const
return m_bOutputHistogramWS;
}

vtkCxxRevisionMacro(vtkRebinningTransformOperator, "$Revision: 1.0 $")
;
vtkStandardNewMacro(vtkRebinningTransformOperator)
;
vtkStandardNewMacro(vtkRebinningTransformOperator);

using namespace Mantid::VATES;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "vtkUnstructuredGridAlgorithm.h"
#include "vtkUnstructuredGrid.h"

vtkCxxRevisionMacro(vtkScaleWorkspace, "$Revision: 1.0 $");
vtkStandardNewMacro(vtkScaleWorkspace);

vtkScaleWorkspace::vtkScaleWorkspace()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
using namespace Mantid::API;
using namespace Mantid::VATES;

vtkCxxRevisionMacro(vtkSplatterPlot, "$Revision: 1.0 $");
vtkStandardNewMacro(vtkSplatterPlot);

vtkSplatterPlot::vtkSplatterPlot()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include "MantidVatesAPI/FilteringUpdateProgressAction.h"
#include "MantidVatesAPI/MDLoadingViewAdapter.h"

vtkCxxRevisionMacro(vtkEventNexusReader, "$Revision: 1.0 $");
vtkStandardNewMacro(vtkEventNexusReader);

using namespace Mantid::VATES;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "MantidVatesAPI/FilteringUpdateProgressAction.h"
#include "MantidVatesAPI/MDLoadingViewAdapter.h"

vtkCxxRevisionMacro(vtkMDEWNexusReader, "$Revision: 1.0 $");
vtkStandardNewMacro(vtkMDEWNexusReader);

using namespace Mantid::VATES;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "MantidNexusCPP/NeXusException.hpp"
#include <boost/algorithm/string.hpp>

vtkCxxRevisionMacro(vtkNexusPeaksReader, "$Revision: 1.0 $");
vtkStandardNewMacro(vtkNexusPeaksReader);

using namespace Mantid::VATES;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#include <boost/algorithm/string.hpp>

vtkCxxRevisionMacro(vtkPeaksReader, "$Revision: 1.0 $");
vtkStandardNewMacro(vtkPeaksReader);

using namespace Mantid::VATES;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "MantidVatesAPI/FilteringUpdateProgressAction.h"
#include "MantidVatesAPI/MDLoadingViewAdapter.h"

vtkCxxRevisionMacro(vtkSQWEventReader, "$Revision: 1.0 $");
vtkStandardNewMacro(vtkSQWEventReader);

using namespace Mantid::VATES;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "MantidVatesAPI/TimeToTimeStep.h"
#include "MantidMDAlgorithms/Load_MDWorkspace.h"

vtkCxxRevisionMacro(vtkSQWReader, "$Revision: 1.0 $");
vtkStandardNewMacro(vtkSQWReader);

vtkSQWReader::vtkSQWReader() : m_presenter()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

using namespace Mantid::VATES;

vtkCxxRevisionMacro(vtkMDEWSource, "$Revision: 1.0 $");
vtkStandardNewMacro(vtkMDEWSource);

/// Constructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

using namespace Mantid::VATES;

vtkCxxRevisionMacro(vtkMDHWSource, "$Revision: 1.0 $");
vtkStandardNewMacro(vtkMDHWSource);

/// Constructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "MantidAPI/Workspace.h"
#include "MantidAPI/AnalysisDataService.h"

vtkCxxRevisionMacro(vtkPeaksSource, "$Revision: 1.0 $");
vtkStandardNewMacro(vtkPeaksSource);

using namespace Mantid::VATES;
Expand Down Expand Up @@ -129,4 +128,4 @@ Getter for the workspace type name.
char* vtkPeaksSource::GetWorkspaceTypeName()
{
return const_cast<char*>(m_wsTypeName.c_str());
}
}

0 comments on commit ce3673c

Please sign in to comment.