18 #ifndef __itkLightProcessObject_h
19 #define __itkLightProcessObject_h
89 itkSetMacro(AbortGenerateData,
bool);
93 itkGetConstReferenceMacro(AbortGenerateData,
bool);
96 itkBooleanMacro(AbortGenerateData);
101 itkSetClampMacro(Progress,
float, 0.0f, 1.0f);
107 itkGetConstReferenceMacro(Progress,
float);
113 void UpdateProgress(
float amount);
116 virtual void UpdateOutputData();
121 void PrintSelf(std::ostream & os,
Indent indent)
const;
127 void operator=(
const Self &);