VTK
9.5.2
Main Page
Related Pages
Topics
Namespaces
Classes
Files
Examples
File List
File Members
Common
DataModel
vtkStructuredPoints.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-License-Identifier: BSD-3-Clause
19
20
#ifndef vtkStructuredPoints_h
21
#define vtkStructuredPoints_h
22
23
#include "vtkCommonDataModelModule.h"
// For export macro
24
#include "
vtkImageData.h
"
25
26
VTK_ABI_NAMESPACE_BEGIN
27
class
VTKCOMMONDATAMODEL_EXPORT
vtkStructuredPoints
:
public
vtkImageData
28
{
29
public
:
30
static
vtkStructuredPoints
*
New
();
31
vtkTypeMacro(
vtkStructuredPoints
,
vtkImageData
);
32
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
33
37
int
GetDataObjectType
() VTK_FUTURE_CONST
override
{
return
VTK_STRUCTURED_POINTS
; }
38
39
protected
:
40
vtkStructuredPoints
();
41
~vtkStructuredPoints
()
override
=
default
;
42
43
private
:
44
vtkStructuredPoints
(
const
vtkStructuredPoints
&) =
delete
;
45
void
operator=(
const
vtkStructuredPoints
&) =
delete
;
46
};
47
48
VTK_ABI_NAMESPACE_END
49
#endif
vtkImageData::vtkImageData
vtkImageData()
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:29
vtkStructuredPoints::~vtkStructuredPoints
~vtkStructuredPoints() override=default
vtkStructuredPoints::vtkStructuredPoints
vtkStructuredPoints()
vtkStructuredPoints::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkStructuredPoints::New
static vtkStructuredPoints * New()
vtkStructuredPoints::GetDataObjectType
int GetDataObjectType() VTK_FUTURE_CONST override
To simplify filter superclasses,.
Definition
vtkStructuredPoints.h:37
vtkImageData.h
VTK_STRUCTURED_POINTS
@ VTK_STRUCTURED_POINTS
Definition
vtkType.h:77
Generated on
for VTK by
1.15.0