43 #ifndef SVK_IMAGE_THRESHOLD_H 
   44 #define SVK_IMAGE_THRESHOLD_H 
   47 #include <vtkObject.h> 
   48 #include <vtkObjectFactory.h> 
   49 #include <vtkInformation.h> 
   56 #include <vtkImageThreshold.h> 
   58 #include <vtkCharArray.h> 
   94         } svkImageThresholdParameters;
 
   99         void        SetThresholdMax( 
double max );
 
  102         void        SetThresholdMin( 
double min );
 
  105         void        SetMaskSeriesDescription( 
string description );
 
  108         void        SetMaskOutputValue( 
int value );
 
  109         svkInt*     GetMaskOutputValue( );
 
  111         void        SetOutputScalarType( 
int outputScalarType );
 
  112         svkInt*     GetOutputScalarType( );
 
  119         virtual int RequestData( 
 
  120                         vtkInformation* request, 
 
  121                         vtkInformationVector** inputVector, 
 
  122                         vtkInformationVector* outputVector );
 
  133 #endif //SVK_IMAGE_THRESHOLD_H 
Definition: svkImageThreshold.h:82
Definition: svkImageAlgorithmWithPortMapper.h:73
Definition: svkImageThreshold.h:92
Definition: svkImageThreshold.h:86
Definition: svkImageThreshold.h:87
Definition: svkImageThreshold.h:85
Definition: svkDouble.h:59
Definition: svkImageThreshold.h:88
Definition: svkImageThreshold.h:74
Definition: svkImageThreshold.h:90
Definition: svkImageThreshold.h:91
Definition: svkImageThreshold.h:83
Definition: svkImageThreshold.h:84
Definition: svkImageThreshold.h:81
Definition: svkString.h:60
Definition: svkImageThreshold.h:89