use correct ConnectivityTag typedef for PolyMeshT
This commit is contained in:
@@ -104,7 +104,7 @@ public:
|
|||||||
/// Determine whether this is a PolyMeshT or TriMeshT (This function does not check the per face vertex count! It only checks if the datatype is PolyMeshT or TriMeshT)
|
/// Determine whether this is a PolyMeshT or TriMeshT (This function does not check the per face vertex count! It only checks if the datatype is PolyMeshT or TriMeshT)
|
||||||
static constexpr bool is_polymesh() { return true; }
|
static constexpr bool is_polymesh() { return true; }
|
||||||
static constexpr bool is_trimesh() { return false; }
|
static constexpr bool is_trimesh() { return false; }
|
||||||
using ConnectivityTag = TriConnectivityTag;
|
using ConnectivityTag = PolyConnectivityTag;
|
||||||
enum { IsPolyMesh = 1 };
|
enum { IsPolyMesh = 1 };
|
||||||
enum { IsTriMesh = 0 };
|
enum { IsTriMesh = 0 };
|
||||||
//@}
|
//@}
|
||||||
|
|||||||
Reference in New Issue
Block a user