VTK
vtkStructuredPoints.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkStructuredPoints.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 =========================================================================*/
31 #ifndef __vtkStructuredPoints_h
32 #define __vtkStructuredPoints_h
33 
34 #include "vtkImageData.h"
35 
36 
38 {
39 public:
40  static vtkStructuredPoints *New();
42 
45 
46 protected:
49 private:
50  vtkStructuredPoints(const vtkStructuredPoints&); // Not implemented.
51  void operator=(const vtkStructuredPoints&); // Not implemented.
52 };
53 
54 #endif
55 
56 
57 
static vtkImageData * New()
#define VTK_FILTERING_EXPORT
#define VTK_STRUCTURED_POINTS
Definition: vtkType.h:67
topologically and geometrically regular array of data
Definition: vtkImageData.h:43
A subclass of ImageData.