VTK
vtkLevelIdScalars.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkLevelIdScalars.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14 =========================================================================*/
22#ifndef vtkLevelIdScalars_h
23#define vtkLevelIdScalars_h
24
25#include "vtkFiltersGeneralModule.h" // For export macro
27
28class VTKFILTERSGENERAL_EXPORT vtkLevelIdScalars :
30{
31 public:
34 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
35
36 protected:
38 ~vtkLevelIdScalars() VTK_OVERRIDE;
39
40 private:
41 vtkLevelIdScalars(const vtkLevelIdScalars&) VTK_DELETE_FUNCTION;
42 void operator=(const vtkLevelIdScalars&) VTK_DELETE_FUNCTION;
43};
44
45#endif /* VTKLEVELIDSCALARS_H_ */
a simple class to control print indentation
Definition: vtkIndent.h:40
Empty class for backwards compatibility.
~vtkLevelIdScalars() override
static vtkLevelIdScalars * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.