VTK
9.0.1
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
=========================================================================*/
25
#ifndef vtkPointData_h
26
#define vtkPointData_h
27
28
#include "vtkCommonDataModelModule.h"
// For export macro
29
#include "
vtkDataSetAttributes.h
"
30
31
class
VTKCOMMONDATAMODEL_EXPORT
vtkPointData
:
public
vtkDataSetAttributes
32
{
33
public
:
34
static
vtkPointData
*
New
();
35
36
vtkTypeMacro(
vtkPointData
,
vtkDataSetAttributes
);
37
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
38
void
NullPoint(
vtkIdType
ptId);
39
40
protected
:
41
vtkPointData
() {}
42
~vtkPointData
()
override
{}
43
44
private
:
45
vtkPointData
(
const
vtkPointData
&) =
delete
;
46
void
operator=(
const
vtkPointData
&) =
delete
;
47
};
48
49
#endif
vtkPointData
represent and manipulate point attribute data
Definition:
vtkPointData.h:31
vtkIdType
int vtkIdType
Definition:
vtkType.h:338
vtkDataSetAttributes
represent and manipulate attribute data in a dataset
Definition:
vtkDataSetAttributes.h:53
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkPointData::~vtkPointData
~vtkPointData() override
Definition:
vtkPointData.h:42
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:41
Generated on Thu Jun 25 2020 08:30:33 for VTK by
1.8.17