VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
vtkUnsignedLongLongArray.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkUnsignedLongLongArray.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 =========================================================================*/
23 #ifndef __vtkUnsignedLongLongArray_h
24 #define __vtkUnsignedLongLongArray_h
25 
26 // Tell the template header how to give our superclass a DLL interface.
27 #if !defined(__vtkUnsignedLongLongArray_cxx)
28 # define VTK_DATA_ARRAY_TEMPLATE_TYPE unsigned long long
29 #endif
30 
31 #include "vtkCommonCoreModule.h" // For export macro
32 #include "vtkDataArray.h"
33 #include "vtkDataArrayTemplate.h" // Real Superclass
34 
35 // Fake the superclass for the wrappers.
36 #ifndef __WRAP__
37 #define vtkDataArray vtkDataArrayTemplate<unsigned long long>
38 #endif
40 #ifndef __WRAP__
41 #undef vtkDataArray
42 #endif
43 {
44 public:
45  static vtkUnsignedLongLongArray* New();
47  void PrintSelf(ostream& os, vtkIndent indent);
48 
49  // This macro expands to the set of method declarations that
50  // make up the interface of vtkDataArrayTemplate, which is ignored
51  // by the wrappers.
52 #ifdef __WRAP__
53  vtkCreateWrappedArrayInterface(unsigned long long);
54 #endif
55 
57  static unsigned long long GetDataTypeValueMin() {return VTK_UNSIGNED_LONG_LONG_MIN;}
58 
60  static unsigned long long GetDataTypeValueMax() {return VTK_UNSIGNED_LONG_LONG_MAX;}
61 
62 protected:
65 
66 private:
67  //BTX
68  typedef vtkDataArrayTemplate<unsigned long long> RealSuperclass;
69  //ETX
70  vtkUnsignedLongLongArray(const vtkUnsignedLongLongArray&); // Not implemented.
71  void operator=(const vtkUnsignedLongLongArray&); // Not implemented.
72 };
73 
74 #endif
dynamic, self-adjusting array of unsigned long long
Implementation template for vtkDataArray.
#define VTKCOMMONCORE_EXPORT
#define vtkCreateWrappedArrayInterface(T)
a simple class to control print indentation
Definition: vtkIndent.h:38
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:53
static unsigned long long GetDataTypeValueMax()
void PrintSelf(ostream &os, vtkIndent indent)
static vtkObject * New()
static unsigned long long GetDataTypeValueMin()