C# 클래스 natix.SimilaritySearch.SpaceGenericIO

Works as cache for loaded spaces and a loader of spaces.
파일 보기 프로젝트 열기: sadit/natix

공개 프로퍼티들

프로퍼티 타입 설명
DB_CACHE MetricDB>.Dictionary

공개 메소드들

메소드 설명
Load ( BinaryReader Input, bool save_into_cache ) : MetricDB
Load ( string path, bool remember_in_cache = true, bool try_load_from_cache = true ) : MetricDB
LoadCache ( string path, MetricDB &db ) : bool
NormalizePath ( string path ) : string
Save ( BinaryWriter Output, MetricDB sp, bool save_into_cache ) : void
Save ( string path, MetricDB sp, bool save_into_cache = true ) : void
SaveCache ( string path, MetricDB db ) : void
SmartLoad ( BinaryReader Input, bool save_cache ) : MetricDB
SmartSave ( BinaryWriter Output, MetricDB db ) : void

메소드 상세

Load() 공개 정적인 메소드

public static Load ( BinaryReader Input, bool save_into_cache ) : MetricDB
Input System.IO.BinaryReader
save_into_cache bool
리턴 MetricDB

Load() 공개 정적인 메소드

public static Load ( string path, bool remember_in_cache = true, bool try_load_from_cache = true ) : MetricDB
path string
remember_in_cache bool
try_load_from_cache bool
리턴 MetricDB

LoadCache() 공개 정적인 메소드

public static LoadCache ( string path, MetricDB &db ) : bool
path string
db MetricDB
리턴 bool

NormalizePath() 공개 정적인 메소드

public static NormalizePath ( string path ) : string
path string
리턴 string

Save() 공개 정적인 메소드

public static Save ( BinaryWriter Output, MetricDB sp, bool save_into_cache ) : void
Output System.IO.BinaryWriter
sp MetricDB
save_into_cache bool
리턴 void

Save() 공개 정적인 메소드

public static Save ( string path, MetricDB sp, bool save_into_cache = true ) : void
path string
sp MetricDB
save_into_cache bool
리턴 void

SaveCache() 공개 정적인 메소드

public static SaveCache ( string path, MetricDB db ) : void
path string
db MetricDB
리턴 void

SmartLoad() 공개 정적인 메소드

public static SmartLoad ( BinaryReader Input, bool save_cache ) : MetricDB
Input System.IO.BinaryReader
save_cache bool
리턴 MetricDB

SmartSave() 공개 정적인 메소드

public static SmartSave ( BinaryWriter Output, MetricDB db ) : void
Output System.IO.BinaryWriter
db MetricDB
리턴 void

프로퍼티 상세

DB_CACHE 공개적으로 정적으로 프로퍼티

public static Dictionary DB_CACHE
리턴 MetricDB>.Dictionary