VTK
9.5.20251127
IO
Legacy
vtkSimplePointsWriter.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
34
35
#ifndef vtkSimplePointsWriter_h
36
#define vtkSimplePointsWriter_h
37
38
#include "
vtkDataSetWriter.h
"
39
#include "vtkIOLegacyModule.h"
// For export macro
40
41
VTK_ABI_NAMESPACE_BEGIN
42
class
VTKIOLEGACY_EXPORT
vtkSimplePointsWriter
:
public
vtkDataSetWriter
43
{
44
public
:
45
static
vtkSimplePointsWriter
*
New
();
46
vtkTypeMacro(
vtkSimplePointsWriter
,
vtkDataSetWriter
);
47
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
48
49
vtkGetMacro(
DecimalPrecision
,
int
);
50
vtkSetMacro(
DecimalPrecision
,
int
);
51
52
protected
:
53
vtkSimplePointsWriter
();
54
~vtkSimplePointsWriter
()
override
=
default
;
55
56
void
WriteData
()
override
;
57
58
int
DecimalPrecision
;
59
60
private
:
61
vtkSimplePointsWriter
(
const
vtkSimplePointsWriter
&) =
delete
;
62
void
operator=(
const
vtkSimplePointsWriter
&) =
delete
;
63
};
64
65
VTK_ABI_NAMESPACE_END
66
#endif
vtkDataSetWriter::vtkDataSetWriter
vtkDataSetWriter()=default
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:108
vtkSimplePointsWriter::WriteData
void WriteData() override
vtkSimplePointsWriter::DecimalPrecision
int DecimalPrecision
Definition
vtkSimplePointsWriter.h:58
vtkSimplePointsWriter::vtkSimplePointsWriter
vtkSimplePointsWriter()
vtkSimplePointsWriter::New
static vtkSimplePointsWriter * New()
vtkSimplePointsWriter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSimplePointsWriter::~vtkSimplePointsWriter
~vtkSimplePointsWriter() override=default
vtkDataSetWriter.h
Generated on Thu Nov 27 2025 07:44:02 for VTK by
1.13.2