30#ifndef vtkRecoverGeometryWireframe_h 
   31#define vtkRecoverGeometryWireframe_h 
   33#include "vtkFiltersGeometryModule.h"  
   38VTK_ABI_NAMESPACE_BEGIN
 
   54  vtkSetMacro(CellIdsAttribute, std::string);
 
   55  vtkGetMacro(CellIdsAttribute, std::string);
 
   69  std::string CellIdsAttribute;
 
a simple class to control print indentation
 
Superclass for algorithms that produce only polydata as output.
 
Get corrected wireframe from tessellated facets.
 
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
 
static vtkRecoverGeometryWireframe * New()
 
~vtkRecoverGeometryWireframe() override
 
vtkRecoverGeometryWireframe()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.