VTK
vtkTypeInt64Array.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkTypedArray.h.in
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 =========================================================================*/
26 #ifndef __vtkTypeInt64Array_h
27 #define __vtkTypeInt64Array_h
28 
29 #include "vtkCommonCoreModule.h" // For export macro
30 #include "vtkLongLongArray.h"
31 
33 {
34 public:
35  static vtkTypeInt64Array* New();
37  void PrintSelf(ostream& os, vtkIndent indent);
38 
39 protected:
42 
43 private:
44  vtkTypeInt64Array(const vtkTypeInt64Array&); // Not implemented.
45  void operator=(const vtkTypeInt64Array&); // Not implemented.
46 };
47 
48 #endif
49 // VTK-HeaderTest-Exclude: vtkTypedArray.h.in
dynamic, self-adjusting array of long long
#define VTKCOMMONCORE_EXPORT
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:619
a simple class to control print indentation
Definition: vtkIndent.h:38
void PrintSelf(ostream &os, vtkIndent indent)
static vtkLongLongArray * New()
dynamic, self-adjusting array of vtkTypeInt64