|
| class | vctUnaryOperations< _outputElementType, _inputElementType > |
| | Define unary operations on an object as classes. More...
|
| |
| class | vctUnaryOperations< _outputElementType, _inputElementType >::Identity |
| | Returns the input as an OutputType object. More...
|
| |
| class | vctUnaryOperations< _outputElementType, _inputElementType >::AbsValue |
| | Returns the absolute value of the input as an OutputType object. More...
|
| |
| class | vctUnaryOperations< _outputElementType, _inputElementType >::Floor |
| | Returns the floor of the input, that is, the largest integer less-than or equal to the input, as an OutputType object. More...
|
| |
| class | vctUnaryOperations< _outputElementType, _inputElementType >::Ceil |
| | Returns the ceiling of the input, that is, the smallest integer greater-than or equal to the input, as an OutputType object. More...
|
| |
| class | vctUnaryOperations< _outputElementType, _inputElementType >::Square |
| | Returns the square of the input as an OutputType object. More...
|
| |
| class | vctUnaryOperations< _outputElementType, _inputElementType >::Negation |
| | Returns the negative of the input as an OutputType object. More...
|
| |
| class | vctUnaryOperations< _outputElementType, _inputElementType >::IsPositive |
| |
| class | vctUnaryOperations< _outputElementType, _inputElementType >::IsNonNegative |
| |
| class | vctUnaryOperations< _outputElementType, _inputElementType >::IsNonPositive |
| |
| class | vctUnaryOperations< _outputElementType, _inputElementType >::IsNegative |
| |
| class | vctUnaryOperations< _outputElementType, _inputElementType >::IsNonzero |
| |
| class | vctUnaryOperations< _outputElementType, _inputElementType >::IsFinite |
| |
| class | vctUnaryOperations< _outputElementType, _inputElementType >::IsNaN |
| |