vtkAffineLongLongArray.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 vtkAffineLongLongArray_h
14 #define vtkAffineLongLongArray_h
15 
16 #include "vtkAffineArray.h" // Real Superclass
17 #include "vtkCommonCoreModule.h" // For export macro
18 #include "vtkDataArray.h"
19 
20 // Fake the superclass for the wrappers.
21 #ifndef __VTK_WRAP__
22 #define vtkDataArray vtkAffineArray<long long>
23 #endif
26 {
27 public:
28  vtkImplicitArrayTypeMacro(vtkAffineLongLongArray, vtkDataArray);
29 #ifndef __VTK_WRAP__
30 #undef vtkDataArray
31 #endif
32 
33  static vtkAffineLongLongArray* New();
34  static vtkAffineLongLongArray* ExtendedNew();
35  void PrintSelf(ostream& os, vtkIndent indent) override;
36 
37  // This macro expands to the set of method declarations that
38  // make up the interface of vtkImplicitArray, which is ignored
39  // by the wrappers.
40 #if defined(__VTK_WRAP__) || defined(__WRAP_GCCXML__)
41  vtkCreateReadOnlyWrappedArrayInterface(long long);
42 #endif
43 
48  {
49  return static_cast<vtkAffineLongLongArray*>(Superclass::FastDownCast(source));
50  }
51 
58  void ConstructBackend(long long slope, long long intercept);
59 
60 protected:
62  ~vtkAffineLongLongArray() override;
63 
64 private:
65  typedef vtkAffineArray<long long> RealSuperclass;
66 
68  void operator=(const vtkAffineLongLongArray&) = delete;
69 };
70 
71 // Define vtkArrayDownCast implementation:
73 
75 #endif
76 // VTK-HeaderTest-Exclude: TYPEMACRO
static vtkAffineLongLongArray * FastDownCast(vtkAbstractArray *source)
A faster alternative to SafeDownCast for downcasting vtkAbstractArrays.
vtkArrayDownCast_FastCastMacro(vtkAffineLongLongArray)
#define VTKCOMMONCORE_EXPORT
#define VTK_ABI_NAMESPACE_END
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTK_ABI_NAMESPACE_BEGIN
affine implicit array of long long.
static vtkObject * New()
void operator=(const vtkObjectBase &)