VTK
vtkPointData.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPointData.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 =========================================================================*/
30 #ifndef __vtkPointData_h
31 #define __vtkPointData_h
32 
33 #include "vtkDataSetAttributes.h"
34 
36 {
37 public:
38  static vtkPointData *New();
39 
41  void PrintSelf(ostream& os, vtkIndent indent);
42  void NullPoint(vtkIdType ptId);
43 
44 protected:
47 
48 private:
49  vtkPointData(const vtkPointData&); // Not implemented.
50  void operator=(const vtkPointData&); // Not implemented.
51 };
52 
53 #endif
54 
55 
represent and manipulate point attribute data
Definition: vtkPointData.h:35
#define VTK_FILTERING_EXPORT
int vtkIdType
Definition: vtkType.h:255
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
Definition: vtkIndent.h:37
represent and manipulate attribute data in a dataset
static vtkDataSetAttributes * New()