VTK
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 =========================================================================*/
24 #ifndef vtkDataArrayTemplate_h
25 #define vtkDataArrayTemplate_h
26 
28 
29 #ifndef VTK_LEGACY_REMOVE
30 
31 template <typename ValueType>
33 {
34 public:
37 
39  {
41  }
42 
43 protected:
45  ~vtkDataArrayTemplate() override {}
46 
47 private:
49  void operator=(const vtkDataArrayTemplate&) = delete;
50 };
51 
52 #endif // VTK_LEGACY_REMOVE
53 
54 #endif // vtkDataArrayTemplate_h
55 
56 // VTK-HeaderTest-Exclude: vtkDataArrayTemplate.h
static vtkAOSDataArrayTemplate * New()
vtkDataArrayTemplate is deprecated, use vtkAOSDataArrayTemplate instead.
Array-Of-Structs implementation of vtkGenericDataArray.
#define VTK_STANDARD_NEW_BODY(thisClass)
vtkTemplateTypeMacro(vtkDataArrayTemplate< ValueType >, vtkAOSDataArrayTemplate< ValueType >) static vtkDataArrayTemplate< ValueType > *New()