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
68
69
#ifndef vtkStructuredPoints_h
70
#define vtkStructuredPoints_h
71
72
#include "vtkCommonDataModelModule.h"
// For export macro
73
#include "
vtkImageData.h
"
74
75
VTK_ABI_NAMESPACE_BEGIN
76
class
VTKCOMMONDATAMODEL_EXPORT
vtkStructuredPoints
:
public
vtkImageData
77
{
78
public
:
79
static
vtkStructuredPoints
*
New
();
80
vtkTypeMacro(
vtkStructuredPoints
,
vtkImageData
);
81
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
82
86
int
GetDataObjectType
() VTK_FUTURE_CONST
override
{
return
VTK_STRUCTURED_POINTS
; }
87
88
protected
:
89
vtkStructuredPoints
();
90
~vtkStructuredPoints
()
override
=
default
;
91
92
private
:
93
vtkStructuredPoints
(
const
vtkStructuredPoints
&) =
delete
;
94
void
operator=(
const
vtkStructuredPoints
&) =
delete
;
95
};
96
97
VTK_ABI_NAMESPACE_END
98
#endif
vtkImageData::vtkImageData
vtkImageData()
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:108
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:86
vtkImageData.h
VTK_STRUCTURED_POINTS
@ VTK_STRUCTURED_POINTS
Definition
vtkType.h:77
Generated on
for VTK by
1.15.0