21 #ifndef vtkSimpleMode_h__
22 #define vtkSimpleMode_h__
24 #include "vtkPolyDataAlgorithm.h"
26 class vtkMutableDirectedGraph;
33 void PrintSelf(ostream& os, vtkIndent indent);
34 void SetInputArrayToProcess(
int idx,
int port,
int connection,
int fieldAssociation, const
char *name);
35 vtkGetMacro(Factor,
double);
36 vtkSetClampMacro(Factor,
double,0.,VTK_DOUBLE_MAX);
37 vtkGetMacro(AnimationTime,
double);
38 vtkSetClampMacro(AnimationTime,
double,0.,1.);
43 int RequestInformation(vtkInformation *request,
44 vtkInformationVector **inputVector, vtkInformationVector *outputVector);
46 int RequestData(vtkInformation *request, vtkInformationVector **inputVector,
47 vtkInformationVector *outputVector);
49 vtkSimpleMode(const vtkSimpleMode&);
50 void operator=(const vtkSimpleMode&);
57 vtkSimpleModeInternal* Internal;