21 #ifndef vtkExtractCellType_h__
22 #define vtkExtractCellType_h__
24 #include "vtkDataSetAlgorithm.h"
26 class vtkMutableDirectedGraph;
33 void PrintSelf(ostream& os, vtkIndent indent);
34 virtual
int GetNumberOfGeoTypesArrays();
35 const
char *GetGeoTypesArrayName(
int index);
36 int GetGeoTypesArrayStatus(const
char *name);
37 virtual
void SetGeoTypesStatus(const
char *name,
int status);
38 void SetInsideOut(
int val);
41 virtual
int GetSILUpdateStamp();
45 ~vtkExtractCellType();
47 int RequestInformation(vtkInformation *request,
48 vtkInformationVector **inputVector, vtkInformationVector *outputVector);
50 int RequestData(vtkInformation *request, vtkInformationVector **inputVector,
51 vtkInformationVector *outputVector);
55 virtual
void SetSIL(vtkMutableDirectedGraph*);
56 vtkGetObjectMacro(SIL, vtkMutableDirectedGraph);
58 vtkMutableDirectedGraph *SIL;
61 vtkExtractCellType(const vtkExtractCellType&);
62 void operator=(const vtkExtractCellType&);
67 vtkExtractCellTypeInternal *Internal;