OpenCMISS-Zinc C++ API Documentation
Classes | Namespaces | Functions
fieldarithmeticoperators.hpp File Reference
#include "opencmiss/zinc/fieldarithmeticoperators.h"
#include "opencmiss/zinc/field.hpp"
#include "opencmiss/zinc/fieldmodule.hpp"

Go to the source code of this file.

Classes

class  OpenCMISS::Zinc::FieldAdd
 A field where the which adds the components of source_field_one and source_field_two. More...
 
class  OpenCMISS::Zinc::FieldPower
 A field where the which calculates the components of source_field_one raised to the power of the components in source_field_two. More...
 
class  OpenCMISS::Zinc::FieldMultiply
 A field where the which multiplies the components of source_field_one and source_field_two. More...
 
class  OpenCMISS::Zinc::FieldDivide
 A field where the which divides the components of source_field_one by source_field_two. More...
 
class  OpenCMISS::Zinc::FieldSubtract
 A field which gives the result of subtracting source_field_two from source_field_one. More...
 
class  OpenCMISS::Zinc::FieldLog
 A field where the field components are the natural logarithm of each component in the source field. More...
 
class  OpenCMISS::Zinc::FieldSqrt
 A field where the field components are the square root of each component in the source field. More...
 
class  OpenCMISS::Zinc::FieldExp
 A field where the field components are the natural exponent of each component in the source field. More...
 
class  OpenCMISS::Zinc::FieldAbs
 A field where the field components are the absolute value of each component in the source field. More...
 

Namespaces

 OpenCMISS
 The OpenCMISS namespace.
 
 OpenCMISS::Zinc
 The OpenCMISS::Zinc namespace.
 

Functions

FieldAdd OpenCMISS::Zinc::operator+ (const Field &operand1, const Field &operand2)
 
FieldMultiply OpenCMISS::Zinc::operator* (const Field &operand1, const Field &operand2)
 
FieldDivide OpenCMISS::Zinc::operator/ (const Field &operand1, const Field &operand2)
 
FieldSubtract OpenCMISS::Zinc::operator- (const Field &operand1, const Field &operand2)
 
FieldLog OpenCMISS::Zinc::log (const Field &sourceField)
 
FieldSqrt OpenCMISS::Zinc::sqrt (const Field &sourceField)
 
FieldExp OpenCMISS::Zinc::exp (const Field &sourceField)
 
FieldAbs OpenCMISS::Zinc::abs (const Field &sourceField)