vtkStdFunctionTypeUInt64Array.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
13 #ifndef vtkStdFunctionTypeUInt64Array_h
14 #define vtkStdFunctionTypeUInt64Array_h
15 
16 #include "vtkStdFunctionArray.h" // Real Superclass
17 #include "vtkCommonCoreModule.h" // For export macro
18 #include "vtkDeprecation.h" // For VTK_DEPRECATION_9_7_0
19 #include "vtkDataArray.h"
20 
21 // Fake the superclass for non-Python wrappers.
22 // Python can handle the templated superclass; Java and others cannot.
23 #if !defined(__VTK_WRAP__) || defined(__VTK_WRAP_PYTHON__)
24 #define vtkDataArray vtkStdFunctionArray<vtkTypeUInt64>
25 #endif
27 class VTK_DEPRECATED_IN_9_7_0("Use vtkStdFunctionTypeTypeUInt64Array instead") VTKCOMMONCORE_EXPORT vtkStdFunctionTypeUInt64Array : public vtkDataArray
28 {
29 public:
30  vtkImplicitArrayTypeMacro(vtkStdFunctionTypeUInt64Array, vtkDataArray);
31 #if !defined(__VTK_WRAP__) || defined(__VTK_WRAP_PYTHON__)
32 #undef vtkDataArray
33 #endif
34 
36  static vtkStdFunctionTypeUInt64Array* ExtendedNew();
37  void PrintSelf(ostream& os, vtkIndent indent) override;
38 
39  // This macro expands to the set of method declarations that
40  // make up the interface of vtkStdFunctionArray, which is ignored
41  // by the wrappers.
42 #if (defined(__VTK_WRAP__) || defined(__WRAP_GCCXML__)) && !defined(__VTK_WRAP_PYTHON__)
43  vtkCreateStdFunctionWrappedArrayInterface(vtkTypeUInt64);
44 #endif
45 
50  {
51  return static_cast<vtkStdFunctionTypeUInt64Array*>(Superclass::FastDownCast(source));
52  }
53 protected:
56 
57 private:
58  typedef vtkStdFunctionArray<vtkTypeUInt64> RealSuperclass;
59 
61  void operator=(const vtkStdFunctionTypeUInt64Array&) = delete;
62 };
63 
64 // Define vtkArrayDownCast implementation:
66 
68 #endif
69 // VTK-HeaderTest-Exclude: TYPEMACRO
#define VTKCOMMONCORE_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTK_ABI_NAMESPACE_BEGIN
std function implicit array of vtkTypeUInt64.
source
VTK_ABI_NAMESPACE_BEGIN class VTK_DEPRECATED_IN_9_7_0("Use vtkStdFunctionTypeTypeUInt64Array instead") VTKCOMMONCORE_EXPORT vtkStdFunctionTypeUInt64Array vtkArrayDownCast_FastCastMacro(vtkStdFunctionTypeUInt64Array)
static vtkDataArray * FastDownCast(vtkAbstractArray *source)
static vtkObject * New()
void operator=(const vtkObjectBase &)