VTK  9.0.1
vtkDataArrayTemplate.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkDataArrayTemplate.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 =========================================================================*/
21 #ifndef vtkDataArrayTemplate_h
22 #define vtkDataArrayTemplate_h
23 
25 
26 #ifndef VTK_LEGACY_REMOVE
27 
28 template <typename ValueType>
30 {
31 public:
33 
35  {
37  }
38 
39 protected:
41  ~vtkDataArrayTemplate() override {}
42 
43 private:
45  void operator=(const vtkDataArrayTemplate&) = delete;
46 };
47 
48 #endif // VTK_LEGACY_REMOVE
49 
50 #endif // vtkDataArrayTemplate_h
51 
52 // VTK-HeaderTest-Exclude: vtkDataArrayTemplate.h
Array-Of-Structs implementation of vtkGenericDataArray.
vtkDataArrayTemplate is deprecated, use vtkAOSDataArrayTemplate instead.
vtkTemplateTypeMacro(vtkDataArrayTemplate< ValueType >, vtkAOSDataArrayTemplate< ValueType >)
static vtkDataArrayTemplate< ValueType > * New()
#define VTK_STANDARD_NEW_BODY(thisClass)