OpenDOF Project
DOFSystemConfigBuilder DOFSystemConfigBuilder_Create_Config ( DOFSystemConfig  self)

Create a DOFSystemConfigBuilder using a DOFSystemConfig as a template.

Resource Management:
This function allocates resources that must later be freed by calling DOFSystemConfigBuilder_Destroy or DOFSystemConfigBuilder_BuildAndDestroy.
Parameters
selfThe DOFSystemConfig to use as a template. Should not be NULL.
Returns
a DOFSystemConfigBuilder capable of creating a DOFSystemConfig equilivlent to self
Return values
NULLself is NULL or unable to aquire the necessary resources to create the DOFSystemConfigBuilder
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25