/usr/include/oce/MeshVS_BuilderPriority.hxx is in liboce-visualization-dev 0.9.1-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | // File: MeshVS_BuilderPriority.hxx
// Created: Thu Dec 11 2003
// Author: Alexander SOLOVYOV
// Copyright: Open CASCADE 2003
#ifndef MeshVS_BUILDERPRIORITY_HXX
#define MeshVS_BUILDERPRIORITY_HXX
Standard_EXPORT typedef Standard_Integer MeshVS_BuilderPriority;
enum
{
MeshVS_BP_Mesh = 5,
MeshVS_BP_NodalColor = 10,
MeshVS_BP_ElemColor = 15,
MeshVS_BP_Text = 20,
MeshVS_BP_Vector = 25,
MeshVS_BP_User = 30,
MeshVS_BP_Default = MeshVS_BP_User
};
#endif
|