11#ifndef vtkCellGridCellSource_h
12#define vtkCellGridCellSource_h
15#include "vtkFiltersCellGridModule.h"
20VTK_ABI_NAMESPACE_BEGIN
Superclass for algorithms that produce only polydata as output.
A cell-grid query used by this filter.
vtkSetStdStringFromCharMacro(CellType)
std::string GetCellTypeString()
vtkGetCharFromStdStringMacro(CellType)
Set/get the type of cell to create.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Create a cell-grid with one or more cells of the requested type.
~vtkCellGridCellSource() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *ouInfo) override
This is called by the superclass.
static vtkCellGridCellSource * New()
const char * GetCellType() const
virtual void SetCellType(const char *cellType)
Set/get the type of cell to create.
Perform an operation on cells in a vtkCellMetadata instance.
a simple class to control print indentation
Allocate and hold a VTK object.