cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Macros
vctStoreBackBinaryOperations.h File Reference

Declaration of vctStoreBackBinaryOperations. More...

Go to the source code of this file.

Classes

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...
 

Macros

#define _vctStoreBackBinaryOperations_h
 

Detailed Description

Declaration of vctStoreBackBinaryOperations.

Macro Definition Documentation

#define _vctStoreBackBinaryOperations_h