FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data type representing a general function pointer. More...
Public Attributes | |
type(enginetype), pointer | p |
Pointer to a general function. More... | |
Data type representing a general function pointer.
This data type is used to construct arrays of function objects where each array element is a pointer to a function object, and not the functions themselves.
type(enginetype), pointer functiontypemodule::engineptrtype::p |
Pointer to a general function.