23 std::list<fk_Vertex *> vertexCache;
24 std::list<fk_Edge *> edgeCache;
25 std::list<fk_Loop *> loopCache;
26 std::vector<fk_Vector> vertexArray;
33#ifndef FK_DOXYGEN_USER_PROCESS
39 void PrintCache(
void);
44 std::unique_ptr<Member> _m;
46 void ClearVCache(
void);
47 void ClearECache(
void);
48 void ClearLCache(
void);
53 bool GetVCacheStatus(
void);
54 bool GetECacheStatus(
void);
55 bool GetLCacheStatus(
void);
56 void MakeVCache(
void);
57 void MakeECache(
void);
58 void MakeLCache(
void);
63 std::list<fk_Vertex *> * GetVCache(
void);
64 std::list<fk_Edge *> * GetECache(
void);
65 std::list<fk_Loop *> * GetLCache(
void);
69#if !defined(FK_DOXYGEN_USER_PROCESS)
80 bool DeleteVertexObj(
int);
82 bool DeleteHalfObj(
int);
84 bool DeleteEdgeObj(
int);
86 bool DeleteLoopObj(
int);
88 void AllCacheClear(
void);
89 void AllCacheMake(
void);