18#ifndef itkLightProcessObject_h
19#define itkLightProcessObject_h
91 itkSetMacro(AbortGenerateData,
bool);
95 itkGetConstReferenceMacro(AbortGenerateData,
bool);
98 itkBooleanMacro(AbortGenerateData);
103 itkSetClampMacro(Progress,
float, 0.0f, 1.0f);
109 itkGetConstReferenceMacro(Progress,
float);
Control indentation during Print() invocation.
virtual void GenerateData()
SmartPointer< const Self > ConstPointer
~LightProcessObject() override
void PrintSelf(std::ostream &os, Indent indent) const override
SmartPointer< Self > Pointer
void UpdateProgress(float amount)
virtual void UpdateOutputData()
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....