OpenDOF Project
DOFSystemConfigBuilder DOFSystemConfigBuilder_Create_State ( DOFSystemState  self)

Create a DOFSystemConfigBuilder using a DOFSystemState as a template.

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