56 #ifndef OPENMESH_VDPM_STREAMINGDEF_HH
57 #define OPENMESH_VDPM_STREAMINGDEF_HH
71 #define VDPM_STREAMING_PORT 4096
77 static bool debug_print_;
78 static bool debug_print() {
return debug_print_; }
79 static void set_debug_print(
bool flag) { debug_print_ = flag; }
82 enum VDPMDownLinkStatus { kStarted, kFinished, kStartable };
83 enum VDPMStreamingPhase { kBaseMesh, kVSplitHeader, kVSplits };
84 enum VDPMClientMode { kStatic, kDynamic };
85 enum VHierarchySearchMode { kBruteForce, kUseHashing };
92 #endif // OPENMESH_VDPROGMESH_VDPMSTREAMINGDEF_HH defined
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:64