Skip to content

Commit

Permalink
Refs #6315. Rename vtkTypeRevisionMacro to vtkTypeMacro.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Dec 12, 2012
1 parent c402c47 commit cf518b1
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class VTK_EXPORT vtkMDEWRebinningCutter : public vtkUnstructuredGridAlgorithm//,
{
public:
static vtkMDEWRebinningCutter *New();
vtkTypeRevisionMacro(vtkMDEWRebinningCutter,vtkUnstructuredGridAlgorithm);
vtkTypeMacro(vtkMDEWRebinningCutter, vtkUnstructuredGridAlgorithm);
void PrintSelf(ostream& os, vtkIndent indent);

/// Paraview Related Commands. See *.xml proxy/property file --------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class VTK_EXPORT vtkRebinningTransformOperator : public vtkUnstructuredGridAlgor
{
public:
static vtkRebinningTransformOperator *New();
vtkTypeRevisionMacro(vtkRebinningTransformOperator,vtkUnstructuredGridAlgorithm);
vtkTypeMacro(vtkRebinningTransformOperator, vtkUnstructuredGridAlgorithm);
void PrintSelf(ostream& os, vtkIndent indent);

/// Paraview Related Commands. See *.xml proxy/property file --------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class VTK_EXPORT vtkScaleWorkspace : public vtkUnstructuredGridAlgorithm
{
public:
static vtkScaleWorkspace *New();
vtkTypeRevisionMacro(vtkScaleWorkspace,vtkUnstructuredGridAlgorithm);
vtkTypeMacro(vtkScaleWorkspace, vtkUnstructuredGridAlgorithm);
void PrintSelf(ostream& os, vtkIndent indent);
void SetXScaling(double xScaling);
void SetYScaling(double yScaling);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class VTK_EXPORT vtkSplatterPlot : public vtkUnstructuredGridAlgorithm
{
public:
static vtkSplatterPlot *New();
vtkTypeRevisionMacro(vtkSplatterPlot,vtkUnstructuredGridAlgorithm);
vtkTypeMacro(vtkSplatterPlot, vtkUnstructuredGridAlgorithm);
void PrintSelf(ostream& os, vtkIndent indent);
void SetNumberOfPoints(int nPoints);
void updateAlgorithmProgress(double progress, const std::string& message);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class VTK_EXPORT vtkEventNexusReader : public vtkUnstructuredGridAlgorithm
//----------------------------------------------

static vtkEventNexusReader *New();
vtkTypeRevisionMacro(vtkEventNexusReader,vtkUnstructuredGridAlgorithm);
vtkTypeMacro(vtkEventNexusReader, vtkUnstructuredGridAlgorithm);
void PrintSelf(ostream& os, vtkIndent indent);
vtkSetStringMacro(FileName);
vtkGetStringMacro(FileName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class VTK_EXPORT vtkMDEWNexusReader : public vtkUnstructuredGridAlgorithm
public:

static vtkMDEWNexusReader *New();
vtkTypeRevisionMacro(vtkMDEWNexusReader,vtkUnstructuredGridAlgorithm);
vtkTypeMacro(vtkMDEWNexusReader, vtkUnstructuredGridAlgorithm);
void PrintSelf(ostream& os, vtkIndent indent);
vtkSetStringMacro(FileName);
vtkGetStringMacro(FileName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class VTK_EXPORT vtkMDEWNexusReader : public vtkUnstructuredGridAlgorithm
{
public:
static vtkMDEWNexusReader *New();
vtkTypeRevisionMacro(vtkMDEWNexusReader,vtkUnstructuredGridAlgorithm);
vtkTypeMacro(vtkMDEWNexusReader, vtkUnstructuredGridAlgorithm);
void PrintSelf(ostream& os, vtkIndent indent);
vtkSetStringMacro(FileName);
vtkGetStringMacro(FileName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class VTK_EXPORT vtkNexusPeaksReader : public vtkPolyDataAlgorithm
{
public:
static vtkNexusPeaksReader *New();
vtkTypeRevisionMacro(vtkNexusPeaksReader,vtkPolyDataAlgorithm);
vtkTypeMacro(vtkNexusPeaksReader, vtkPolyDataAlgorithm);
void PrintSelf(ostream& os, vtkIndent indent);
vtkSetStringMacro(FileName);
vtkGetStringMacro(FileName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class VTK_EXPORT vtkPeaksReader : public vtkPolyDataAlgorithm
{
public:
static vtkPeaksReader *New();
vtkTypeRevisionMacro(vtkPeaksReader,vtkPolyDataAlgorithm);
vtkTypeMacro(vtkPeaksReader, vtkPolyDataAlgorithm);
void PrintSelf(ostream& os, vtkIndent indent);
vtkSetStringMacro(FileName);
vtkGetStringMacro(FileName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class VTK_EXPORT vtkSQWEventReader : public vtkUnstructuredGridAlgorithm
//----------------------------------------------

static vtkSQWEventReader *New();
vtkTypeRevisionMacro(vtkSQWEventReader,vtkUnstructuredGridAlgorithm);
vtkTypeMacro(vtkSQWEventReader, vtkUnstructuredGridAlgorithm);
void PrintSelf(ostream& os, vtkIndent indent);
vtkSetStringMacro(FileName);
vtkGetStringMacro(FileName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class VTK_EXPORT vtkSQWReader : public vtkStructuredGridAlgorithm
{
public:
static vtkSQWReader *New();
vtkTypeRevisionMacro(vtkSQWReader,vtkStructuredGridAlgorithm);
vtkTypeMacro(vtkSQWReader, vtkStructuredGridAlgorithm);
void PrintSelf(ostream& os, vtkIndent indent);
vtkSetStringMacro(FileName);
vtkGetStringMacro(FileName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class VTK_EXPORT vtkMDEWSource : public vtkUnstructuredGridAlgorithm
{
public:
static vtkMDEWSource *New();
vtkTypeRevisionMacro(vtkMDEWSource,vtkUnstructuredGridAlgorithm);
vtkTypeMacro(vtkMDEWSource, vtkUnstructuredGridAlgorithm);
void PrintSelf(ostream& os, vtkIndent indent);

void SetWsName(std::string wsName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class VTK_EXPORT vtkMDHWSource : public vtkUnstructuredGridAlgorithm
{
public:
static vtkMDHWSource *New();
vtkTypeRevisionMacro(vtkMDHWSource,vtkUnstructuredGridAlgorithm);
vtkTypeMacro(vtkMDHWSource, vtkUnstructuredGridAlgorithm);
void PrintSelf(ostream& os, vtkIndent indent);

void SetWsName(std::string wsName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class VTK_EXPORT vtkPeaksSource : public vtkPolyDataAlgorithm
{
public:
static vtkPeaksSource *New();
vtkTypeRevisionMacro(vtkPeaksSource,vtkPolyDataAlgorithm);
vtkTypeMacro(vtkPeaksSource,vtkPolyDataAlgorithm);
void PrintSelf(ostream& os, vtkIndent indent);

void SetRadius(double radius);
Expand Down

0 comments on commit cf518b1

Please sign in to comment.