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