VTK
dox
Common
DataModel
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
=========================================================================*/
31
#ifndef vtkPointData_h
32
#define vtkPointData_h
33
34
#include "vtkCommonDataModelModule.h"
// For export macro
35
#include "
vtkDataSetAttributes.h
"
36
37
class
VTKCOMMONDATAMODEL_EXPORT
vtkPointData
:
public
vtkDataSetAttributes
38
{
39
public
:
40
static
vtkPointData
*
New
();
41
42
vtkTypeMacro(
vtkPointData
,
vtkDataSetAttributes
);
43
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
44
void
NullPoint(
vtkIdType
ptId);
45
46
protected
:
47
vtkPointData
() {}
48
~vtkPointData
()
override
{}
49
50
private
:
51
vtkPointData
(
const
vtkPointData
&) =
delete
;
52
void
operator=(
const
vtkPointData
&) =
delete
;
53
};
54
55
#endif
56
57
vtkPointData
represent and manipulate point attribute data
Definition:
vtkPointData.h:37
vtkIdType
int vtkIdType
Definition:
vtkType.h:347
vtkDataSetAttributes
represent and manipulate attribute data in a dataset
Definition:
vtkDataSetAttributes.h:59
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkPointData::~vtkPointData
~vtkPointData() override
Definition:
vtkPointData.h:48
vtkDataSetAttributes::New
static vtkDataSetAttributes * New()
Construct object with copying turned on for all data.
vtkDataSetAttributes::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDataSetAttributes.h
vtkPointData::vtkPointData
vtkPointData()
Definition:
vtkPointData.h:47
Generated by
1.8.16