All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

GeometricObjects Interface CATConstantLaw

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---GeometricObjects.CATICGMUnknown
        |
        +---GeometricObjects.CATICGMObject
          |
          +---GeometricObjects.CATLaw
            |
            +---CATConstantLaw
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATConstantLaw

Interface representing a linear law.

A law is a function L of one parameter iT on a given 1D interval [iTmin,iTmax]. A constant law is such that L(iT)=iConstant on the definition interval.


Method Index


o GetValue()
Returns the constant value of this CATConstantLaw.
o SetValue(double)
Modifies the constant value of this CATConstantLaw.

Methods


o GetValue
public virtual double GetValue()const = 0
Returns the constant value of this CATConstantLaw.
Returns:
The constant value.
o SetValue
public virtual void SetValue( const double iNewValue) = 0
Modifies the constant value of this CATConstantLaw.
Parameters:
iNewValue
The new constant value.

This object is included in the file: CATConstantLaw.h
If needed, your Imakefile.mk should include the module: CATGeometricObjects

Copyright © 2003, Dassault Systèmes. All rights reserved.