#include <vtkKWEPaintbrushUtilities.h>
Public Member Functions | |
| bool | operator() (const double &a, const double &b) |
These functors provide the ability to do boolean operations on input data so as to convert imagedata to segmentations. They can be used to create multiple stencils from a label-map, by saying vtkImageStencilData *s1 = vtkImageStencilData::New(); vtkImageStencilData *s2 = vtkImageStencilData::New(); vtkImageStencilData *s3 = vtkImageStencilData::New(); GetStencilFromImage< vtkFunctorEqualTo >( labelMapImage, s1, 64.0 ); GetStencilFromImage< vtkFunctorEqualTo >( labelMapImage, s2, 128.0 ); GetStencilFromImage< vtkFunctorEqualTo >( labelMapImage, s3, 192.0 );
Definition at line 71 of file vtkKWEPaintbrushUtilities.h.
| bool vtkKWEPaintbrushUtilities::vtkFunctorEqualTo::operator() | ( | const double & | a, | |
| const double & | b | |||
| ) | [inline] |
Definition at line 74 of file vtkKWEPaintbrushUtilities.h.
1.7.1