Navigation
API > API/Plugins > API/Plugins/GeneSplicerLib > API/Plugins/GeneSplicerLib/SpliceData
Description
Region affiliations will be copied into SpliceData and will be held as long as gene pool is not destroyed.
Gene pool will not be copied, and the user is responsible to maintain it's lifecycle.
| Name | registerGenePool |
| Type | function |
| Header File | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Public/genesplicer/splicedata/SpliceData.h |
| Include Path | #include "genesplicer/splicedata/SpliceData.h" |
| Source | /Engine/Plugins/Animation/GeneSplicer/Source/GeneSplicerLib/Private/genesplicer/splicedata/SpliceDataImpl.cpp |
void registerGenePool
(
const char * name,
const RegionAffiliationReader * raf,
const GenePool * genePool
)
Parameters
| Name | Remarks |
|---|---|
| name | Null terminated string used as key to later access gene pool parameters |
| raf | Region affiliations associated with given pool. |
| genePool | Gene pool that holds dnas to be spliced. |