17#ifndef vtkCellGridComputeSurface_h 
   18#define vtkCellGridComputeSurface_h 
   21#include "vtkFiltersCellGridModule.h"  
   24VTK_ABI_NAMESPACE_BEGIN
 
Superclass for algorithms that produce only polydata as output.
 
Adds arrays holding tuples of sides that are shared an odd number of times.
 
~vtkCellGridComputeSurface() override=default
 
static vtkCellGridComputeSurface * New()
 
static vtkStringToken GetSideAttribute()
 
int RequestData(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *ouInfo) override
This is called by the superclass.
 
vtkCellGridComputeSurface()=default
 
vtkNew< vtkCellGridSidesQuery > Request
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
A cell-grid query for enumerating sides of cells.
 
a simple class to control print indentation
 
Allocate and hold a VTK object.
 
Represent a string by its integer hash.