VTK
9.0.1
IO
Legacy
vtkSimplePointsReader.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkSimplePointsReader.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
=========================================================================*/
27
#ifndef vtkSimplePointsReader_h
28
#define vtkSimplePointsReader_h
29
30
#include "vtkIOLegacyModule.h"
// For export macro
31
#include "
vtkPolyDataAlgorithm.h
"
32
33
class
VTKIOLEGACY_EXPORT
vtkSimplePointsReader
:
public
vtkPolyDataAlgorithm
34
{
35
public
:
36
static
vtkSimplePointsReader
*
New
();
37
vtkTypeMacro(
vtkSimplePointsReader
,
vtkPolyDataAlgorithm
);
38
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
39
41
44
vtkSetStringMacro(FileName);
45
vtkGetStringMacro(FileName);
47
48
protected
:
49
vtkSimplePointsReader
();
50
~
vtkSimplePointsReader
()
override
;
51
52
char
*
FileName
;
53
54
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
55
56
private
:
57
vtkSimplePointsReader
(
const
vtkSimplePointsReader
&) =
delete
;
58
void
operator=(
const
vtkSimplePointsReader
&) =
delete
;
59
};
60
61
#endif
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:35
vtkSimplePointsReader
Read a list of points from a file.
Definition:
vtkSimplePointsReader.h:33
vtkSimplePointsReader::FileName
char * FileName
Definition:
vtkSimplePointsReader.h:52
vtkPolyDataAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPolyDataAlgorithm.h
vtkPolyDataAlgorithm::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:73
vtkPolyDataAlgorithm::New
static vtkPolyDataAlgorithm * New()
vtkPolyDataAlgorithm
Superclass for algorithms that produce only polydata as output.
Definition:
vtkPolyDataAlgorithm.h:41
Generated on Thu Jun 25 2020 08:30:53 for VTK by
1.8.17