13 #ifndef mitkComputeContourSetNormalsFilter_h_Included 14 #define mitkComputeContourSetNormalsFilter_h_Included 21 #include "vtkCellArray.h" 22 #include "vtkCellData.h" 23 #include "vtkDoubleArray.h" 26 #include "vtkPolyData.h" 27 #include "vtkSmartPointer.h" 54 itkFactorylessNewMacro(
Self);
65 void SetMaxSpacing(
double);
72 void SetUseProgressBar(
bool);
79 void SetProgressStepSize(
unsigned int stepSize);
85 void GenerateData()
override;
86 void GenerateOutputInformation()
override;
93 unsigned int m_NegativeNormalCounter;
94 unsigned int m_PositiveNormalCounter;
96 bool m_UseProgressBar;
97 unsigned int m_ProgressStepSize;
void SetSegmentationBinaryImage(mitk::Image *segmentationImage)
Filter to compute the normales for contours based on vtkPolygons.
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKSURFACEINTERPOLATION_EXPORT
#define mitkClassMacro(className, SuperClassName)
Image class for storing images.
Superclass of all classes getting surfaces (instances of class Surface) as input and generating surfa...