51#ifndef OPENMESH_VDPM_STREAMINGDEF_HH
52#define OPENMESH_VDPM_STREAMINGDEF_HH
66#define VDPM_STREAMING_PORT 4096
72static bool debug_print_;
73static bool debug_print() {
return debug_print_; }
74static void set_debug_print(
bool flag) { debug_print_ = flag; }
77enum VDPMDownLinkStatus { kStarted, kFinished, kStartable };
78enum VDPMStreamingPhase { kBaseMesh, kVSplitHeader, kVSplits };
79enum VDPMClientMode { kStatic, kDynamic };
80enum VHierarchySearchMode { kBruteForce, kUseHashing };
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:59