OEGetVSFPType
const OEFPTypeBase *OEGetVSFPType(const unsigned int fptype, const unsigned vsversion=0u)
This function returns a const pointer of a default virtual screening fingerprint type.
- fptype
The type of the fingerprint. This value has to be from the
OEFPTypenamespace. If the fingerprint type is either Path, Tree, or Circular, then the atom and bond typings designed for virtual screening will be used. Any other fingerprint types that have no virtual screening equivalent will emit an error and return null.- vsversion
The version for the virtual screening fingerprint. Passing a value of
0urequests the latest version of the fingerprint from the current toolkit. Supported values are1u(pre-2025.2 toolkits), and0uor2u(2025.2 toolkits onwards).See also
OEFPAtomTypenamespaceOEFPBondTypenamespace