VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
vtkTypeUInt64Array.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 __vtkTypeUInt64Array_h
27 #define __vtkTypeUInt64Array_h
28 
29 #include "vtkCommonCoreModule.h" // For export macro
31 
33 {
34 public:
35  static vtkTypeUInt64Array* New();
37  void PrintSelf(ostream& os, vtkIndent indent);
38 
39 protected:
42 
43 private:
44  vtkTypeUInt64Array(const vtkTypeUInt64Array&); // Not implemented.
45  void operator=(const vtkTypeUInt64Array&); // Not implemented.
46 };
47 
48 #endif
49 // VTK-HeaderTest-Exclude: vtkTypedArray.h.in
dynamic, self-adjusting array of unsigned long long
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKCOMMONCORE_EXPORT
dynamic, self-adjusting array of vtkTypeUInt64
static vtkUnsignedLongLongArray * New()
a simple class to control print indentation
Definition: vtkIndent.h:38