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

Declaration of vctUnaryOperations. More...

Go to the source code of this file.

Classes

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
 

Macros

#define _vctUnaryOperations_h
 

Detailed Description

Declaration of vctUnaryOperations.

Macro Definition Documentation

#define _vctUnaryOperations_h