Go to the source code of this file.
◆ BIO_GET_OPTIONAL_CLASS_METHODS_FOR_genetic
Get all virtual methods defined by genetic::Class. 
- Returns
- function signatures for use in BIO_DISAMBIGUATE_OPTIONAL_CLASS_METHODS 
Definition at line 39 of file Macros.h.
 
 
◆ BIO_GET_REQUIRED_CLASS_METHODS_FOR_genetic
Get all virtual methods defined by genetic::Class. 
- Returns
- function signatures for use in BIO_DISAMBIGUATE_REQUIRED_CLASS_METHODS 
Definition at line 32 of file Macros.h.
 
 
◆ BIO_TRANSCRIPTION_FACTOR_FUNCTION_BODY
      
        
          | #define BIO_TRANSCRIPTION_FACTOR_FUNCTION_BODY | ( |  | functionName | ) |  | 
      
 
Value:
    functionName##TranscriptionFactor,                                         \
    ::bio::TranscriptionFactorPerspective::Instance(),                         \
    ::bio::TranscriptionFactor)
#define BIO_ID_FUNCTION_BODY(functionName, perspective, dimension)
 Macro for defining TranscriptionFactors. 
Definition at line 46 of file Macros.h.