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=========================================================================*/
21#ifndef vtkDataArrayTemplate_h
22#define vtkDataArrayTemplate_h
23
25
26#ifndef VTK_LEGACY_REMOVE
27
28template <typename ValueType>
30{
31public:
34
36 {
38 }
39
40protected:
43
44private:
45 vtkDataArrayTemplate(const vtkDataArrayTemplate&) VTK_DELETE_FUNCTION;
46 void operator=(const vtkDataArrayTemplate&) VTK_DELETE_FUNCTION;
47};
48
49#endif // VTK_LEGACY_REMOVE
50
51#endif // vtkDataArrayTemplate_h
52
53// VTK-HeaderTest-Exclude: vtkDataArrayTemplate.h
Array-Of-Structs implementation of vtkGenericDataArray.
static vtkAOSDataArrayTemplate * New()
vtkDataArrayTemplate is deprecated, use vtkAOSDataArrayTemplate instead.
vtkTemplateTypeMacro(vtkDataArrayTemplate< ValueType >, vtkAOSDataArrayTemplate< ValueType >) static vtkDataArrayTemplate< ValueType > *New()
#define VTK_STANDARD_NEW_BODY(thisClass)