| LFSearch | (LoaderFlags) |
| LFReportErrors | (LoaderFlags) |
| LFConvertSkeleton | (LoaderFlags) |
| LFConvertChannels | (LoaderFlags) |
| LFConvertAnim | (LoaderFlags) |
| LFNoDiskCache | (LoaderFlags) |
| LFNoRamCache | (LoaderFlags) |
| LFNoCache | (LoaderFlags) |
|
getAllowDiskCache bool LoaderOptions::get_allow_disk_cache(void) const; Description: Returns true if the loader flags allow retrieving the model from the on-disk bam cache (if it is enabled), false otherwise. |
|
getAllowRamCache bool LoaderOptions::get_allow_ram_cache(void) const; Description: Returns true if the loader flags allow retrieving the model from the in-memory ModelPool cache, false otherwise. |
|
getFlags int LoaderOptions::get_flags(void) const; Description: |
|
operator = void LoaderOptions::operator =(LoaderOptions const ©); Description: |
|
output void LoaderOptions::output(ostream &out) const; Description: |
|
setFlags void LoaderOptions::set_flags(int flags); Description: |