28 #ifndef __vtkvmtkImageBoxPainter_h 29 #define __vtkvmtkImageBoxPainter_h 31 #include "vtkSimpleImageToImageFilter.h" 32 #include "vtkvmtkWin32Header.h" 40 vtkGetMacro(PaintValue,
double);
41 vtkSetMacro(PaintValue,
double);
43 vtkGetVectorMacro(BoxBounds,
double,6);
44 vtkSetVectorMacro(BoxBounds,
double,6);
46 vtkGetVectorMacro(BoxExtent,
int,6);
47 vtkSetVectorMacro(BoxExtent,
int,6);
49 vtkGetMacro(BoxDefinition,
int);
50 vtkSetMacro(BoxDefinition,
int);
61 virtual void SimpleExecute(vtkImageData* input, vtkImageData* output) VTK_OVERRIDE;
Create a box shaped sub-volume within a 3D image and paint (assign a value to) every sub-volume eleme...
~vtkvmtkImageBoxPainter()
void SetBoxDefinitionToUseBounds()
void SetBoxDefinitionToUseExtent()