23#ifndef vtkPolyPointSource_h
24#define vtkPolyPointSource_h
26#include "vtkFiltersSourcesModule.h"
a simple class to control print indentation
represent and manipulate 3D points
Superclass for algorithms that produce only polydata as output.
create points from a list of input points
void SetNumberOfPoints(vtkIdType numPoints)
Set the number of points in the poly line.
void SetPoints(vtkPoints *points)
Get the points.
vtkIdType GetNumberOfPoints()
Set the number of points in the poly line.
~vtkPolyPointSource() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetPoint(vtkIdType id, double x, double y, double z)
Set a point location.
vtkMTimeType GetMTime() override
Get the mtime plus consider its Points.
static vtkPolyPointSource * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void Resize(vtkIdType numPoints)
Resize while preserving data.
vtkTypeUInt32 vtkMTimeType