OpenCMISS-Zinc C++ API Documentation
 All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
OpenCMISS::Zinc::Differentialoperator Class Reference

Describes the derivative of a field to evaluate. More...

#include <differentialoperator.hpp>

Public Member Functions

 Differentialoperator (cmzn_differentialoperator_id in_differential_operator_id)
 
 Differentialoperator (const Differentialoperator&differentialOperator)
 
Differentialoperatoroperator= (const Differentialoperator&differentialOperator)
 
 ~Differentialoperator ()
 
bool isValid () const
 
cmzn_differentialoperator_id getId () const
 

Detailed Description

Describes the derivative of a field to evaluate.

Describes the derivative of a field to evaluate. For example, del/del_xi1.

See Also
Mesh::getChartDifferentialoperator
Field::evaluateDerivative

Member Function Documentation

cmzn_differentialoperator_id OpenCMISS::Zinc::Differentialoperator::getId ( ) const
inline

Return the C handle of the Differentialoperator object.

Returns
C handle of Differentialoperator if this objects is valid, 0 otherwise.
bool OpenCMISS::Zinc::Differentialoperator::isValid ( ) const
inline

Check if this is a valid Differentialoperator object.

Returns
Status True if object is valid, false otherwise.

The documentation for this class was generated from the following file: