|
class | vctStoreBackBinaryOperations< _inputOutputType, _input2Type > |
| Define binary operations between objects as classes. More...
|
|
class | vctStoreBackBinaryOperations< _inputOutputType, _input2Type >::Addition |
| Returns the sum of the two InputType object. More...
|
|
class | vctStoreBackBinaryOperations< _inputOutputType, _input2Type >::Subtraction |
| Returns the difference of the two InputType object. More...
|
|
class | vctStoreBackBinaryOperations< _inputOutputType, _input2Type >::Multiplication |
| Returns the product of the two InputType object. More...
|
|
class | vctStoreBackBinaryOperations< _inputOutputType, _input2Type >::Division |
| Returns the ratio of the two InputType object. More...
|
|
class | vctStoreBackBinaryOperations< _inputOutputType, _input2Type >::FirstOperand |
| Return the first operand of (input1, input2), i.e., input1. More...
|
|
class | vctStoreBackBinaryOperations< _inputOutputType, _input2Type >::SecondOperand |
| Return the first operand of (input1, input2), i.e., input2. More...
|
|
class | vctStoreBackBinaryOperations< _inputOutputType, _input2Type >::Maximum |
| Return the greater of (input1, input2). More...
|
|
class | vctStoreBackBinaryOperations< _inputOutputType, _input2Type >::ClipIn |
|
class | vctStoreBackBinaryOperations< _inputOutputType, _input2Type >::Minimum |
| Return the of lesser (input1, input2). More...
|
|
class | vctStoreBackBinaryOperations< _inputOutputType, _input2Type >::Swap |
| Swap the values of input1, input2. More...
|
|