22 #ifndef _vctStoreBackUnaryOperations_h 
   23 #define _vctStoreBackUnaryOperations_h 
   55 template<
class _inputOutputElementType>
 
  121 #endif  // _vctStoreBackUnaryOperations_h 
Returns the floor of the input, that is, the largest integer less-than or equal to the input...
Definition: vctStoreBackUnaryOperations.h:99
Returns the absolute value of the input as an OutputType object. 
Definition: vctStoreBackUnaryOperations.h:65
Returns the ceiling of the input, that is, the smallest integer greater-than or equal to the input...
Definition: vctStoreBackUnaryOperations.h:110
Returns the negation of the input as an OutputType object. 
Definition: vctStoreBackUnaryOperations.h:84
Define store back unary operations on an object as classes. 
Definition: vctStoreBackUnaryOperations.h:56
static InputOutputElementType Operate(InputOutputElementType &inputOutput)
Definition: vctStoreBackUnaryOperations.h:90
static InputOutputElementType Operate(InputOutputElementType &inputOutput)
Definition: vctStoreBackUnaryOperations.h:112
_inputOutputElementType InputOutputElementType
Definition: vctStoreBackUnaryOperations.h:59
static InputOutputElementType Operate(InputOutputElementType &inputOutput)
Definition: vctStoreBackUnaryOperations.h:71
static InputOutputElementType Operate(InputOutputElementType &inputOutput)
Definition: vctStoreBackUnaryOperations.h:101