
###########################
A3DMathFct1DCombinationData
###########################

.. c:struct:: A3DMathFct1DCombinationData

   Combination structure. 
   
   
      2.0
   
   
   
   The following equation shows the result of a linear combination of 3 functions (:c:member:`m_uiSize <A3DMathFct1DCombinationData.m_uiSize>` is 2), where **x** is the result: 
   
   
   ::
   
      x = m_pdCoeffs[0] * m_ppFunctions[0] + m_pdCoeffs[1] * m_ppFunctions[1] + m_pdCoeffs[2]
   
   
      Size of :c:member:`m_pdCoeffs <A3DMathFct1DCombinationData.m_pdCoeffs>` is equal to size of :c:member:`m_ppFunctions <A3DMathFct1DCombinationData.m_ppFunctions>` +1. 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DMathFct1DCombinationData.m_uiSize`
   * :c:member:`~A3DMathFct1DCombinationData.m_ppFunctions`
   * :c:member:`~A3DMathFct1DCombinationData.m_pdCoeffs`
   
   



.. rst-class:: kind-group kind-variable

.. rubric:: Variables
   :class: kind-group-title


.. c:member:: A3DUns32 A3DMathFct1DCombinationData.m_uiSize

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      The size of :c:member:`m_ppFunctions <A3DMathFct1DCombinationData.m_ppFunctions>`\ . 
      



.. c:member:: A3DMathFct1D** A3DMathFct1DCombinationData.m_ppFunctions

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DMathFct1D`\ **
      
      Array of functions. 
      



.. c:member:: A3DDouble* A3DMathFct1DCombinationData.m_pdCoeffs

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDouble`\ *
      
      Vector of coefficients (Size is :c:member:`m_uiSize <A3DMathFct1DCombinationData.m_uiSize>` + 1). 
      




